(svn r10468) [0.5] -Prepare 0.5 branch for release of 0.5.3-RC2. 0.5 0.5.3-RC2
authorrubidium
Sat, 07 Jul 2007 18:26:56 +0000
branch0.5
changeset 5525 f7bf20490cdd
parent 5524 137860f300b2
child 5526 870820814801
(svn r10468) [0.5] -Prepare 0.5 branch for release of 0.5.3-RC2.
changelog.txt
docs/openttd.6
known-bugs.txt
os/debian/changelog
os/win32/installer/install.nsi
readme.txt
--- a/changelog.txt	Sat Jul 07 18:01:26 2007 +0000
+++ b/changelog.txt	Sat Jul 07 18:26:56 2007 +0000
@@ -1,3 +1,9 @@
+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)
--- a/docs/openttd.6	Sat Jul 07 18:01:26 2007 +0000
+++ b/docs/openttd.6	Sat Jul 07 18:26:56 2007 +0000
@@ -1,6 +1,6 @@
 .\"                                      Hey, EMACS: -*- nroff -*-
 .\" Please adjust this date whenever revising the manpage.
-.Dd Jun 28, 2007
+.Dd Jul 07, 2007
 .Dt OPENTTD 6
 .Sh NAME
 .Nm openttd
--- a/known-bugs.txt	Sat Jul 07 18:01:26 2007 +0000
+++ b/known-bugs.txt	Sat Jul 07 18:26:56 2007 +0000
@@ -14,6 +14,7 @@
 ------------------------------------------------------------------------
 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
--- a/os/debian/changelog	Sat Jul 07 18:01:26 2007 +0000
+++ b/os/debian/changelog	Sat Jul 07 18:26:56 2007 +0000
@@ -1,3 +1,9 @@
+openttd (0.5.3~rc2-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Matthijs Kooijman <m.kooijman@student.utwente.nl>  Sat,  7 Jul 2007 20:05:00 +0100
+
 openttd (0.5.3~rc1-1) unstable; urgency=low
 
   * New upstream release.
--- a/os/win32/installer/install.nsi	Sat Jul 07 18:01:26 2007 +0000
+++ b/os/win32/installer/install.nsi	Sat Jul 07 18:26:56 2007 +0000
@@ -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 36 ; NEED TO UPDATE THIS FOR EVERY RELEASE!!!
 
 !define APPURLLINK "http://www.openttd.org"
 !define APPNAMEANDVERSION "${APPNAME} ${APPVERSION}"
--- a/readme.txt	Sat Jul 07 18:01:26 2007 +0000
+++ b/readme.txt	Sat Jul 07 18:26:56 2007 +0000
@@ -1,6 +1,6 @@
 OpenTTD README
-Last updated:    2007-06-28
-Release version: 0.5.3-RC1
+Last updated:    2007-07-07
+Release version: 0.5.3-RC2
 ------------------------------------------------------------------------