From 51f4d6d35799cd1aff7aa88453982022153c0198 Mon Sep 17 00:00:00 2001 From: frosch Date: Tue, 5 Mar 2013 18:29:18 +0000 Subject: [PATCH] (svn r25067) [1.3] -Update: documentation --- changelog.txt | 10 ++++++++++ os/debian/changelog | 6 ++++++ os/os2/installer/make_installer.cmd | 2 +- os/windows/installer/install.nsi | 4 ++-- readme.txt | 4 ++-- 5 files changed, 21 insertions(+), 5 deletions(-) diff --git a/changelog.txt b/changelog.txt index 5c7644d9b1..caa778c991 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,13 @@ +1.3.0-RC2 (2013-03-05) +------------------------------------------------------------------------ +- Fix: Make sizes of the station preview list and direction selection identical in the station build window [FS#5472] (r25064) +- Fix: When allocation of the sprite cache fails, try to allocate less memory and display an error message later on (r25061) +- Fix: Refactor Script Debug GUI to only set widget states in OnInvalidateData [FS#5490] (r25052) +- Fix: Do not let gcc include files from the "standard C" include directories to avoid inclusion of header files at the top of the preprocessed nfo files, which cause NFOrenum/GRFcodec to make invalid assumptions about the NFO version (r25050) +- Fix: Minimise gaps feature caused removal to only happen at the signal build interval instead of the implicit interval of 1 [FS#5479] (r25038) +- Fix: Green path signals would be shown when building them 'under' a train, and they would keep showing green until they were passed again [FS#5480] (r25037) + + 1.3.0-RC1 (2013-02-19) ------------------------------------------------------------------------ - Feature: Searching of (missing) content via GrfCrawler (r25024, r25023) diff --git a/os/debian/changelog b/os/debian/changelog index c87d74c6ce..83d482bfe9 100644 --- a/os/debian/changelog +++ b/os/debian/changelog @@ -1,3 +1,9 @@ +openttd (1.3.0~RC2) unstable; urgency=low + + * New upstream release 1.3.0-RC2 + + -- Matthijs Kooijman Tue, 05 Mar 2013 00:00:00 +0100 + openttd (1.3.0~RC1) unstable; urgency=low * New upstream release 1.3.0-RC1 diff --git a/os/os2/installer/make_installer.cmd b/os/os2/installer/make_installer.cmd index 4a4b2bf9ff..3702a60b78 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.3.0-RC1 +set OPENTTD_VERSION=1.3.0-RC2 set OPENSFX_VERSION=0.8.0 set NOSOUND_VERSION=0.8.0 set OPENGFX_VERSION=1.2.0 diff --git a/os/windows/installer/install.nsi b/os/windows/installer/install.nsi index a1fe5c9b62..8a746ada15 100644 --- a/os/windows/installer/install.nsi +++ b/os/windows/installer/install.nsi @@ -2,8 +2,8 @@ !define APPV_MAJOR 1 !define APPV_MINOR 3 !define APPV_MAINT 0 -!define APPV_BUILD 2 -!define APPV_EXTRA "-RC1" +!define APPV_BUILD 3 +!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 6a33169dad..05f5b09306 100644 --- a/readme.txt +++ b/readme.txt @@ -1,6 +1,6 @@ OpenTTD readme -Last updated: 2013-02-19 -Release version: 1.3.0-RC1 +Last updated: 2013-03-05 +Release version: 1.3.0-RC2 ------------------------------------------------------------------------