Skip to content

Commit

Permalink
Update: Changelog for 1.9.0-RC2 and prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
TrueBrain committed Mar 24, 2019
1 parent 63f6deb commit 88010c4
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 6 deletions.
15 changes: 15 additions & 0 deletions changelog.txt
@@ -1,3 +1,18 @@
1.9.0-RC2 (2019-03-24)
------------------------------------------------------------------------
- Change: Include _current_company in crashlog AI config line (#7367)
- Fix #7400: WaterClass for tree tiles was not converted for old saves preventing industry creation (#7405)
- Fix: Filtered file list did not scroll properly (#7402)
- Fix #7391: Don't invalidate go to depot orders of non-aircraft when invalidating hangar orders that happen to share IDs (#7392)
- Fix #7384: Industry Chain tooltips did not display on right-click (#7389)
- Fix #7386: Measurement tooltip for tunnels, aqueducts & docks did not display or flickered (#7389)
- Fix: Wrong company performance rating when money exceeds INT_MAX (#7382)
- Fix: Permit loading of industry production callback with invalid cargo type (#7364)
- Fix: Spelling for a few real town names (#7338)
- Fix: Runway too short for large aircraft message should not depend on plane crashes setting (#7325)
- Fix #7334: Ship lost after crossing bridge due to path cache not being consumed while on final bridge end (#7335)


1.9.0-RC1 (2019-03-03)
------------------------------------------------------------------------
- Add: Various AI/GS functions for vehicle groups (#7225)
Expand Down
4 changes: 2 additions & 2 deletions known-bugs.txt
@@ -1,6 +1,6 @@
OpenTTD's known bugs
Last updated: 2019-03-03
Release version: 1.9.0-RC1
Last updated: 2019-03-24
Release version: 1.9.0-RC2
------------------------------------------------------------------------


Expand Down
6 changes: 6 additions & 0 deletions os/debian/changelog
@@ -1,3 +1,9 @@
openttd (1.9.0~RC2-0) unstable; urgency=low

* New upstream release 1.9.0-RC2

-- OpenTTD <info@openttd.org> Sun, 24 Mar 2019 23:00:00 +0000

openttd (1.9.0~RC1-0) unstable; urgency=low

* New upstream release 1.9.0-RC1
Expand Down
4 changes: 2 additions & 2 deletions os/rpm/openttd.spec
Expand Up @@ -17,9 +17,9 @@
#

Name: openttd
Version: 1.9.RC1
Version: 1.9.RC2
Release: 0
%define srcver 1.9.0-RC1
%define srcver 1.9.0-RC2
Summary: An open source reimplementation of Chris Sawyer's Transport Tycoon Deluxe
License: GPL-2.0
Group: Amusements/Games/Strategy/Other
Expand Down
4 changes: 2 additions & 2 deletions os/windows/installer/install.nsi
Expand Up @@ -2,8 +2,8 @@
!define APPV_MAJOR 1
!define APPV_MINOR 9
!define APPV_MAINT 0
!define APPV_BUILD 3
!define APPV_EXTRA "-RC1"
!define APPV_BUILD 4
!define APPV_EXTRA "-RC2"

!define APPNAME "OpenTTD" ; Define application name
!define APPVERSION "${APPV_MAJOR}.${APPV_MINOR}.${APPV_MAINT}${APPV_EXTRA}" ; Define application version
Expand Down

0 comments on commit 88010c4

Please sign in to comment.