From f6643952ce53b1823c2273964466f785a907ec1a Mon Sep 17 00:00:00 2001 From: Niels Martin Hansen Date: Mon, 16 Sep 2019 20:42:40 +0200 Subject: [PATCH] Update: Changelog for 1.9.3 and prepare for release --- changelog.txt | 8 ++++++++ known-bugs.txt | 4 ++-- os/debian/changelog | 6 ++++++ os/rpm/openttd.spec | 4 ++-- os/windows/installer/install.nsi | 2 +- 5 files changed, 19 insertions(+), 5 deletions(-) diff --git a/changelog.txt b/changelog.txt index 2e00def700..cd9bbe7ebe 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,11 @@ +1.9.3 (2019-09-16) +------------------------------------------------------------------------ +- Change: Use natural sort when sorting the file list (#7727) +- Fix #7479: Don't close construction windows when changing client name (#7728) +- Fix #7731: Files sorting by modification time on Windows XP (#7731) +- Fix #7644: [OSX] Better solution for colourspace/performance issues (#7741) + + 1.9.3-RC1 (2019-09-07) ------------------------------------------------------------------------ - Add: Can now click industries to make orders to their neutral station (e.g. oil rig) (#7709) diff --git a/known-bugs.txt b/known-bugs.txt index 598fbcda38..342e75305d 100644 --- a/known-bugs.txt +++ b/known-bugs.txt @@ -1,6 +1,6 @@ OpenTTD's known bugs -Last updated: 2019-09-07 -Release version: 1.9.3-RC1 +Last updated: 2019-09-16 +Release version: 1.9.3 ------------------------------------------------------------------------ diff --git a/os/debian/changelog b/os/debian/changelog index f2ff4169a0..67b0e802c1 100644 --- a/os/debian/changelog +++ b/os/debian/changelog @@ -1,3 +1,9 @@ +openttd (1.9.3-0) unstable; urgency=low + + * New upstream release 1.9.3 + + -- OpenTTD Mon, 16 Sep 2019 21:00:00 +0200 + openttd (1.9.3~RC1-0) unstable; urgency=low * New upstream release 1.9.3-RC1 diff --git a/os/rpm/openttd.spec b/os/rpm/openttd.spec index 98dfacf572..1c0f55f46c 100644 --- a/os/rpm/openttd.spec +++ b/os/rpm/openttd.spec @@ -17,9 +17,9 @@ # Name: openttd -Version: 1.9.3-RC1 +Version: 1.9.3 Release: 0 -%define srcver 1.9.3-RC1 +%define srcver 1.9.3 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 8bb35e3c06..54c739ad94 100644 --- a/os/windows/installer/install.nsi +++ b/os/windows/installer/install.nsi @@ -3,7 +3,7 @@ !define APPV_MINOR 9 !define APPV_MAINT 3 !define APPV_BUILD 0 -!define APPV_EXTRA "-RC1" +!define APPV_EXTRA "" !define APPNAME "OpenTTD" ; Define application name !define APPVERSION "${APPV_MAJOR}.${APPV_MINOR}.${APPV_MAINT}${APPV_EXTRA}" ; Define application version