1
0
Fork 0

(svn r26626) [1.4] -Update documentation

release/1.4
frosch 2014-06-02 18:19:54 +00:00
parent 5702b3951c
commit bcfc0ec957
5 changed files with 17 additions and 6 deletions

View File

@ -1,3 +1,8 @@
1.4.1 (2014-06-02)
------------------------------------------------------------------------
- Fix: First send packages about new company, then clients joining it to admin port [FS#6025] (r26616)
1.4.1-RC2 (2014-05-18)
------------------------------------------------------------------------
- Fix: Save/load issues on big endian machines (r26593, r26590, r26589)

View File

@ -1,6 +1,6 @@
OpenTTD's known bugs
Last updated: 2014-05-18
Release version: 1.4.1-RC2
Last updated: 2014-06-02
Release version: 1.4.1
------------------------------------------------------------------------

View File

@ -1,3 +1,9 @@
openttd (1.4.1-0) unstable; urgency=low
* New upstream release 1.4.1
-- OpenTTD <info@openttd.org> Mon, 02 Jun 2014 21:00:00 +0200
openttd (1.4.1~RC2-0) unstable; urgency=low
* New upstream release 1.4.1-RC2

View File

@ -2,8 +2,8 @@
!define APPV_MAJOR 1
!define APPV_MINOR 4
!define APPV_MAINT 1
!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,5 +1,5 @@
Last updated: 2014-05-18
Release version: 1.4.1-RC2
Last updated: 2014-06-02
Release version: 1.4.1
------------------------------------------------------------------------