1
0
Fork 0

(svn r26824) [1.4] -Update documentation

release/1.4
frosch 2014-09-14 16:07:01 +00:00
parent b0425dbdc5
commit c37b98b58b
5 changed files with 18 additions and 6 deletions

View File

@ -1,3 +1,9 @@
1.4.3-RC2 (2014-09-14)
------------------------------------------------------------------------
- Fix: Crashes on joining a server with pending order backups [FS#6112] (r26819)
- Fix: Crashes on start due to dereferencing the -1 index of the file names array of music files (r26809)
1.4.3-RC1 (2014-09-07)
------------------------------------------------------------------------
- Fix: TC_NO_SHADE did not work for 32bpp text rendering (r26792)

View File

@ -1,6 +1,6 @@
OpenTTD's known bugs
Last updated: 2014-09-07
Release version: 1.4.3-RC1
Last updated: 2014-09-14
Release version: 1.4.3-RC2
------------------------------------------------------------------------

View File

@ -1,3 +1,9 @@
openttd (1.4.3~RC2-0) unstable; urgency=low
* New upstream release 1.4.3-RC2
-- OpenTTD <info@openttd.org> Sun, 14 Sep 2014 19:00:00 +0200
openttd (1.4.3~RC1-0) unstable; urgency=low
* New upstream release 1.4.3-RC1

View File

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

View File

@ -1,5 +1,5 @@
Last updated: 2014-09-07
Release version: 1.4.3-RC1
Last updated: 2014-09-14
Release version: 1.4.3-RC2
------------------------------------------------------------------------