From 50cf379330a5a3ce7bc2c55d3dda43a4808763c4 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sat, 15 Sep 2007 12:43:04 +0000 Subject: [PATCH] (svn r11115) -Merge: release changes from 0.5. --- changelog.txt | 39 ++++++++++++++++++++++++++++++++++ docs/openttd.6 | 2 +- known-bugs.txt | 2 +- os/debian/changelog | 18 ++++++++++++++++ os/win32/installer/install.nsi | 2 +- readme.txt | 4 ++-- 6 files changed, 62 insertions(+), 5 deletions(-) diff --git a/changelog.txt b/changelog.txt index 885f47e5f0..76c62dccd6 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,42 @@ +0.5.3 (2007-09-15) +------------------------------------------------------------------------ +- Fix: Possible NULL pointer dereference that could be triggered remotely (r11074) +- Fix: Removing CMD_AUTO from some commands could remotely trigger an assertion [FS#1179] (r11040) +- Fix: Underflow that caused overflows in the performance rating [FS#1179] (r11039) +- Fix: [Windows] MIDI does not stop when closing openttd [FS#1164] (r11029) +- Fix: Do not unconditionally assume that a tile has a depot (r11027) +- Fix: Give a more correct error when building some things on tile 0 [FS#1173] (r11024) +- Fix: Do not display income/expenses when they do not belong to a "valid" tile, like the money cheat and giving money [FS#1175] (r11021) +- Fix: One could not give money when (s)he had too much money [FS#1174] (r11020) +- Fix: Disallow buying/selling shares in your own company or a bankrupt company [FS#1169] (r11018) +- Fix: Crash when quiting the game in one of the end score windows [FS#1218] (r11071) + + +0.5.3-RC3 (2007-08-30) +------------------------------------------------------------------------ +- Fix: Spectators are not allowed to issue commands (r11006) +- Fix: Make the AI not crash when it has ships as the AI does not support them [FS#1133] (r10942) +- Fix: Trains would not get flooded when they are at the lower part of a tile that would become a coast tile after flooding [FS#1127] (r10892) +- Fix: Removing road with the road removal tool would also work with a negative bank account, making the bank account even more negative than it was [FS#1125] (r10890) +- Fix: Some isocodes were wrong, resulting in some NewGRF not working properly for the affected languages (r10877) +- Fix: [Windows] Do not try to minimise or restore the window when closing OpenTTD [FS#998] (r10835) +- Fix: Trains going over bridges would get the "going down hill" accelerate bonus, which causes trains to go faster on bridges than they would be going on level land [FS#1096] (r10739) +- Fix: Trains being split into two pieces when loading an old savegame [FS#1062] (r10735) +- Fix: [OS/2] Fix chdir problem with open/save dialog (r10650) +- Fix: One could not remove locks that were build in a (very) old version of OpenTTD [FS#1038] (r10593) +- Fix: One cannot navigate using arrow keys in the game name text box [FS#1038] (r10500) +- Fix: Ship's maximum speed wrongly shown [FS#1013] (r10497) +- Fix: [OSX] Of the resolution is changed to something that is too high for the monitor, then it is reduced to fit the monitor size, solving several crashes and graphical glitches [FS#458] (r10410) +- Fix: NPF was leaking memory each time it got initialized, except for the first time (r10357) +- Fix: [YAPF] 'target_seen' flag that is set prematurely in some cases (1 tile long cached segment followed by target station) which caused asserts to trigger [FS#884] (r10199) + + +0.5.3-RC2 (2007-07-07) +------------------------------------------------------------------------ +- Fix: Visual glitches when a window is resized in the WE_CREATE callback (r10465) +- Fix: [Windows] _wnd.has_focus was not properly set after using ALT-TAB [FS#962] (r10399) + + 0.5.3-RC1 (2007-06-28) ------------------------------------------------------------------------ - Feature: Make the client list window (for network games) stickyable (r10293) diff --git a/docs/openttd.6 b/docs/openttd.6 index 093ab59469..02e2d66438 100644 --- a/docs/openttd.6 +++ b/docs/openttd.6 @@ -1,6 +1,6 @@ .\" Hey, EMACS: -*- nroff -*- .\" Please adjust this date whenever revising the manpage. -.Dd Jun 28, 2007 +.Dd Sep 15, 2007 .Dt OPENTTD 6 .Sh NAME .Nm openttd diff --git a/known-bugs.txt b/known-bugs.txt index 08df0fd5b6..76548772bc 100644 --- a/known-bugs.txt +++ b/known-bugs.txt @@ -14,6 +14,7 @@ Bugs for 0.5.3 ------------------------------------------------------------------------ URL: http://bugs.openttd.org +-944 Incorrect el-rail catenary pole/wire offsets -917 Load scenario with no towns failed without proper warning -873 Assertion window fails to open on OSX -820 Pillar drawing order glich, with newbridges @@ -30,7 +31,6 @@ URL: http://bugs.openttd.org -501 Mouse pointer gets hidden, when draging out of window and back again. Only affects Wacom etc. -494 Get free money abusing a stock bug -474 Overtaking car doesn't hit the against-riding car. --458 Crash when changing Resolution on Mac OS X (x86) -435 Assertion window doesn't show when in fullscreen on Mac OS X -423 Improved loading causes high CPU use with long trains -410 Openttd in dedicated mode don't run without data files diff --git a/os/debian/changelog b/os/debian/changelog index a02367ac5e..0149ea81d8 100644 --- a/os/debian/changelog +++ b/os/debian/changelog @@ -4,6 +4,24 @@ openttd (0.6~svn) unstable; urgency=low -- Matthijs Kooijman Mon, 26 Feb 2007 21:07:05 +0100 +openttd (0.5.3-1) unstable; urgency=low + + * New upstream release. + + -- Matthijs Kooijman Sat, 15 Sep 2007 13:30:00 +0100 + +openttd (0.5.3~rc3-1) unstable; urgency=low + + * New upstream release. + + -- Matthijs Kooijman Thu, 30 Aug 2007 23:30:00 +0100 + +openttd (0.5.3~rc2-1) unstable; urgency=low + + * New upstream release. + + -- Matthijs Kooijman Sat, 7 Jul 2007 20:05:00 +0100 + openttd (0.5.3~rc1-1) unstable; urgency=low * New upstream release. diff --git a/os/win32/installer/install.nsi b/os/win32/installer/install.nsi index a53455d4f6..683b2e2d81 100644 --- a/os/win32/installer/install.nsi +++ b/os/win32/installer/install.nsi @@ -1,6 +1,6 @@ !define APPNAME "OpenTTD" ; Define application name !define APPVERSION "0.5.3" ; Define application version -!define INSTALLERVERSION 35 ; NEED TO UPDATE THIS FOR EVERY RELEASE!!! +!define INSTALLERVERSION 38 ; NEED TO UPDATE THIS FOR EVERY RELEASE!!! !define APPURLLINK "http://www.openttd.org" !define APPNAMEANDVERSION "${APPNAME} ${APPVERSION}" diff --git a/readme.txt b/readme.txt index 377ba51e90..25ced85463 100644 --- a/readme.txt +++ b/readme.txt @@ -1,6 +1,6 @@ OpenTTD README -Last updated: 2007-06-28 -Release version: 0.5.3-RC1 +Last updated: 2007-09-15 +Release version: 0.5.3 ------------------------------------------------------------------------