From bc86bc3801c0bd9b24c77edbec89d12d73c8e462 Mon Sep 17 00:00:00 2001 From: rubidium Date: Tue, 17 Apr 2007 21:08:05 +0000 Subject: [PATCH] (svn r9663) -Merge: Release changes from 0.5 branch back to trunk. --- changelog.txt | 15 +++++++++++++++ docs/openttd.6 | 2 +- known-bugs.txt | 19 ++++++++++--------- os/debian/changelog | 6 ++++++ os/win32/installer/install.nsi | 2 +- readme.txt | 4 ++-- 6 files changed, 35 insertions(+), 13 deletions(-) diff --git a/changelog.txt b/changelog.txt index ee69dca3d1..24f557b654 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,18 @@ +0.5.1-RC3 (2007-04-17) +------------------------------------------------------------------------ +- Feature: Add list_patches to console commands; shows all patches and values (r9565) +- Fix: Select "Custom" in the difficulty settings gui when changing a setting [FS#733] (r9647) +- Fix: Building rail on steep slopes ignored build_on_slopes patch setting (r9602) +- Fix: Wrong characters in Finnish town names (r9641) +- Fix: When checking for no vehicle on ground-tiles, do not take into account vehicles that are in the air (r9542) +- Fix: Bankrupt AIs no longer buy over themselves (also added safeguards to prevent in future) (r9540 / r9541) +- Fix: When company is removed, sell all shares of the and in the company (r9533) +- Fix: Crash when 2 or more clients joined at roughly the same time (r9529) +- Fix: Custom currency was overwritten and fix euro introduction (r9467, r9469) +- Fix: Values of diff_custom and snow_line in .cfg were not checked properly (r9455) +- Fix: When deleting a vehicle which has shared orders with one more vehicle and no orders, segfaulted (r9429) + + 0.5.1-RC2 (2007-03-23) ------------------------------------------------------------------------ - Fix: crashes when the chatbox would be drawn outside of the main window [FS#701] (r9420) diff --git a/docs/openttd.6 b/docs/openttd.6 index e9ef7f004c..c52208d2d8 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 March 23, 2007 +.Dd April 17, 2007 .Dt OPENTTD 6 .Sh NAME .Nm openttd diff --git a/known-bugs.txt b/known-bugs.txt index efc9bae921..ec17a4cd5a 100644 --- a/known-bugs.txt +++ b/known-bugs.txt @@ -19,20 +19,21 @@ Bugs for 0.5.1 ------------------------------------------------------------------------ URL: http://bugs.openttd.org --677 Badspacing in news summaries --674 Map signs allow less nonenglish characters than english ones --672 Non-transparent station names' backgrounds do not resize properly upon language change +-735 Plural rule not expanded correctly when non-numeric placeholder uses +-732 Trains are lost after autorenewal/autoreplace +-716 Train Crash in Depot +-677 Badspacing in news summaries +-674 Map signs allow less nonenglish characters than english ones +-672 Non-transparent station names' backgrounds do not resize properly upon language change -669 Docks/Airports/RV Stations can be built without available vehicles -646 AI builds useless stations --601 airports can't get flooded when they have planes in them --599 reloaded game lost company passwords --594 terraforming wipes out canals +-601 Airports can't get flooded when they have planes in them +-599 Reloaded game lost company passwords +-594 Terraforming wipes out canals -591 Autorenew fails under certain conditions --583 Fatal fault or crash during startup --571 Problems with vehicle purchase lists with NewGRFs -559 Front-/Rear-facing engines don't line up with each other -553 Autorenew doesn't warn when replacement isn't available --546 [0.5.0 RC3] Inflation overflow +-546 Overflows due to inflation -540 Planes vanished when offered exclusive -539 Trains can cash the same cargo multiple times -522 overflow on vehicle costs diff --git a/os/debian/changelog b/os/debian/changelog index b38e868f55..cf54c98385 100644 --- a/os/debian/changelog +++ b/os/debian/changelog @@ -4,6 +4,12 @@ openttd (0.6~svn) unstable; urgency=low -- Matthijs Kooijman Mon, 26 Feb 2007 21:07:05 +0100 +openttd (0.5.1~rc3-1) unstable; urgency=low + + * New upstream release. + + -- Matthijs Kooijman Tue, 17 Aprr 2007 22:00:46 +0100 + openttd (0.5.1~rc2-1) unstable; urgency=low * New upstream release. diff --git a/os/win32/installer/install.nsi b/os/win32/installer/install.nsi index 94aa2f421a..40fcd34042 100644 --- a/os/win32/installer/install.nsi +++ b/os/win32/installer/install.nsi @@ -1,6 +1,6 @@ !define APPNAME "OpenTTD" ; Define application name !define APPVERSION "0.5.1" ; Define application version -!define INSTALLERVERSION 30 ; NEED TO UPDATE THIS FOR EVERY RELEASE!!! +!define INSTALLERVERSION 31 ; NEED TO UPDATE THIS FOR EVERY RELEASE!!! !define APPURLLINK "http://www.openttd.org" !define APPNAMEANDVERSION "${APPNAME} ${APPVERSION}" diff --git a/readme.txt b/readme.txt index 3431e58a8d..6b86c92112 100644 --- a/readme.txt +++ b/readme.txt @@ -1,6 +1,6 @@ OpenTTD README -Last updated: 2007-03-23 -Release version: 0.5.1-RC2 +Last updated: 2007-04-17 +Release version: 0.5.1-RC3 ------------------------------------------------------------------------