From 6043b839af276134d7bec1c02a6af2ab6de88699 Mon Sep 17 00:00:00 2001 From: frosch Date: Sun, 7 Sep 2014 15:56:49 +0000 Subject: [PATCH] (svn r26794) [1.4] -Update documentation --- changelog.txt | 13 +++++++++++++ known-bugs.txt | 4 ++-- os/debian/changelog | 6 ++++++ os/windows/installer/install.nsi | 6 +++--- readme.txt | 4 ++-- src/script/api/ai_changelog.hpp | 4 ++++ src/script/api/game_changelog.hpp | 4 ++++ 7 files changed, 34 insertions(+), 7 deletions(-) diff --git a/changelog.txt b/changelog.txt index 1b1fbe6998..c03de84105 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,16 @@ +1.4.3-RC1 (2014-09-07) +------------------------------------------------------------------------ +- Fix: TC_NO_SHADE did not work for 32bpp text rendering (r26792) +- Fix: Loading a game with order backups leaked Orders and left unreachable items in the pool (r26787) +- Fix: Buffer overrun in SQCompiler::Error (r26764) +- Fix: Desync due to not always properly restoring game state from the savegame (r26753) +- Fix: [Script] Crashes and infinite loops when using lists in item-descending order [FS#6085] (r26744) +- Fix: Incorrect CFLAGS when enabling gprof profiling (r26737, r26735) +- Fix: Do not reset the last selected airport or layout, unless it is really necessary [FS#6083] (r26732) +- Fix: Use the normal search path to look for xdg-open at Unix [FS#6077] (r26724) +- Fix: Properly check for cargo acceptance of houses [FS#5997] (r26723) + + 1.4.2 (2014-08-16) ------------------------------------------------------------------------ (None) diff --git a/known-bugs.txt b/known-bugs.txt index 2cf03b1750..e2c7487505 100644 --- a/known-bugs.txt +++ b/known-bugs.txt @@ -1,6 +1,6 @@ OpenTTD's known bugs -Last updated: 2014-08-16 -Release version: 1.4.2 +Last updated: 2014-09-07 +Release version: 1.4.3-RC1 ------------------------------------------------------------------------ diff --git a/os/debian/changelog b/os/debian/changelog index 24bce6c1cd..16229eecf1 100644 --- a/os/debian/changelog +++ b/os/debian/changelog @@ -1,3 +1,9 @@ +openttd (1.4.3~RC1-0) unstable; urgency=low + + * New upstream release 1.4.3-RC1 + + -- OpenTTD Sun, 07 Sep 2014 19:00:00 +0200 + openttd (1.4.2-0) unstable; urgency=low * New upstream release 1.4.2 diff --git a/os/windows/installer/install.nsi b/os/windows/installer/install.nsi index 8eaa0b587a..c3d5babadb 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 2 -!define APPV_BUILD 2 -!define APPV_EXTRA "" +!define APPV_MAINT 3 +!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 6f2b64e3fb..986783176b 100644 --- a/readme.txt +++ b/readme.txt @@ -1,5 +1,5 @@ -Last updated: 2014-08-16 -Release version: 1.4.2 +Last updated: 2014-09-07 +Release version: 1.4.3-RC1 ------------------------------------------------------------------------ diff --git a/src/script/api/ai_changelog.hpp b/src/script/api/ai_changelog.hpp index 5c068df91d..0bffb6d2a4 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.3 + * + * No changes + * * \b 1.4.2 * * No changes diff --git a/src/script/api/game_changelog.hpp b/src/script/api/game_changelog.hpp index 14531546ad..c0884680db 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.3 + * + * No changes + * * \b 1.4.2 * * Other changes: