From c53a3562f825f30e5da723046fac4bcadc7d6084 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 14 Nov 2010 14:01:27 +0000 Subject: [PATCH] (svn r21187) [1.0] -Prepare for 1.0.5-RC2 --- changelog.txt | 13 +++++++++++++ known-bugs.txt | 4 ++-- os/debian/changelog | 6 ++++++ os/windows/installer/install.nsi | 4 ++-- readme.txt | 4 ++-- 5 files changed, 25 insertions(+), 6 deletions(-) diff --git a/changelog.txt b/changelog.txt index f79e4c7044..03d8c91cd4 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,16 @@ +1.0.5-RC2 (2010-11-14) +------------------------------------------------------------------------ +- Fix: Reading (very) recently freed memory (r21182) +- Fix: Default service interval for ships/aircraft got switched [FS#4222] (r21155) +- Fix: Size of sort buttons for save/load and build vehicle list gui could be too small [FS#4221] (r21151) +- Fix: [NewGRF] Crash when disabling static NewGRFs (when joining/starting a server) [FS#4208] (r21130, r21129, r21128) +- Fix: Upper limit for snowline was too low [FS#4203] (r21078) +- Fix: Wrong (maximum) value shown for generation seed in the in-game console [FS#4192] (r21075) +- Fix: [Windows] Make sure to be upgraded openttd is not running when installing [FS#4212] (r21146) +- Fix: Under some circumstances the file handle of the downloaded savegame would not be closed, and validity of the handled was not checked in all cases (r21027) +- Fix: [NewGRF] Crash when getting an industry ID at an offset that uses some 'old' style industry tile [FS#4157] (r20912) + + 1.0.5-RC1 (2010-10-31) ------------------------------------------------------------------------ - Change: Make OpenTTD aware of XZ/LZMA compressed savegames so loading those gives a proper error message (r21047) diff --git a/known-bugs.txt b/known-bugs.txt index db71cba29f..bb419df136 100644 --- a/known-bugs.txt +++ b/known-bugs.txt @@ -1,6 +1,6 @@ OpenTTD's known bugs -Last updated: 2010-10-31 -Release version: 1.0.5-RC1 +Last updated: 2010-11-14 +Release version: 1.0.5-RC2 ------------------------------------------------------------------------ diff --git a/os/debian/changelog b/os/debian/changelog index 0fc5c02448..a5ef5f9183 100644 --- a/os/debian/changelog +++ b/os/debian/changelog @@ -1,3 +1,9 @@ +openttd (1.0.5~rc2-0) unstable; urgency=low + + * New upstream release 1.0.5~rc2 + + -- Matthijs Kooijman Sun, 14 Nov 2010 15:00:00 +0000 + openttd (1.0.5~rc1-0) unstable; urgency=low * New upstream release 1.0.5-RC1 diff --git a/os/windows/installer/install.nsi b/os/windows/installer/install.nsi index d437bb820a..8591e8bae5 100644 --- a/os/windows/installer/install.nsi +++ b/os/windows/installer/install.nsi @@ -2,8 +2,8 @@ !define APPV_MAJOR 1 !define APPV_MINOR 0 !define APPV_MAINT 5 -!define APPV_BUILD 0 -!define APPV_EXTRA "-RC1" +!define APPV_BUILD 1 +!define APPV_EXTRA "-RC2" !define APPNAME "OpenTTD" ; Define application name !define APPVERSION "${APPV_MAJOR}.${APPV_MINOR}.${APPV_MAINT}${APPV_EXTRA}" ; Define application version diff --git a/readme.txt b/readme.txt index 4fd9c7a667..8e0d1a6346 100644 --- a/readme.txt +++ b/readme.txt @@ -1,6 +1,6 @@ OpenTTD README -Last updated: 2010-10-31 -Release version: 1.0.5-RC1 +Last updated: 2010-11-14 +Release version: 1.0.5-RC2 ------------------------------------------------------------------------