From 1a495b0b1c6355d70ba52418294eb4e893a27902 Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 31 Mar 2008 22:09:27 +0000 Subject: [PATCH] (svn r12524) [0.6] -Update: some documentation. --- changelog.txt | 3 ++- known-bugs.txt | 6 +++++- os/debian/changelog | 6 ++++++ os/win32/installer/install.nsi | 4 ++-- readme.txt | 4 ++-- 5 files changed, 17 insertions(+), 6 deletions(-) diff --git a/changelog.txt b/changelog.txt index fb4c206f9b..38178928fa 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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) diff --git a/known-bugs.txt b/known-bugs.txt index f8a371def8..cdb63f20e7 100644 --- a/known-bugs.txt +++ b/known-bugs.txt @@ -11,10 +11,14 @@ by the number below on http://bugs.openttd.org. 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 diff --git a/os/debian/changelog b/os/debian/changelog index c841031a78..eee7bb81ad 100644 --- a/os/debian/changelog +++ b/os/debian/changelog @@ -1,3 +1,9 @@ +openttd (0.6.0) unstable; urgency=low + + * New upstream release. + + -- Matthijs Kooijman Tue, 01 Apr 2008 13:33:37 +0100 + openttd (0.6.0~RC1) unstable; urgency=low * New upstream release. diff --git a/os/win32/installer/install.nsi b/os/win32/installer/install.nsi index 14f77e20ca..bf1c099f28 100644 --- a/os/win32/installer/install.nsi +++ b/os/win32/installer/install.nsi @@ -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" diff --git a/readme.txt b/readme.txt index 0abe131e36..36c6f736f1 100644 --- a/readme.txt +++ b/readme.txt @@ -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 ------------------------------------------------------------------------