1
0
Fork 0

(svn r27297) [1.5] -Update: Documentation

release/1.5
frosch 2015-06-01 18:37:06 +00:00
parent 52d366b8ac
commit 702c9ff6da
5 changed files with 17 additions and 6 deletions

View File

@ -1,3 +1,8 @@
1.5.1 (2015-06-01)
------------------------------------------------------------------------
(None)
1.5.1-RC1 (2015-05-08)
------------------------------------------------------------------------
- Fix: Do not consider road junctions with trivial dead ends as branch points during town growth [FS#6245] (r27260, r27259, r27244)

View File

@ -1,6 +1,6 @@
OpenTTD's known bugs
Last updated: 2015-05-08
Release version: 1.5.1-RC1
Last updated: 2015-06-01
Release version: 1.5.1
------------------------------------------------------------------------

View File

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

View File

@ -2,8 +2,8 @@
!define APPV_MAJOR 1
!define APPV_MINOR 5
!define APPV_MAINT 1
!define APPV_BUILD 0
!define APPV_EXTRA "-RC1"
!define APPV_BUILD 1
!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: 2015-05-08
Release version: 1.5.1-RC1
Last updated: 2015-06-01
Release version: 1.5.1
------------------------------------------------------------------------