(svn r10468) [0.5] -Prepare 0.5 branch for release of 0.5.3-RC2.

This commit is contained in:
rubidium 2007-07-07 18:26:56 +00:00
parent ed4a9edba5
commit 515849e764
6 changed files with 17 additions and 4 deletions

View File

@ -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)

View File

@ -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

View File

@ -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

View File

@ -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.

View File

@ -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}"

View File

@ -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
------------------------------------------------------------------------