From 26ed360ccd168e8fd3fbc922c132ace7493c6f96 Mon Sep 17 00:00:00 2001 From: frosch Date: Thu, 3 Jul 2014 18:34:46 +0000 Subject: [PATCH] (svn r26673) [1.4] -Update documentation --- changelog.txt | 13 +++++++++++++ known-bugs.txt | 4 ++-- os/debian/changelog | 6 ++++++ os/windows/installer/install.nsi | 6 +++--- readme.txt | 4 ++-- 5 files changed, 26 insertions(+), 7 deletions(-) diff --git a/changelog.txt b/changelog.txt index a00fbe8950..89658aa8a4 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,16 @@ +1.4.2-RC1 (2014-07-03) +------------------------------------------------------------------------ +- Fix: CargoPacket::SourceStation() returns a StationID (r26660) +- Fix: Days in dates are not represented by ordinal numbers in all languages [FS#6047] (r26657) +- Fix: Production cheat cannot be allowed to be active in multiplayer for desync reasons, even when activated in singleplayer previously [FS#6044] (r26656) +- Fix: Make sure an 'abs' is used that supports int64 when using 'abs' on those variables (r26651) +- Fix: Support save/load chunk lengths of up to (1 << 32) - 1 [FS#6041] (r26650) +- Fix: Incorrect usage of string commands in the base language [FS#6037] (r26642, r26640, r26639, r26632) +- Fix: Segmentation fault when encountering a .obg/.obs/.obm with empty string/zero length MD5 checksums [FS#6038] (r26637) +- Fix: The 'Load' button was not properly enabled/disabled for old savegames without NewGRF information (r26634) +- Fix: If the video driver fails to supply a list of resolutions, display an error message [FS#6012] (r26629) + + 1.4.1 (2014-06-02) ------------------------------------------------------------------------ - Fix: First send packages about new company, then clients joining it to admin port [FS#6025] (r26616) diff --git a/known-bugs.txt b/known-bugs.txt index 96400ac35b..54c557f694 100644 --- a/known-bugs.txt +++ b/known-bugs.txt @@ -1,6 +1,6 @@ OpenTTD's known bugs -Last updated: 2014-06-02 -Release version: 1.4.1 +Last updated: 2014-07-03 +Release version: 1.4.2-RC1 ------------------------------------------------------------------------ diff --git a/os/debian/changelog b/os/debian/changelog index 4371b13713..36e7828b9b 100644 --- a/os/debian/changelog +++ b/os/debian/changelog @@ -1,3 +1,9 @@ +openttd (1.4.2~RC1-0) unstable; urgency=low + + * New upstream release 1.4.2-RC1 + + -- OpenTTD Thu, 03 Jul 2014 21:00:00 +0200 + openttd (1.4.1-0) unstable; urgency=low * New upstream release 1.4.1 diff --git a/os/windows/installer/install.nsi b/os/windows/installer/install.nsi index de373300ab..1700b27639 100644 --- a/os/windows/installer/install.nsi +++ b/os/windows/installer/install.nsi @@ -1,9 +1,9 @@ # Version numbers to update !define APPV_MAJOR 1 !define APPV_MINOR 4 -!define APPV_MAINT 1 -!define APPV_BUILD 2 -!define APPV_EXTRA "" +!define APPV_MAINT 2 +!define APPV_BUILD 0 +!define APPV_EXTRA "-RC1" !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 506e8221b2..024abc2884 100644 --- a/readme.txt +++ b/readme.txt @@ -1,5 +1,5 @@ -Last updated: 2014-06-02 -Release version: 1.4.1 +Last updated: 2014-07-03 +Release version: 1.4.2-RC1 ------------------------------------------------------------------------