From fc3c216e6631063f07519635be3545e42d80770d Mon Sep 17 00:00:00 2001 From: rubidium Date: Sat, 31 Jul 2010 20:55:34 +0000 Subject: [PATCH] (svn r20265) [1.0] -Prepare: for 1.0.3 --- changelog.txt | 10 +++++++++- known-bugs.txt | 4 ++-- os/debian/changelog | 8 +++++++- os/windows/installer/install.nsi | 4 ++-- readme.txt | 4 ++-- 5 files changed, 22 insertions(+), 8 deletions(-) diff --git a/changelog.txt b/changelog.txt index 07a59250d4..32aa6cb373 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,11 @@ +1.0.3 (2010-08-01) +------------------------------------------------------------------------ +- Fix: Make it possible to properly assess the length of the rail toolbar caption, don't require '{WHITE}' control codes (r20242) +- Fix: Check for disallowed level crossings also when converting rail (r20237) +- Fix: Haiku uses a 'special' location for headers (r20219) +- Fix: Desync due to (temporary) wrong railtype; when loading a savegame the railtype of some (high ID) trains could be wrong [FS#3945] (r20137) + + 1.0.3-RC1 (2010-07-17) ------------------------------------------------------------------------ - Feature: [NewGRF] Textstack support for CB 38 (r20086) @@ -20,7 +28,7 @@ - Fix: Crash when spectator tried to open a vehicle list without selecting any company [FS#3892] (r20041) - Fix: Instead of loading the intro game when loading a savegame fails on the dedicated server, generate a new game [FS#3907] (r20039) - Fix: Tram tracks did not show at level crossing with the new railtypes [FS#3911] (r20036) -- Fix: Under some circumstances you could get into an infinite loop [FS#3909] (r20035) +- Fix: Under some circumstances you could get into an infinite loop [CVE-2010-2534] [FS#3909] (r20035) - Fix: The 64 bits TortoiseSVN was not always properly detected (r20029) - Fix: Do not close the sort dropdown in the (original) vehicle list when there are no vehicles. That code is meant for the 'actions' dropdown [FS#3881] (r20014) - Fix: When joining a company with a password you could only enter 20 characters of the password (r20012) diff --git a/known-bugs.txt b/known-bugs.txt index d3dd0fdc74..0ca083eceb 100644 --- a/known-bugs.txt +++ b/known-bugs.txt @@ -1,6 +1,6 @@ OpenTTD's known bugs -Last updated: 2010-07-17 -Release version: 1.0.3-RC1 +Last updated: 2010-08-01 +Release version: 1.0.3 ------------------------------------------------------------------------ diff --git a/os/debian/changelog b/os/debian/changelog index 9b9f314840..3df8fd6b20 100644 --- a/os/debian/changelog +++ b/os/debian/changelog @@ -1,8 +1,14 @@ +openttd (1.0.3-0) unstable; urgency=low + + * New upstream release 1.0.3 + + -- Matthijs Kooijman Sun, 01 Aug 2010 00:00:00 +0000 + openttd (1.0.3~rc1-0) unstable; urgency=low * New upstream release 1.0.3-RC1 - -- Matthijs Kooijman Sat, 05 Jun 2010 17:37:21 +0000 + -- Matthijs Kooijman Sat, 05 Jul 2010 17:37:21 +0000 openttd (1.0.2-0) unstable; urgency=low diff --git a/os/windows/installer/install.nsi b/os/windows/installer/install.nsi index 3dc27ba71c..9b26ca6a1f 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 3 -!define APPV_BUILD 0 -!define APPV_EXTRA "-RC1" +!define APPV_BUILD 1 +!define APPV_EXTRA "" !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 cf92f36b0b..4d9ec4ad73 100644 --- a/readme.txt +++ b/readme.txt @@ -1,6 +1,6 @@ OpenTTD README -Last updated: 2010-07-17 -Release version: 1.0.3-RC1 +Last updated: 2010-08-01 +Release version: 1.0.3 ------------------------------------------------------------------------