1
0
Fork 0

Update: Changelog for 1.9.0 and prepare for release

pull/7487/head
Patric Stout 2019-03-30 10:30:17 +01:00 committed by Niels Martin Hansen
parent 88f2084646
commit 05b3467021
5 changed files with 17 additions and 6 deletions

View File

@ -1,3 +1,8 @@
1.9.0 (2019-04-01)
------------------------------------------------------------------------
- Fix #7411: Use industry production callback (if used) on initial industry cargo generation (#7412)
1.9.0-RC2 (2019-03-24) 1.9.0-RC2 (2019-03-24)
------------------------------------------------------------------------ ------------------------------------------------------------------------
- Fix #7400: WaterClass for tree tiles was not converted for old saves preventing industry creation (#7405) - Fix #7400: WaterClass for tree tiles was not converted for old saves preventing industry creation (#7405)

View File

@ -1,6 +1,6 @@
OpenTTD's known bugs OpenTTD's known bugs
Last updated: 2019-03-24 Last updated: 2019-04-01
Release version: 1.9.0-RC2 Release version: 1.9.0
------------------------------------------------------------------------ ------------------------------------------------------------------------

View File

@ -1,3 +1,9 @@
openttd (1.9.0-0) unstable; urgency=low
* New upstream release 1.9.0
-- OpenTTD <info@openttd.org> Mon, 01 Apr 2019 00:00:00 +0200
openttd (1.9.0~RC2-0) unstable; urgency=low openttd (1.9.0~RC2-0) unstable; urgency=low
* New upstream release 1.9.0-RC2 * New upstream release 1.9.0-RC2

View File

@ -17,9 +17,9 @@
# #
Name: openttd Name: openttd
Version: 1.9.RC2 Version: 1.9
Release: 0 Release: 0
%define srcver 1.9.0-RC2 %define srcver 1.9.0
Summary: An open source reimplementation of Chris Sawyer's Transport Tycoon Deluxe Summary: An open source reimplementation of Chris Sawyer's Transport Tycoon Deluxe
License: GPL-2.0 License: GPL-2.0
Group: Amusements/Games/Strategy/Other Group: Amusements/Games/Strategy/Other

View File

@ -2,8 +2,8 @@
!define APPV_MAJOR 1 !define APPV_MAJOR 1
!define APPV_MINOR 9 !define APPV_MINOR 9
!define APPV_MAINT 0 !define APPV_MAINT 0
!define APPV_BUILD 4 !define APPV_BUILD 5
!define APPV_EXTRA "-RC2" !define APPV_EXTRA ""
!define APPNAME "OpenTTD" ; Define application name !define APPNAME "OpenTTD" ; Define application name
!define APPVERSION "${APPV_MAJOR}.${APPV_MINOR}.${APPV_MAINT}${APPV_EXTRA}" ; Define application version !define APPVERSION "${APPV_MAJOR}.${APPV_MINOR}.${APPV_MAINT}${APPV_EXTRA}" ; Define application version