mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-06 06:15:04 +00:00
(svn r21187) [1.0] -Prepare for 1.0.5-RC2
This commit is contained in:
parent
4f0ce6e685
commit
c53a3562f8
@ -1,3 +1,16 @@
|
||||
1.0.5-RC2 (2010-11-14)
|
||||
------------------------------------------------------------------------
|
||||
- Fix: Reading (very) recently freed memory (r21182)
|
||||
- Fix: Default service interval for ships/aircraft got switched [FS#4222] (r21155)
|
||||
- Fix: Size of sort buttons for save/load and build vehicle list gui could be too small [FS#4221] (r21151)
|
||||
- Fix: [NewGRF] Crash when disabling static NewGRFs (when joining/starting a server) [FS#4208] (r21130, r21129, r21128)
|
||||
- Fix: Upper limit for snowline was too low [FS#4203] (r21078)
|
||||
- Fix: Wrong (maximum) value shown for generation seed in the in-game console [FS#4192] (r21075)
|
||||
- Fix: [Windows] Make sure to be upgraded openttd is not running when installing [FS#4212] (r21146)
|
||||
- Fix: Under some circumstances the file handle of the downloaded savegame would not be closed, and validity of the handled was not checked in all cases (r21027)
|
||||
- Fix: [NewGRF] Crash when getting an industry ID at an offset that uses some 'old' style industry tile [FS#4157] (r20912)
|
||||
|
||||
|
||||
1.0.5-RC1 (2010-10-31)
|
||||
------------------------------------------------------------------------
|
||||
- Change: Make OpenTTD aware of XZ/LZMA compressed savegames so loading those gives a proper error message (r21047)
|
||||
|
@ -1,6 +1,6 @@
|
||||
OpenTTD's known bugs
|
||||
Last updated: 2010-10-31
|
||||
Release version: 1.0.5-RC1
|
||||
Last updated: 2010-11-14
|
||||
Release version: 1.0.5-RC2
|
||||
------------------------------------------------------------------------
|
||||
|
||||
|
||||
|
@ -1,3 +1,9 @@
|
||||
openttd (1.0.5~rc2-0) unstable; urgency=low
|
||||
|
||||
* New upstream release 1.0.5~rc2
|
||||
|
||||
-- Matthijs Kooijman <matthijs@stdin.nl> Sun, 14 Nov 2010 15:00:00 +0000
|
||||
|
||||
openttd (1.0.5~rc1-0) unstable; urgency=low
|
||||
|
||||
* New upstream release 1.0.5-RC1
|
||||
|
@ -2,8 +2,8 @@
|
||||
!define APPV_MAJOR 1
|
||||
!define APPV_MINOR 0
|
||||
!define APPV_MAINT 5
|
||||
!define APPV_BUILD 0
|
||||
!define APPV_EXTRA "-RC1"
|
||||
!define APPV_BUILD 1
|
||||
!define APPV_EXTRA "-RC2"
|
||||
|
||||
!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-10-31
|
||||
Release version: 1.0.5-RC1
|
||||
Last updated: 2010-11-14
|
||||
Release version: 1.0.5-RC2
|
||||
------------------------------------------------------------------------
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user