From 0db873d6dac25873587cf005e14084c5f0914258 Mon Sep 17 00:00:00 2001 From: frosch Date: Sun, 3 Aug 2014 15:33:49 +0000 Subject: [PATCH] (svn r26718) [1.4] -Update documentation --- changelog.txt | 14 ++++++++++++++ known-bugs.txt | 4 ++-- os/debian/changelog | 6 ++++++ os/windows/installer/install.nsi | 4 ++-- readme.txt | 4 ++-- src/script/api/ai_changelog.hpp | 4 ++++ 6 files changed, 30 insertions(+), 6 deletions(-) diff --git a/changelog.txt b/changelog.txt index 89658aa8a4..df3123dead 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,17 @@ +1.4.2-RC2 (2014-08-03) +------------------------------------------------------------------------ +- Change: Use awk instead of trying to convince cpp to preprocess nfo files (r26708) +- Fix: CMD_CLEAR_ORDER_BACKUP should not be suppressed by pause modes (r26716) +- Fix: [NewGRF] Parameters to SCC_NEWGRF_PUSH_WORD and SCC_NEWGRF_UNPRINT were not skipped during drawing (r26713) +- Fix: [OSX] Compilation fails with some lzo2 versions, if __LP64__ is defined to 0 instead of checking whether it is defined [FS#6069] (r26709) +- Fix: Wrong breakdown sound was played for ships [FS#6015] (r26706) +- Fix: Integer overflows in acceleration code causing either too low acceleration or too high acceleration [FS#6067] (r26702) +- Fix: Discard incorrectly saved order backups when clients join [FS#6066] (r26700) +- Fix: Do not crash when trying to show an error about vehicle in a NewGRF and the NewGRF was not loaded at all (r26699) +- Fix: Slovak uses space as group separator in numbers [FS#6064] (r26695) +- Fix: Tighten parameter bound checks on GSCargoMonitor functions, and return -1 on out-of-bound parameters (r26685) + + 1.4.2-RC1 (2014-07-03) ------------------------------------------------------------------------ - Fix: CargoPacket::SourceStation() returns a StationID (r26660) diff --git a/known-bugs.txt b/known-bugs.txt index 54c557f694..d3c5c244c2 100644 --- a/known-bugs.txt +++ b/known-bugs.txt @@ -1,6 +1,6 @@ OpenTTD's known bugs -Last updated: 2014-07-03 -Release version: 1.4.2-RC1 +Last updated: 2014-08-03 +Release version: 1.4.2-RC2 ------------------------------------------------------------------------ diff --git a/os/debian/changelog b/os/debian/changelog index 36e7828b9b..9fbe327c20 100644 --- a/os/debian/changelog +++ b/os/debian/changelog @@ -1,3 +1,9 @@ +openttd (1.4.2~RC2-0) unstable; urgency=low + + * New upstream release 1.4.2-RC2 + + -- OpenTTD Sun, 03 Aug 2014 18:00:00 +0200 + openttd (1.4.2~RC1-0) unstable; urgency=low * New upstream release 1.4.2-RC1 diff --git a/os/windows/installer/install.nsi b/os/windows/installer/install.nsi index 1700b27639..a8582c8c72 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 2 -!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 2ca33d9bd0..b2b6b77786 100644 --- a/readme.txt +++ b/readme.txt @@ -1,5 +1,5 @@ -Last updated: 2014-07-03 -Release version: 1.4.2-RC1 +Last updated: 2014-08-03 +Release version: 1.4.2-RC2 ------------------------------------------------------------------------ diff --git a/src/script/api/ai_changelog.hpp b/src/script/api/ai_changelog.hpp index ef687f6014..5c068df91d 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.2 + * + * No changes + * * \b 1.4.1 * * No changes