mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-06 22:28:56 +00:00
(svn r20265) [1.0] -Prepare: for 1.0.3
This commit is contained in:
parent
00a2f93bd6
commit
fc3c216e66
@ -1,3 +1,11 @@
|
||||
1.0.3 (2010-08-01)
|
||||
------------------------------------------------------------------------
|
||||
- Fix: Make it possible to properly assess the length of the rail toolbar caption, don't require '{WHITE}' control codes (r20242)
|
||||
- Fix: Check for disallowed level crossings also when converting rail (r20237)
|
||||
- Fix: Haiku uses a 'special' location for headers (r20219)
|
||||
- Fix: Desync due to (temporary) wrong railtype; when loading a savegame the railtype of some (high ID) trains could be wrong [FS#3945] (r20137)
|
||||
|
||||
|
||||
1.0.3-RC1 (2010-07-17)
|
||||
------------------------------------------------------------------------
|
||||
- Feature: [NewGRF] Textstack support for CB 38 (r20086)
|
||||
@ -20,7 +28,7 @@
|
||||
- Fix: Crash when spectator tried to open a vehicle list without selecting any company [FS#3892] (r20041)
|
||||
- Fix: Instead of loading the intro game when loading a savegame fails on the dedicated server, generate a new game [FS#3907] (r20039)
|
||||
- Fix: Tram tracks did not show at level crossing with the new railtypes [FS#3911] (r20036)
|
||||
- Fix: Under some circumstances you could get into an infinite loop [FS#3909] (r20035)
|
||||
- Fix: Under some circumstances you could get into an infinite loop [CVE-2010-2534] [FS#3909] (r20035)
|
||||
- Fix: The 64 bits TortoiseSVN was not always properly detected (r20029)
|
||||
- Fix: Do not close the sort dropdown in the (original) vehicle list when there are no vehicles. That code is meant for the 'actions' dropdown [FS#3881] (r20014)
|
||||
- Fix: When joining a company with a password you could only enter 20 characters of the password (r20012)
|
||||
|
@ -1,6 +1,6 @@
|
||||
OpenTTD's known bugs
|
||||
Last updated: 2010-07-17
|
||||
Release version: 1.0.3-RC1
|
||||
Last updated: 2010-08-01
|
||||
Release version: 1.0.3
|
||||
------------------------------------------------------------------------
|
||||
|
||||
|
||||
|
@ -1,8 +1,14 @@
|
||||
openttd (1.0.3-0) unstable; urgency=low
|
||||
|
||||
* New upstream release 1.0.3
|
||||
|
||||
-- Matthijs Kooijman <matthijs@stdin.nl> Sun, 01 Aug 2010 00:00:00 +0000
|
||||
|
||||
openttd (1.0.3~rc1-0) unstable; urgency=low
|
||||
|
||||
* New upstream release 1.0.3-RC1
|
||||
|
||||
-- Matthijs Kooijman <matthijs@stdin.nl> Sat, 05 Jun 2010 17:37:21 +0000
|
||||
-- Matthijs Kooijman <matthijs@stdin.nl> Sat, 05 Jul 2010 17:37:21 +0000
|
||||
|
||||
openttd (1.0.2-0) unstable; urgency=low
|
||||
|
||||
|
@ -2,8 +2,8 @@
|
||||
!define APPV_MAJOR 1
|
||||
!define APPV_MINOR 0
|
||||
!define APPV_MAINT 3
|
||||
!define APPV_BUILD 0
|
||||
!define APPV_EXTRA "-RC1"
|
||||
!define APPV_BUILD 1
|
||||
!define APPV_EXTRA ""
|
||||
|
||||
!define APPNAME "OpenTTD" ; Define application name
|
||||
!define APPVERSION "${APPV_MAJOR}.${APPV_MINOR}.${APPV_MAINT}${APPV_EXTRA}" ; Define application version
|
||||
|
@ -1,6 +1,6 @@
|
||||
OpenTTD README
|
||||
Last updated: 2010-07-17
|
||||
Release version: 1.0.3-RC1
|
||||
Last updated: 2010-08-01
|
||||
Release version: 1.0.3
|
||||
------------------------------------------------------------------------
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user