From 491b3e3efc3c38d9912740def6801aacaa55cc1a Mon Sep 17 00:00:00 2001 From: frosch Date: Sun, 18 May 2014 18:30:18 +0000 Subject: [PATCH] (svn r26599) [1.4] -Update documentation --- changelog.txt | 10 ++++++++++ known-bugs.txt | 4 ++-- os/debian/changelog | 6 ++++++ os/windows/installer/install.nsi | 4 ++-- readme.txt | 4 ++-- src/script/api/ai_changelog.hpp | 4 ++++ src/script/api/game_changelog.hpp | 4 ++++ 7 files changed, 30 insertions(+), 6 deletions(-) diff --git a/changelog.txt b/changelog.txt index 604c4c0cad..de5dd43a99 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,13 @@ +1.4.1-RC2 (2014-05-18) +------------------------------------------------------------------------ +- Fix: Save/load issues on big endian machines (r26593, r26590, r26589) +- Fix: Consider multiheaded trains in station refits [FS#5995] (r26586) +- Fix: Game script could be changed in game by double clicking [FS#5974] (r26583) +- Fix: Transfer stations also should have a cargo rating [FS#5989] (r26581, r26580) +- Fix: [Network] AIs would not reset certain network state information upon creation of their company [FS#6003] (r26578, r26576) +- Fix: [Network] Client of non-dedicated server was not correctly put into the first company for all state variables [FS#6001] (r26577) + + 1.4.1-RC1 (2014-05-04) ------------------------------------------------------------------------ - Change: Remove demand calculation based on tiles (r26484) diff --git a/known-bugs.txt b/known-bugs.txt index fcd68167d8..34d74c4178 100644 --- a/known-bugs.txt +++ b/known-bugs.txt @@ -1,6 +1,6 @@ OpenTTD's known bugs -Last updated: 2014-05-04 -Release version: 1.4.1-RC1 +Last updated: 2014-05-18 +Release version: 1.4.1-RC2 ------------------------------------------------------------------------ diff --git a/os/debian/changelog b/os/debian/changelog index 4d7f2020b0..e59ab0b028 100644 --- a/os/debian/changelog +++ b/os/debian/changelog @@ -1,3 +1,9 @@ +openttd (1.4.1~RC2-0) unstable; urgency=low + + * New upstream release 1.4.1-RC2 + + -- OpenTTD Sun, 18 May 2014 21:00:00 +0200 + openttd (1.4.1~RC1-0) unstable; urgency=low * New upstream release 1.4.1-RC1 diff --git a/os/windows/installer/install.nsi b/os/windows/installer/install.nsi index 8043336ba5..5b910390db 100644 --- a/os/windows/installer/install.nsi +++ b/os/windows/installer/install.nsi @@ -2,8 +2,8 @@ !define APPV_MAJOR 1 !define APPV_MINOR 4 !define APPV_MAINT 1 -!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 ab2797ed02..b7f2baae64 100644 --- a/readme.txt +++ b/readme.txt @@ -1,5 +1,5 @@ -Last updated: 2014-05-04 -Release version: 1.4.1-RC1 +Last updated: 2014-05-18 +Release version: 1.4.1-RC2 ------------------------------------------------------------------------ diff --git a/src/script/api/ai_changelog.hpp b/src/script/api/ai_changelog.hpp index 9363ea223f..ef687f6014 100644 --- a/src/script/api/ai_changelog.hpp +++ b/src/script/api/ai_changelog.hpp @@ -15,6 +15,10 @@ * functions may still be available if you return an older API version * in GetAPIVersion() in info.nut. * + * \b 1.4.1 + * + * No changes + * * \b 1.4.0 * * API additions: diff --git a/src/script/api/game_changelog.hpp b/src/script/api/game_changelog.hpp index 08b8a3b1dd..c075a95cba 100644 --- a/src/script/api/game_changelog.hpp +++ b/src/script/api/game_changelog.hpp @@ -15,6 +15,10 @@ * functions may still be available if you return an older API version * in GetAPIVersion() in info.nut. * + * \b 1.4.1 + * + * No changes + * * \b 1.4.0 * * API additions: