From bbbe65e1e5586ac7116667f2554be3b260d71319 Mon Sep 17 00:00:00 2001 From: rubidium Date: Thu, 8 Feb 2007 16:18:11 +0000 Subject: [PATCH] (svn r8639) [0.5] -Update readme's, bugs, installers, changelogs etc. to prepare for 0.5.0-RC5. --- changelog.txt | 31 +++++++++++++++++++++++++++++++ docs/openttd.6 | 2 +- known-bugs.txt | 24 ++++++++++++++++++------ os/debian/changelog | 6 ++++++ os/win32/installer/install.nsi | 2 +- readme.txt | 4 ++-- 6 files changed, 59 insertions(+), 10 deletions(-) diff --git a/changelog.txt b/changelog.txt index f5e41e953b..8dabd000d7 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,34 @@ +0.5.0-RC5 (2007-02-08) +------------------------------------------------------------------------ +- Feature: requery gameservers that did not respond to their first query (r8520, r8542) +- Feature: check for NewGRF compatability before actually downloading the map from a game server when connecting from the command prompt and internal console (r8459, r8461) +- Feature: logging of the IP address and port of invalid/illegal UDP packets (r8490) +- Codechange: Add Korean, Simplified Chinese and Traditional Chinese languages as an official translation (r8286, r8324, r8616) +- Codechange: Increase the size of the sound/video/music-drivers to 32 bytes (instead of 16) so their actual parameters can be passed. Sound has for example bufsize' and 'hz' (r8497) +- Codechange: Be more strict about language generation and fail any languages not having the mandatory ##name, ##ownname and ##isocode pragma's (r8253) +- Codechange: Rename the 'New ' button of the global vehicle lists to 'Available ' as it is a view-only list, not one from which you can purchase (rolling) stock. (r8420, r8421) +- Codechange: replace missing sprites with a red question mark (8634) +- Regression: Help window was empty for UNICODE builds (r8239) +- Regression: When the latest news was deleted, the news queue wrapped back to the oldest item, showing all news again (r8409) +- Regression: ShowLastNewsMessage could show an out-of-bounds news item because it did not checked if a previous item actually existed the first time it is called (forced news is INVALID_NEWS) [FS#573] (r8409) +- Fix: deleting a vehicle with shared orders, but no orders would fail to reset prev_shared and next_shared (r8294) +- Fix: GenerateVehicleSortList()/CmdMassStartStopVehicle() tried to put a TileIndex into an uint16 (r8296) +- Fix: [YAPF] Assert when buoy is placed on NE or NW map edge (r8540) +- Fix: a road vehicle that is very close after another (slower) road vehicle gets its speed reset to 0 when entering a tunnel, which causes a traffic jam outside of the tunnel (r8609) +- Fix: Road Vehicles now can obtain a slot even if the station is very spread out [FS#577] (r8536) +- Fix: bridges do not get destroyed when the bridge head gets flooded and there is a vehicle on the bridge [FS#564] (r8593) +- Fix: you were unable to build roads in the scenario editor when there is no town 0, even though there are other towns (r8608) +- Fix: store the ownership of a water tile in the buoy tile and set the ownership of the water tile when the buoy is removed. This solves the issue of removing ownership from canal tiles thus making is possible for other players to remove the canal tile (r8619) +- Fix: buoys on canal tiles do not flood anymore (r8620) +- Fix: Put the output of -h to stdout and not to stderr (through ShowInfo) (r8240) +- Fix: use ShowInfo over fprintf(stderr, as Windows doesn't always have a stderr visible/available (r8315) +- Fix: return value from clamp was ignored (r8273) +- Fix: When the currently selected player in the performance details window is no longer active, choose the first active player instead of the first player as that may also be inactive [FS#582] (r8612) +- Fix: segmentation fault when the toolbar gets removed and you have selected one of the items in a submenu of the toolbar (r8533) +- Fix: [OSX] freetype and fontconfig detection (r8500) +- Fix: draw canal edges under buoys that are in a canal (8635) +- Fix: CTRL-clicking on a hangar in the order list segfaulted as hangars are part of a station instead of real depots (8637) + 0.5.0-RC4 (2007-01-18) ------------------------------------------------------------------------ - Feature: Increase spritecache size to 2MB, will increase performance in games using newgrf files (r8218) diff --git a/docs/openttd.6 b/docs/openttd.6 index aae8951576..448d2f9bcd 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 January 18, 2007 +.Dd February 8, 2007 .Dt OPENTTD 6 .Sh NAME .Nm openttd diff --git a/known-bugs.txt b/known-bugs.txt index ebc88c3c3f..1482929d33 100644 --- a/known-bugs.txt +++ b/known-bugs.txt @@ -19,12 +19,24 @@ Bugs for 0.5.0 ------------------------------------------------------------------------ URL: http://bugs.openttd.org --559 Front-/Rear-facing engines don't line up with each other 2007-01-17 Unconfirmed Smoovious --553 Autorenew doesn't warn when replacement isn't available 2007-01-14 Unconfirmed Smoovious Bjarni --546 [0.5.0 RC3] Inflation overflow 2007-01-14 Unconfirmed zlavick --542 Assertion with Vehicle list 2007-01-12 Assigned Johannes E. Krause Bjarni --540 Planes vanished when offered exclusive 2007-01-12 Waiting for user Tony --539 Trains can cash the same cargo multiple times 2007-01-11 Unconfirmed Hans +-601 airports can't get flooded when they have planes in them +-599 reloaded game lost company passwords +-596 Cloning Maglev in UKRS forgets Mail refit +-595 Sort by max cargo rating does not sort correctly +-594 terraforming wipes out canals +-591 Autorenew fails under certain conditions +-585 Huge losses with transfer +-583 Fatal fault or crash during startup +-578 No loading at my industrial centre +-574 Open TTD overiding Power Warnings +-571 Problems with vehicle purchase lists with NewGRFs +-569 'Game Load Failed' when trying to open scenarios +-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 +-542 Assertion with Vehicle list +-540 Planes vanished when offered exclusive +-539 Trains can cash the same cargo multiple times -529 newairport's sprite issue -524 OSX sometimes (not always) fails to find free disk space -522 overflow on vehicle costs diff --git a/os/debian/changelog b/os/debian/changelog index c89ae4e40b..788f9d5623 100644 --- a/os/debian/changelog +++ b/os/debian/changelog @@ -1,3 +1,9 @@ +openttd (0.5.0~rc5-1) unstable; urgency=low + + * New upstream release + + -- Matthijs Kooijman Thu, 8 Feb 2007 13:37:31 +0100 + openttd (0.5.0~rc4-1) unstable; urgency=low * New upstream release diff --git a/os/win32/installer/install.nsi b/os/win32/installer/install.nsi index 0104b3281b..598d9d4818 100644 --- a/os/win32/installer/install.nsi +++ b/os/win32/installer/install.nsi @@ -2,7 +2,7 @@ !define APPNAME "OpenTTD" !define APPNAMEANDVERSION "OpenTTD 0.5.0.0" !define APPVERSION "0.5.0.0" -!define INSTALLERVERSION 26 ;NEED TO UPDATE THIS FOR EVERY RELEASE!!! +!define INSTALLERVERSION 27 ;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 969abdc9c5..3ff91f4ee5 100644 --- a/readme.txt +++ b/readme.txt @@ -1,6 +1,6 @@ OpenTTD README -Last updated: 2007-01-18 -Release version: 0.5.0-RC4 +Last updated: 2007-02-08 +Release version: 0.5.0-RC5 ------------------------------------------------------------------------