diff --git a/changelog.txt b/changelog.txt index 6777ca9ce8..e962089ad6 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,16 @@ +1.9.0-RC2 (2019-03-24) +------------------------------------------------------------------------ +- 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 #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) diff --git a/known-bugs.txt b/known-bugs.txt index 8ad1ade007..bf5724782e 100644 --- a/known-bugs.txt +++ b/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 ------------------------------------------------------------------------ diff --git a/os/debian/changelog b/os/debian/changelog index 2cb748ebe2..ccb79f9506 100644 --- a/os/debian/changelog +++ b/os/debian/changelog @@ -1,3 +1,9 @@ +openttd (1.9.0~RC2-0) unstable; urgency=low + + * New upstream release 1.9.0-RC2 + + -- OpenTTD Sun, 24 Mar 2019 23:00:00 +0000 + openttd (1.9.0~RC1-0) unstable; urgency=low * New upstream release 1.9.0-RC1 diff --git a/os/rpm/openttd.spec b/os/rpm/openttd.spec index c44b2ada8d..f371862bc8 100644 --- a/os/rpm/openttd.spec +++ b/os/rpm/openttd.spec @@ -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 diff --git a/os/windows/installer/install.nsi b/os/windows/installer/install.nsi index 8db7ae0a76..d6aa5847ab 100644 --- a/os/windows/installer/install.nsi +++ b/os/windows/installer/install.nsi @@ -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