From baf5bf29fa68c908e7033e58465562d22ec97a07 Mon Sep 17 00:00:00 2001 From: Charles Pigott Date: Thu, 30 Jul 2020 19:55:58 +0100 Subject: [PATCH] Update: New release --- changelog.txt | 20 ++++++++++++++++++++ known-bugs.txt | 4 ++-- os/debian/changelog | 6 ++++++ os/os2/installer/make_installer.cmd | 2 +- os/rpm/openttd.spec | 4 ++-- os/windows/installer/install.nsi | 2 +- 6 files changed, 32 insertions(+), 6 deletions(-) diff --git a/changelog.txt b/changelog.txt index 5f60c06174..33a9a06b18 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,23 @@ +1.10.3 (2020-08-09) +------------------------------------------------------------------------ +Change: Also make roadside trees match the tree transparency option (#8245) +Fix: Center text and icons in the status bar vertically (#8273) +Fix: [NRT] Set invalid road and tram types for rail tunnel ends (#8269) +Fix #7980: Properly invalidate mouse-over station coverage highlight (#8263) +Fix #8250: [NRT] Company infrastructure window always omits last road/tramtype (#8251) +Fix #8162: [NRT] Improve error message when converting town owned road (#8247) +Fix #8216: Don't show floating text on autoreplace if cost is 0 (#8244) +Fix #8129: Crash if a news message expires while viewing the endgame screen (#8243) +Fix #8221: Use more specific error message when a bridge is too long (#8240) +Fix #8230: Resolve ".." when opening files in .tar (#8231) +Fix: A few race conditions in netcode (#8227, #8228, #8229) +Fix #7838: Crash relating to group creation and renaming (#8223) +Fix #8104: [SDL2] Fix window resizability when going from fullscreen to windowed mode (#8211) +Fix: Display banlist's indexes correctly (#8209) +Fix: Possible desync with subsidy creation (#8159) +Fix #8131: Draw small bridges pillars in more places (#8149) + + 1.10.2 (2020-06-01) ------------------------------------------------------------------------ Add: Ubuntu 20.04 packages (#8127) diff --git a/known-bugs.txt b/known-bugs.txt index a27411e6b1..99abb83a88 100644 --- a/known-bugs.txt +++ b/known-bugs.txt @@ -1,6 +1,6 @@ OpenTTD's known bugs -Last updated: 2020-06-01 -Release version: 1.10.2 +Last updated: 2020-08-09 +Release version: 1.10.3 ------------------------------------------------------------------------ diff --git a/os/debian/changelog b/os/debian/changelog index 6a7c6197ba..49f0a8f2d6 100644 --- a/os/debian/changelog +++ b/os/debian/changelog @@ -1,3 +1,9 @@ +openttd (1.10.3-0) unstable; urgency=low + + * New upstream release 1.10.3 + + -- OpenTTD Sun, 09 Aug 2020 22:00:00 +0100 + openttd (1.10.2-0) unstable; urgency=low * New upstream release 1.10.2 diff --git a/os/os2/installer/make_installer.cmd b/os/os2/installer/make_installer.cmd index 97357c69b6..df9ddddd6e 100644 --- a/os/os2/installer/make_installer.cmd +++ b/os/os2/installer/make_installer.cmd @@ -1,6 +1,6 @@ @echo off -set OPENTTD_VERSION=1.10.2 +set OPENTTD_VERSION=1.10.3 set OPENSFX_VERSION=0.8.0 set NOSOUND_VERSION=0.8.0 set OPENGFX_VERSION=1.2.0 diff --git a/os/rpm/openttd.spec b/os/rpm/openttd.spec index 1cb1b16f68..fe9f065d12 100644 --- a/os/rpm/openttd.spec +++ b/os/rpm/openttd.spec @@ -17,9 +17,9 @@ # Name: openttd -Version: 1.10.2 +Version: 1.10.3 Release: 0 -%define srcver 1.10.2 +%define srcver 1.10.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 5846ee046e..cecaa7344a 100644 --- a/os/windows/installer/install.nsi +++ b/os/windows/installer/install.nsi @@ -1,7 +1,7 @@ # Version numbers to update !define APPV_MAJOR 1 !define APPV_MINOR 10 -!define APPV_MAINT 2 +!define APPV_MAINT 3 !define APPV_BUILD 0 !define APPV_EXTRA ""