(svn r5862) - Prepare 0.4 branch for release. Update readme's, bugs, installers, changelog, etc. to 0.4.8 0.4
authorDarkvater
Sat, 12 Aug 2006 12:35:23 +0000
branch0.4
changeset 10075 7ae6bc813772
parent 10074 cae7dc5c5dfe
(svn r5862) - Prepare 0.4 branch for release. Update readme's, bugs, installers, changelog, etc. to 0.4.8
changelog.txt
docs/openttd.6
known-bugs.txt
os/win32/installer/install.nsi
readme.txt
--- a/changelog.txt	Sat Aug 12 12:22:38 2006 +0000
+++ b/changelog.txt	Sat Aug 12 12:35:23 2006 +0000
@@ -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
--- a/docs/openttd.6	Sat Aug 12 12:22:38 2006 +0000
+++ b/docs/openttd.6	Sat Aug 12 12:35:23 2006 +0000
@@ -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
--- a/known-bugs.txt	Sat Aug 12 12:22:38 2006 +0000
+++ b/known-bugs.txt	Sat Aug 12 12:35:23 2006 +0000
@@ -33,7 +33,6 @@
 
 -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
--- a/os/win32/installer/install.nsi	Sat Aug 12 12:22:38 2006 +0000
+++ b/os/win32/installer/install.nsi	Sat Aug 12 12:35:23 2006 +0000
@@ -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"
--- a/readme.txt	Sat Aug 12 12:22:38 2006 +0000
+++ b/readme.txt	Sat Aug 12 12:35:23 2006 +0000
@@ -1,5 +1,5 @@
 OpenTTD README
-Last updated:    2006-07-31
+Last updated:    2006-08-12
 Release version: 0.4.8
 ------------------------------------------------------------------------