summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--changelog.txt4
-rw-r--r--docs/openttd.62
-rw-r--r--known-bugs.txt1
-rw-r--r--os/win32/installer/install.nsi2
-rw-r--r--readme.txt2
5 files changed, 7 insertions, 4 deletions
diff --git a/changelog.txt b/changelog.txt
index 65f1857a1..bd33a0fd6 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 64a00fdd3..942692373 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 76fcecf94..16c1d2d89 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 92f4c6204..6ddd4eae5 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 e0273a064..706251274 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
------------------------------------------------------------------------