From 515849e764f4c2877b39629d28f26b58219469fc Mon Sep 17 00:00:00 2001 From: rubidium Date: Sat, 7 Jul 2007 18:26:56 +0000 Subject: [PATCH] (svn r10468) [0.5] -Prepare 0.5 branch for release of 0.5.3-RC2. --- changelog.txt | 6 ++++++ docs/openttd.6 | 2 +- known-bugs.txt | 1 + os/debian/changelog | 6 ++++++ os/win32/installer/install.nsi | 2 +- readme.txt | 4 ++-- 6 files changed, 17 insertions(+), 4 deletions(-) diff --git a/changelog.txt b/changelog.txt index 885f47e5f0..1b67bf3f9b 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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) diff --git a/docs/openttd.6 b/docs/openttd.6 index 093ab59469..b9ddbd5492 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 Jul 07, 2007 .Dt OPENTTD 6 .Sh NAME .Nm openttd diff --git a/known-bugs.txt b/known-bugs.txt index f3ded63a54..8bd0d55a9c 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 diff --git a/os/debian/changelog b/os/debian/changelog index 168b04539e..83f4ce7472 100644 --- a/os/debian/changelog +++ b/os/debian/changelog @@ -1,3 +1,9 @@ +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 be0a93f126..e88c70add6 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 36 ; 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 11489d6a80..dbc2bcc1a0 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-07-07 +Release version: 0.5.3-RC2 ------------------------------------------------------------------------