From 7fcd735ebc60b9769db8083c776566210960df0c Mon Sep 17 00:00:00 2001 From: frosch Date: Wed, 8 Oct 2014 18:29:27 +0000 Subject: [PATCH] (svn r26980) [1.4] -Update documentation --- changelog.txt | 14 ++++++++++++++ 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, 35 insertions(+), 7 deletions(-) diff --git a/changelog.txt b/changelog.txt index 5349086080..0ac3f73118 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,17 @@ +1.4.4-RC1 (2014-10-08) +------------------------------------------------------------------------ +- Fix: Image widgets stored 32bit SpriteID in uint16 (r26971) +- Fix: Owner of road depot road types were not properly changed upon bankruptcy [FS#6126] (r26955) +- Fix: Compilation on HAIKU (r26922) +- Fix: Crash when enabling 'Full animation' if multiplayer chat text is on screen [FS#6096] (r26919) +- Fix: Height computation of game script text in town GUI did not consider margins [FS#6119] (r26859) +- Fix: [Squirrel] Debian lintian issues (r26853) +- Fix: Compilation of strgen on various platforms like Solaris (r26850) +- Fix: Better display of refit information for articulated vehicles [FS#6113] (r26849, r26848) +- Fix: Do not assign a next hop when returning cargo [FS#6110] (r26847) +- Fix: The ok-button in the OSK for the signs list should just close the OSK [FS#6116] (r26827) + + 1.4.3 (2014-09-23) ------------------------------------------------------------------------ (None) diff --git a/known-bugs.txt b/known-bugs.txt index e8193c18c7..6db2a1c72c 100644 --- a/known-bugs.txt +++ b/known-bugs.txt @@ -1,6 +1,6 @@ OpenTTD's known bugs -Last updated: 2014-09-23 -Release version: 1.4.3 +Last updated: 2014-10-08 +Release version: 1.4.4-RC1 ------------------------------------------------------------------------ diff --git a/os/debian/changelog b/os/debian/changelog index 74c00ca1a1..78e56cf657 100644 --- a/os/debian/changelog +++ b/os/debian/changelog @@ -1,3 +1,9 @@ +openttd (1.4.4~RC1-0) unstable; urgency=low + + * New upstream release 1.4.4-RC1 + + -- OpenTTD Wed, 08 Oct 2014 19:00:00 +0200 + openttd (1.4.3-0) unstable; urgency=low * New upstream release 1.4.3 diff --git a/os/windows/installer/install.nsi b/os/windows/installer/install.nsi index 8b3ad3d138..eee2a3569c 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 3 -!define APPV_BUILD 2 -!define APPV_EXTRA "" +!define APPV_MAINT 4 +!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 8aa5ddffaa..5052378747 100644 --- a/readme.txt +++ b/readme.txt @@ -1,5 +1,5 @@ -Last updated: 2014-09-23 -Release version: 1.4.3 +Last updated: 2014-10-08 +Release version: 1.4.4-RC1 ------------------------------------------------------------------------ diff --git a/src/script/api/ai_changelog.hpp b/src/script/api/ai_changelog.hpp index 0bffb6d2a4..261f625f52 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.4 + * + * No changes + * * \b 1.4.3 * * No changes diff --git a/src/script/api/game_changelog.hpp b/src/script/api/game_changelog.hpp index c0884680db..15d2f99650 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.4 + * + * No changes + * * \b 1.4.3 * * No changes