From 09609e7a88a36eb56e008ac0399855ab97112c67 Mon Sep 17 00:00:00 2001 From: frosch Date: Wed, 1 Apr 2015 18:31:19 +0000 Subject: [PATCH] (svn r27216) [1.5] -Update: Documentation --- changelog.txt | 5 +++++ known-bugs.txt | 4 ++-- os/debian/changelog | 6 ++++++ os/windows/installer/install.nsi | 4 ++-- readme.txt | 4 ++-- 5 files changed, 17 insertions(+), 6 deletions(-) diff --git a/changelog.txt b/changelog.txt index 2366ca6d5c..118faacddd 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,8 @@ +1.5.0 (2015-04-01) +------------------------------------------------------------------------ +- Fix: [NewGRF] Add Misc. GRF Feature Flag 6 to enable the second rocky tile set [FS#6260] (r27200) + + 1.5.0-RC1 (2015-03-18) ------------------------------------------------------------------------ - Feature: [NewGRF] Display relative offset changes in the sprite aligner [FS#6236] (r27174) diff --git a/known-bugs.txt b/known-bugs.txt index 832c23d8a0..fdb2349ea4 100644 --- a/known-bugs.txt +++ b/known-bugs.txt @@ -1,6 +1,6 @@ OpenTTD's known bugs -Last updated: 2015-03-18 -Release version: 1.5.0-RC1 +Last updated: 2015-04-01 +Release version: 1.5.0 ------------------------------------------------------------------------ diff --git a/os/debian/changelog b/os/debian/changelog index 29ae849a4e..5282d13b01 100644 --- a/os/debian/changelog +++ b/os/debian/changelog @@ -1,3 +1,9 @@ +openttd (1.5.0-0) unstable; urgency=low + + * New upstream release 1.5.0 + + -- OpenTTD Wed, 01 Apr 2015 21:00:00 +0200 + openttd (1.5.0~RC1-0) unstable; urgency=low * New upstream release 1.5.0-RC1 diff --git a/os/windows/installer/install.nsi b/os/windows/installer/install.nsi index b9fb8ede16..7bc6a5a4ef 100644 --- a/os/windows/installer/install.nsi +++ b/os/windows/installer/install.nsi @@ -2,8 +2,8 @@ !define APPV_MAJOR 1 !define APPV_MINOR 5 !define APPV_MAINT 0 -!define APPV_BUILD 2 -!define APPV_EXTRA "-RC1" +!define APPV_BUILD 3 +!define APPV_EXTRA "" !define APPNAME "OpenTTD" ; Define application name !define APPVERSION "${APPV_MAJOR}.${APPV_MINOR}.${APPV_MAINT}${APPV_EXTRA}" ; Define application version diff --git a/readme.txt b/readme.txt index 4da3cecf05..03cef97079 100644 --- a/readme.txt +++ b/readme.txt @@ -1,5 +1,5 @@ -Last updated: 2015-03-18 -Release version: 1.5.0-RC1 +Last updated: 2015-04-01 +Release version: 1.5.0 ------------------------------------------------------------------------