(svn r12524) [0.6] -Update: some documentation. 0.6 0.6.0
authorrubidium
Mon, 31 Mar 2008 22:09:27 +0000
branch0.6
changeset 9357 bafe57f3402a
parent 9356 c1b10557eaf6
child 10323 57d8fd25473e
(svn r12524) [0.6] -Update: some documentation.
changelog.txt
known-bugs.txt
os/debian/changelog
os/win32/installer/install.nsi
readme.txt
--- a/changelog.txt	Mon Mar 31 21:46:15 2008 +0000
+++ b/changelog.txt	Mon Mar 31 22:09:27 2008 +0000
@@ -1,5 +1,6 @@
-0.6.0???? (2008-03-??)
+0.6.0 (2008-04-01)
 ------------------------------------------------------------------------
+- Fix: Final formatting of some string codes from NewGRFs was not done correctly [FS#1889] (r12488)
 - Fix: Timetable times for aircraft were always doubled [FS#1883] (r12477)
 - Fix: Remove broken endian-dependent code and unnecessary rgb to bgr swapping [FS#1880] (r12453)
 - Fix: Do not 'disable' the drawing of autorail overlays when the tile is 'error'-marked (red pulsating selection) [FS#1871] (r12439)
--- a/known-bugs.txt	Mon Mar 31 21:46:15 2008 +0000
+++ b/known-bugs.txt	Mon Mar 31 22:09:27 2008 +0000
@@ -11,10 +11,14 @@
 If the bug report is closed, it has been fixed, which then can be verified
 in the latest SVN version of /trunk.
 
-Bugs for 0.6.0-RC1
+Bugs for 0.6.0
 ------------------------------------------------------------------------
 URL: http://bugs.openttd.org
 
+- 1891	Go to depot for servicing is forgotten
+- 1890	Airplanes copy helipcopters goto heliport order
+- 1885	Almost all unserved industries die in big maps
+- 1868	In depot, cannot move wagon from another line before first wagon in a wagon-only line
 - 1858	Industry legend in small map overwrites buttons
 - 1852	Minor tram reversing glitches
 - 1802	Path with space in configure fails
--- a/os/debian/changelog	Mon Mar 31 21:46:15 2008 +0000
+++ b/os/debian/changelog	Mon Mar 31 22:09:27 2008 +0000
@@ -1,3 +1,9 @@
+openttd (0.6.0) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Matthijs Kooijman <m.kooijman@student.utwente.nl>  Tue, 01 Apr 2008 13:33:37 +0100
+
 openttd (0.6.0~RC1) unstable; urgency=low
 
   * New upstream release.
--- a/os/win32/installer/install.nsi	Mon Mar 31 21:46:15 2008 +0000
+++ b/os/win32/installer/install.nsi	Mon Mar 31 22:09:27 2008 +0000
@@ -1,9 +1,9 @@
 !define APPNAME "OpenTTD"   ; Define application name
 !define APPVERSION "0.6.0"  ; Define application version
-!define INSTALLERVERSION 44 ; NEED TO UPDATE THIS FOR EVERY RELEASE!!!
+!define INSTALLERVERSION 45 ; NEED TO UPDATE THIS FOR EVERY RELEASE!!!
 
 !define APPURLLINK "http://www.openttd.org"
-!define APPNAMEANDVERSION "${APPNAME} ${APPVERSION}-RC1"
+!define APPNAMEANDVERSION "${APPNAME} ${APPVERSION}"
 !define APPVERSIONINTERNAL "${APPVERSION}.0" ; Needs to be of the format X.X.X.X
 
 !define MUI_ICON "..\..\..\media\openttd.ico"
--- a/readme.txt	Mon Mar 31 21:46:15 2008 +0000
+++ b/readme.txt	Mon Mar 31 22:09:27 2008 +0000
@@ -1,6 +1,6 @@
 OpenTTD README
-Last updated:    2008-03-26
-Release version: 0.6.0-RC1
+Last updated:    2008-04-01
+Release version: 0.6.0
 ------------------------------------------------------------------------