mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-06 06:15:04 +00:00
(svn r21278) [1.0] -Prepare for 1.0.5
This commit is contained in:
parent
c53a3562f8
commit
f6908d9c2d
@ -1,6 +1,11 @@
|
||||
1.0.5 (2010-11-20)
|
||||
------------------------------------------------------------------------
|
||||
(None)
|
||||
|
||||
|
||||
1.0.5-RC2 (2010-11-14)
|
||||
------------------------------------------------------------------------
|
||||
- Fix: Reading (very) recently freed memory (r21182)
|
||||
- Fix: Reading (very) recently freed memory [CVE-2010-4168] (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)
|
||||
|
@ -1,6 +1,6 @@
|
||||
OpenTTD's known bugs
|
||||
Last updated: 2010-11-14
|
||||
Release version: 1.0.5-RC2
|
||||
Last updated: 2010-11-20
|
||||
Release version: 1.0.5
|
||||
------------------------------------------------------------------------
|
||||
|
||||
|
||||
@ -22,8 +22,8 @@ specifics, we welcome you to report them. React to the given bug indicated
|
||||
by the number below on http://bugs.openttd.org.
|
||||
|
||||
|
||||
2) Known bugs in the this stable release:
|
||||
-- --------------------------------------
|
||||
2) Known bugs in this stable release:
|
||||
-- ----------------------------------
|
||||
The following bugs are known to exist in this stable release and
|
||||
we intend to fix them. Some bugs are known but are not fixable or
|
||||
fixing them would cause further problems. Those bugs can be found
|
||||
|
@ -1,3 +1,9 @@
|
||||
openttd (1.0.5-0) unstable; urgency=low
|
||||
|
||||
* New upstream release 1.0.5
|
||||
|
||||
-- Matthijs Kooijman <matthijs@stdin.nl> Sat, 20 Nov 2010 21:00:00 +0000
|
||||
|
||||
openttd (1.0.5~rc2-0) unstable; urgency=low
|
||||
|
||||
* New upstream release 1.0.5~rc2
|
||||
|
@ -2,8 +2,8 @@
|
||||
!define APPV_MAJOR 1
|
||||
!define APPV_MINOR 0
|
||||
!define APPV_MAINT 5
|
||||
!define APPV_BUILD 1
|
||||
!define APPV_EXTRA "-RC2"
|
||||
!define APPV_BUILD 2
|
||||
!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-11-14
|
||||
Release version: 1.0.5-RC2
|
||||
Last updated: 2010-11-20
|
||||
Release version: 1.0.5
|
||||
------------------------------------------------------------------------
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user