(svn r9977) [0.5] -Prepare 0.5 branch for release of 0.5.2. 0.5 0.5.2
authorrubidium
Tue, 29 May 2007 18:02:14 +0000
branch0.5
changeset 5505 4d4738c2000f
parent 5504 520481b11c2c
child 5506 3c868cae4b22
(svn r9977) [0.5] -Prepare 0.5 branch for release of 0.5.2.
changelog.txt
docs/openttd.6
os/debian/changelog
os/win32/installer/install.nsi
ottdres.rc
readme.txt
--- a/changelog.txt	Mon May 28 22:11:42 2007 +0000
+++ b/changelog.txt	Tue May 29 18:02:14 2007 +0000
@@ -1,3 +1,10 @@
+0.5.2 (2007-05-29)
+------------------------------------------------------------------------
+- Feature: Add threading support for MorphOS (r9759)
+- Fix: Bridges and tunnels were not always removed on bankruptcy, thus leaving tunnels/bridges with an invalid owner that would crash the game when clicking with the query tool on them (r9966)
+- Fix: Null pointer dereference under MorphOS and AmigaOS (r9861)
+
+
 0.5.2-RC1 (2007-05-16)
 ------------------------------------------------------------------------
 - Feature: Windows 95/98/ME check in Windows 2000/XP/2003/Vista builds (r9834)
@@ -25,6 +32,7 @@
 ------------------------------------------------------------------------
 (None)
 
+
 0.5.1-RC3 (2007-04-17)
 ------------------------------------------------------------------------
 - Feature: Add list_patches to console commands; shows all patches and values (r9565)
--- a/docs/openttd.6	Mon May 28 22:11:42 2007 +0000
+++ b/docs/openttd.6	Tue May 29 18:02:14 2007 +0000
@@ -1,6 +1,6 @@
 .\"                                      Hey, EMACS: -*- nroff -*-
 .\" Please adjust this date whenever revising the manpage.
-.Dd May 16, 2007
+.Dd May 29, 2007
 .Dt OPENTTD 6
 .Sh NAME
 .Nm openttd
--- a/os/debian/changelog	Mon May 28 22:11:42 2007 +0000
+++ b/os/debian/changelog	Tue May 29 18:02:14 2007 +0000
@@ -1,3 +1,9 @@
+openttd (0.5.2-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Matthijs Kooijman <m.kooijman@student.utwente.nl>  Tue, 29 May 2007 20:00:00 +0100
+
 openttd (0.5.2~rc1-1) unstable; urgency=low
 
   * New upstream release.
--- a/os/win32/installer/install.nsi	Mon May 28 22:11:42 2007 +0000
+++ b/os/win32/installer/install.nsi	Tue May 29 18:02:14 2007 +0000
@@ -1,6 +1,6 @@
 !define APPNAME "OpenTTD"   ; Define application name
 !define APPVERSION "0.5.2"  ; Define application version
-!define INSTALLERVERSION 33 ; NEED TO UPDATE THIS FOR EVERY RELEASE!!!
+!define INSTALLERVERSION 34 ; NEED TO UPDATE THIS FOR EVERY RELEASE!!!
 
 !define APPURLLINK "http://www.openttd.org"
 !define APPNAMEANDVERSION "${APPNAME} ${APPVERSION}"
--- a/ottdres.rc	Mon May 28 22:11:42 2007 +0000
+++ b/ottdres.rc	Tue May 29 18:02:14 2007 +0000
@@ -65,8 +65,8 @@
 //
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 0,5,0,0
- PRODUCTVERSION 0,5,0,0
+ FILEVERSION 0,5,2,0
+ PRODUCTVERSION 0,5,2,0
  FILEFLAGSMASK 0x3fL
 #ifdef _DEBUG
  FILEFLAGS 0x1L
@@ -84,14 +84,14 @@
             VALUE "Comments", "This program is licensed under the GNU General Public License.\0"
             VALUE "CompanyName", "OpenTTD Development Team\0"
             VALUE "FileDescription", "OpenTTD\0"
-            VALUE "FileVersion", "Development Version\0"
+            VALUE "FileVersion", "0.5.2\0"
             VALUE "InternalName", "openttd\0"
             VALUE "LegalCopyright", "Copyright © OpenTTD Developers 2002-2007. All Rights Reserved.\0"
             VALUE "LegalTrademarks", "\0"
             VALUE "OriginalFilename", "openttd.exe\0"
             VALUE "PrivateBuild", "\0"
             VALUE "ProductName", "OpenTTD\0"
-            VALUE "ProductVersion", "0.0.0.0\0"
+            VALUE "ProductVersion", "0.5.2.0\0"
             VALUE "SpecialBuild", "-\0"
         END
     END
--- a/readme.txt	Mon May 28 22:11:42 2007 +0000
+++ b/readme.txt	Tue May 29 18:02:14 2007 +0000
@@ -1,6 +1,6 @@
 OpenTTD README
-Last updated:    2007-05-16
-Release version: 0.5.2-RC1
+Last updated:    2007-05-29
+Release version: 0.5.2
 ------------------------------------------------------------------------