From 430ce20f8db711cff7dafcd6cadbce2ff6514e1f Mon Sep 17 00:00:00 2001 From: Charles Pigott Date: Sun, 10 May 2020 21:06:40 +0100 Subject: [PATCH] Doc: 1.10.2 release --- changelog.txt | 23 +++++++++++++++++++++++ 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 | 4 ++-- 6 files changed, 36 insertions(+), 7 deletions(-) diff --git a/changelog.txt b/changelog.txt index 0e31ee3fe5..5f60c06174 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,26 @@ +1.10.2 (2020-06-01) +------------------------------------------------------------------------ +Add: Ubuntu 20.04 packages (#8127) +Fix: [OSX] Possible crash on failure to set colourspace (#8181) +Fix #8166: Prevent crash from a NewGRF with an invalid RoadType (#8180) +Fix #8024: Make Online Content GUI more responsive while loading (#8179) +Fix #7970: Disable event loop when generating crash dump (#8176) +Fix: [Build] Compatibility with modern Visual Studio (#8170) +Fix: Trees would disappear completely after a few years if tree spread was disabled (#8160) +Fix #8155: Roadtype speed limit in scenario editor toolbar dropdown was doubled (#8156) +Fix: Desync after house replacement (#8151) +Fix #8137: New clients can't join (desync) after funding an industry (#8140) +Fix #8132: Corrupted savegame with station with multiple owners caused a crash (#8134, #8142) +Fix: Stop gamelog when recovering from a savegame load error (#8133) +Fix: Exceptionally unlikely issue when reading MIDI files (#8125) +Fix #8119: Docking areas were not properly updated when clearing, causing desyncs (#8124, #8130) +Fix #8117: Memory leak for incoming admin port packets (#8122) +Fix: Non-roadbridges potentially had roadtype information set (#8111) +Fix #8108: Possible crash on loading TTD savegames with phantom oil rigs (#8109, #8110) +Fix #8093: Build & refit test run changed game state and could cause desyncs (#8103) +Fix: [Script] AreWaterTilesConnected did not handle aqueducts properly (#8074) + + 1.10.1 (2020-04-13) ------------------------------------------------------------------------ Fix #8081: Crash when placing a ship depot next to a dock (#8082) diff --git a/known-bugs.txt b/known-bugs.txt index 7b0277aa07..a27411e6b1 100644 --- a/known-bugs.txt +++ b/known-bugs.txt @@ -1,6 +1,6 @@ OpenTTD's known bugs -Last updated: 2020-04-13 -Release version: 1.10.1 +Last updated: 2020-06-01 +Release version: 1.10.2 ------------------------------------------------------------------------ diff --git a/os/debian/changelog b/os/debian/changelog index c9efabe8c4..6a7c6197ba 100644 --- a/os/debian/changelog +++ b/os/debian/changelog @@ -1,3 +1,9 @@ +openttd (1.10.2-0) unstable; urgency=low + + * New upstream release 1.10.2 + + -- OpenTTD Mon, 01 Jun 2020 22:00:00 +0100 + openttd (1.10.1-0) unstable; urgency=low * New upstream release 1.10.1 diff --git a/os/os2/installer/make_installer.cmd b/os/os2/installer/make_installer.cmd index 3addeca1ae..97357c69b6 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.0 +set OPENTTD_VERSION=1.10.2 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 ad2e19ab59..1cb1b16f68 100644 --- a/os/rpm/openttd.spec +++ b/os/rpm/openttd.spec @@ -17,9 +17,9 @@ # Name: openttd -Version: 1.10.1 +Version: 1.10.2 Release: 0 -%define srcver 1.10.1 +%define srcver 1.10.2 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 0db8245cc1..5846ee046e 100644 --- a/os/windows/installer/install.nsi +++ b/os/windows/installer/install.nsi @@ -1,8 +1,8 @@ # Version numbers to update !define APPV_MAJOR 1 !define APPV_MINOR 10 -!define APPV_MAINT 1 -!define APPV_BUILD 4 +!define APPV_MAINT 2 +!define APPV_BUILD 0 !define APPV_EXTRA "" !define APPNAME "OpenTTD" ; Define application name