Update: New release

This commit is contained in:
Charles Pigott 2020-07-30 19:55:58 +01:00
parent 2a083e6c0d
commit baf5bf29fa
6 changed files with 32 additions and 6 deletions

View File

@ -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)

View File

@ -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
------------------------------------------------------------------------

View File

@ -1,3 +1,9 @@
openttd (1.10.3-0) unstable; urgency=low
* New upstream release 1.10.3
-- OpenTTD <info@openttd.org> Sun, 09 Aug 2020 22:00:00 +0100
openttd (1.10.2-0) unstable; urgency=low
* New upstream release 1.10.2

View File

@ -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

View File

@ -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

View File

@ -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 ""