diff --git a/changelog.txt b/changelog.txt index c03de84105..9810e847ee 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,9 @@ +1.4.3-RC2 (2014-09-14) +------------------------------------------------------------------------ +- Fix: Crashes on joining a server with pending order backups [FS#6112] (r26819) +- Fix: Crashes on start due to dereferencing the -1 index of the file names array of music files (r26809) + + 1.4.3-RC1 (2014-09-07) ------------------------------------------------------------------------ - Fix: TC_NO_SHADE did not work for 32bpp text rendering (r26792) diff --git a/known-bugs.txt b/known-bugs.txt index e2c7487505..c7fae6700f 100644 --- a/known-bugs.txt +++ b/known-bugs.txt @@ -1,6 +1,6 @@ OpenTTD's known bugs -Last updated: 2014-09-07 -Release version: 1.4.3-RC1 +Last updated: 2014-09-14 +Release version: 1.4.3-RC2 ------------------------------------------------------------------------ diff --git a/os/debian/changelog b/os/debian/changelog index 16229eecf1..dd0c86525e 100644 --- a/os/debian/changelog +++ b/os/debian/changelog @@ -1,3 +1,9 @@ +openttd (1.4.3~RC2-0) unstable; urgency=low + + * New upstream release 1.4.3-RC2 + + -- OpenTTD Sun, 14 Sep 2014 19:00:00 +0200 + openttd (1.4.3~RC1-0) unstable; urgency=low * New upstream release 1.4.3-RC1 diff --git a/os/windows/installer/install.nsi b/os/windows/installer/install.nsi index c3d5babadb..0dcb133b46 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 3 -!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 986783176b..ae2a204540 100644 --- a/readme.txt +++ b/readme.txt @@ -1,5 +1,5 @@ -Last updated: 2014-09-07 -Release version: 1.4.3-RC1 +Last updated: 2014-09-14 +Release version: 1.4.3-RC2 ------------------------------------------------------------------------