(svn r11010) [0.5] -Prepare 0.5 branch for release of 0.5.3-RC3. 0.5 0.5.3-RC3
authorbjarni
Thu, 30 Aug 2007 21:06:52 +0000
branch0.5
changeset 5539 0b34e0353454
parent 5538 1e1067ea0a0d
child 5540 f96ccea118f5
(svn r11010) [0.5] -Prepare 0.5 branch for release of 0.5.3-RC3.
changelog.txt
docs/openttd.6
known-bugs.txt
os/debian/changelog
os/win32/installer/install.nsi
readme.txt
--- a/changelog.txt	Thu Aug 30 19:42:09 2007 +0000
+++ b/changelog.txt	Thu Aug 30 21:06:52 2007 +0000
@@ -1,3 +1,22 @@
+0.5.3-RC3 (2007-30-07)
+------------------------------------------------------------------------
+- 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 (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)
--- a/docs/openttd.6	Thu Aug 30 19:42:09 2007 +0000
+++ b/docs/openttd.6	Thu Aug 30 21:06:52 2007 +0000
@@ -1,6 +1,6 @@
 .\"                                      Hey, EMACS: -*- nroff -*-
 .\" Please adjust this date whenever revising the manpage.
-.Dd Jul 07, 2007
+.Dd Aug 30, 2007
 .Dt OPENTTD 6
 .Sh NAME
 .Nm openttd
--- a/known-bugs.txt	Thu Aug 30 19:42:09 2007 +0000
+++ b/known-bugs.txt	Thu Aug 30 21:06:52 2007 +0000
@@ -32,7 +32,6 @@
 -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
--- a/os/debian/changelog	Thu Aug 30 19:42:09 2007 +0000
+++ b/os/debian/changelog	Thu Aug 30 21:06:52 2007 +0000
@@ -1,3 +1,9 @@
+openttd (0.5.3~rc3-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Matthijs Kooijman <m.kooijman@student.utwente.nl>  Thu,  30 Aug 2007 23:30:00 +0100
+
 openttd (0.5.3~rc2-1) unstable; urgency=low
 
   * New upstream release.
--- a/os/win32/installer/install.nsi	Thu Aug 30 19:42:09 2007 +0000
+++ b/os/win32/installer/install.nsi	Thu Aug 30 21:06:52 2007 +0000
@@ -1,6 +1,6 @@
 !define APPNAME "OpenTTD"   ; Define application name
 !define APPVERSION "0.5.3"  ; Define application version
-!define INSTALLERVERSION 36 ; NEED TO UPDATE THIS FOR EVERY RELEASE!!!
+!define INSTALLERVERSION 37 ; NEED TO UPDATE THIS FOR EVERY RELEASE!!!
 
 !define APPURLLINK "http://www.openttd.org"
 !define APPNAMEANDVERSION "${APPNAME} ${APPVERSION}"
--- a/readme.txt	Thu Aug 30 19:42:09 2007 +0000
+++ b/readme.txt	Thu Aug 30 21:06:52 2007 +0000
@@ -1,6 +1,6 @@
 OpenTTD README
-Last updated:    2007-07-07
-Release version: 0.5.3-RC2
+Last updated:    2007-30-08
+Release version: 0.5.3-RC3
 ------------------------------------------------------------------------