diff --git a/changelog.txt b/changelog.txt index 2b9d2ed86f..9e59833c8f 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,8 +1,9 @@ -0.5.0 (2007-02-25) +0.5.0 (2007-02-27) ------------------------------------------------------------------------ - Feature: Add the ability to load newer TTDP games (the tile information for coasts has changed) (r8738) - Feature: Selecting "end of orders" and deleting will delete all the vehicle's orders (shared mode unchanged) (r8685) - Codechange: Call GetFirstVehicleInChain only for trains thus increasing performance in large games (r8744) +- Fix: Possible crashes, problems with aircraft and airport removal (r8921) - Fix: Do not show the 'edit sign' window for spectators (r8808) - Fix: Adhere order types for ship order insertion to determine destination type (r8802) - Fix: It was possible to take over buoys by building a station next to them (r8794) diff --git a/docs/openttd.6 b/docs/openttd.6 index e44ca89266..4f7aa22d94 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 February 26, 2007 +.Dd February 27, 2007 .Dt OPENTTD 6 .Sh NAME .Nm openttd diff --git a/readme.txt b/readme.txt index 9f9c4543e5..5b76c79e82 100644 --- a/readme.txt +++ b/readme.txt @@ -1,5 +1,5 @@ OpenTTD README -Last updated: 2007-02-26 +Last updated: 2007-02-27 Release version: 0.5.0 ------------------------------------------------------------------------