From 4e11b36000b7bfbe2db32577b6b4feffa8fecedc Mon Sep 17 00:00:00 2001 From: Darkvater Date: Sat, 12 Aug 2006 12:35:23 +0000 Subject: [PATCH] (svn r5862) - Prepare 0.4 branch for release. Update readme's, bugs, installers, changelog, etc. to 0.4.8 --- changelog.txt | 4 ++++ docs/openttd.6 | 2 +- known-bugs.txt | 1 - os/win32/installer/install.nsi | 2 +- readme.txt | 2 +- 5 files changed, 7 insertions(+), 4 deletions(-) diff --git a/changelog.txt b/changelog.txt index 65f1857a17..bd33a0fd6a 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,7 @@ +0.4.8 (2006-08-12) +------------------------------------------------------------------------ +- Fix: A ship in a depot must be stopped before it can be cloned. +- Fix: After changing directory in 'Play Scenario', the default scenarios didn't show up in 'New Game' 0.4.8-RC2 (2006-07-31) ------------------------------------------------------------------------ - Feature: Add Italian town names as we have an official Italian translation diff --git a/docs/openttd.6 b/docs/openttd.6 index 64a00fdd33..9426923739 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 July 31, 2006 +.Dd August 12, 2006 .Dt OPENTTD 6 .Sh NAME .Nm openttd diff --git a/known-bugs.txt b/known-bugs.txt index 565be1f16a..bb1596fb8c 100644 --- a/known-bugs.txt +++ b/known-bugs.txt @@ -33,7 +33,6 @@ URL: http://sourceforge.net/tracker/?atid=636365&group_id=103924&func=browse -1459262 Towns building too many roads way too long now -1458995 Another bug with smooth_economy --1458894 Crashed suddenly from scenario editor -1436419 Vehicles profits gone negative.......bug -1434000 Error in Transfer-Function -1427531 Newspapers problem diff --git a/os/win32/installer/install.nsi b/os/win32/installer/install.nsi index 92f4c62047..6ddd4eae58 100644 --- a/os/win32/installer/install.nsi +++ b/os/win32/installer/install.nsi @@ -2,7 +2,7 @@ !define APPNAME "OpenTTD" !define APPNAMEANDVERSION "OpenTTD 0.4.8.0" !define APPVERSION "0.4.8.0" -!define INSTALLERVERSION 21 ;NEED TO UPDATE THIS FOR EVERY RELEASE!!! +!define INSTALLERVERSION 22 ;NEED TO UPDATE THIS FOR EVERY RELEASE!!! !define MUI_ICON "..\..\..\openttd.ico" !define MUI_UNICON "..\..\..\openttd.ico" !define MUI_WELCOMEFINISHPAGE_BITMAP "welcome.bmp" diff --git a/readme.txt b/readme.txt index f0aa3e5e58..15fb7840ad 100644 --- a/readme.txt +++ b/readme.txt @@ -1,5 +1,5 @@ OpenTTD README -Last updated: 2006-07-31 +Last updated: 2006-08-12 Release version: 0.4.8 ------------------------------------------------------------------------