diff --git a/changelog.txt b/changelog.txt index d9911c776b..8d55256421 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,22 @@ +0.7.3-RC2 (2009-09-24) +------------------------------------------------------------------------ +- Update: Documentation about bug reporting and known bugs (r17554) +- Fix: When a command did not fail in test run and failed in execution run, error message was not set. Affects only few commands (r17607) +- Fix: [NewGRF] Crash when defining the same tile in a tile layout twice [FS#3218] (r17605) +- Fix: Vehicle image was not always updated when needed (r17594) +- Fix: [NoAI] Could not query the size of small airports when they could not be build anymore [FS#3212] (r17591) +- Fix: Erroneous message about changing the difficulty level [FS#3220] (r17588) +- Fix: Assertion triggered when the second vehicle in a 101+ (or 11+ if mammoth trains is disabled) vehicle free wagon chain is an engine and the first vehicle is moved to another chain [FS#3208] (r17576) +- Fix: [NewGRF] Memory leak when viewing the NewGRF settings of a server (r17563) +- Fix: [NewGRF] The NewGRF settings of (remote) network games did not get properly updated when the NewGRFs were rescanned causing reading of freed data [FS#2972] (r17562) +- Fix: [NewGRF] Close the "Add NewGRF" window when you close the "NewGRF Settings" window. The add window has a pointer to the settings which means that not deleting it would cause dereferencing an already freed pointer [FS#3206] (r17559) +- Fix: Vehicles waiting for their time table did not load anymore after their initial load was completed [FS#3201] (r17551) +- Fix: Aircraft were given an unfair advantage in station rating calculations (r17550) +- Fix: [NewGRF] Sign extending of profit calculation did not work (r17546) +- Fix: [NoAI] AIs had "infinite" time when running code from the global scope [FS#3202] (r17545) +- Fix: [NoAI] Crash when doing commands in the "global" scope [FS#3202] (r17544) + + 0.7.3-RC1 (2009-09-13) ------------------------------------------------------------------------ - Add: [NoAI] AITown::GetLastMonthTransportedPercentage and AIIndustry::GetLastMonthTransportedPercentage (r17294) diff --git a/os/debian/changelog b/os/debian/changelog index 1d2df5b1c8..d504e1d4db 100644 --- a/os/debian/changelog +++ b/os/debian/changelog @@ -1,3 +1,9 @@ +openttd (0.7.3~RC2) unstable; urgency=low + + * New upstream release. + + -- Matthijs Kooijman Thu, 24 Sep 2009 21:30:43 +0200 + openttd (0.7.3~RC1) unstable; urgency=low * New upstream release. diff --git a/os/win32/installer/install.nsi b/os/win32/installer/install.nsi index f722c1d27e..82c413942e 100644 --- a/os/win32/installer/install.nsi +++ b/os/win32/installer/install.nsi @@ -1,7 +1,7 @@ !define APPNAME "OpenTTD" ; Define application name -!define APPVERSION "0.7.3-RC1" ; Define application version +!define APPVERSION "0.7.3-RC2" ; Define application version !define APPVERSIONINTERNAL "0.7.3.0" ; Define application version in X.X.X.X -!define INSTALLERVERSION 66 ; NEED TO UPDATE THIS FOR EVERY RELEASE!!! +!define INSTALLERVERSION 67 ; NEED TO UPDATE THIS FOR EVERY RELEASE!!! !include ${VERSION_INCLUDE} !define APPURLLINK "http://www.openttd.org"