1
0
Fork 0

(svn r22748) [1.1] -Prepare: 1.1.2

release/1.1
rubidium 2011-08-14 15:23:27 +00:00
parent 6f8248c36d
commit eb7bceb240
6 changed files with 19 additions and 7 deletions

View File

@ -1,3 +1,9 @@
1.1.2 (2011-08-14)
------------------------------------------------------------------------
- Fix: Some corrupted savegames could crash OpenTTD instead of showing the 'savegame corrupted' message [FS#4717] (r22737, r22736)
- Fix: [NewGRF] Triggering NOT_REACHED when playing with a NewGRF that supplies genders/cases for a language that was not installed [FS#4718] (r22735)
1.1.2-RC2 (2011-07-30)
------------------------------------------------------------------------
- Fix: Cost of adding an extra road type to a bridge or tunnel was undercalculated [FS#4680, FS#4681] (r22700, r22699)

View File

@ -1,6 +1,6 @@
OpenTTD's known bugs
Last updated: 2011-07-30
Release version: 1.1.2-RC2
Last updated: 2011-08-14
Release version: 1.1.2
------------------------------------------------------------------------

View File

@ -1,3 +1,9 @@
openttd (1.1.2) unstable; urgency=low
* New upstream release 1.1.2
-- Matthijs Kooijman <matthijs@stdin.nl> Sun, 14 Aug 2011 17:00:00 +0200
openttd (1.1.2~RC2) unstable; urgency=low
* New upstream release 1.1.2-RC2

View File

@ -1,6 +1,6 @@
@echo off
set OPENTTD_VERSION=1.1.2-RC2
set OPENTTD_VERSION=1.1.2
set OPENSFX_VERSION=0.8.0
set NOSOUND_VERSION=0.8.0
set OPENGFX_VERSION=0.7.0

View File

@ -2,8 +2,8 @@
!define APPV_MAJOR 1
!define APPV_MINOR 1
!define APPV_MAINT 2
!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

View File

@ -1,6 +1,6 @@
OpenTTD readme
Last updated: 2011-07-30
Release version: 1.1.2-RC2
Last updated: 2011-08-14
Release version: 1.1.2
------------------------------------------------------------------------