From fb7ab6451d74ecfa437018ea89b37895fbedd50b Mon Sep 17 00:00:00 2001 From: frosch Date: Mon, 11 Dec 2017 20:14:55 +0000 Subject: [PATCH] (svn r27942) [1.7] -Update: Documentation --- changelog.txt | 14 ++++++++++++++ known-bugs.txt | 4 ++-- os/debian/changelog | 6 ++++++ os/windows/installer/install.nsi | 6 +++--- readme.txt | 4 ++-- src/script/api/ai_changelog.hpp | 2 +- src/script/api/game_changelog.hpp | 2 +- 7 files changed, 29 insertions(+), 9 deletions(-) diff --git a/changelog.txt b/changelog.txt index 31954996e6..7dce0aa637 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,17 @@ +1.7.2-RC1 (2017-12-11) +------------------------------------------------------------------------ +- Change: When train depots have a horizontal scrollbar, allow scrolling 1 tile beyond the longest train, so you can actually attach a wagon at the end (r27937) +- Fix: When moving wagons in the depot, the drag highlight did not exactly match the length of the dragged wagon chain (r27936) +- Fix: [Win32] Right mouse scrolling didn't work properly with the Windows 10 Fall Creators Update [FS#6629] (r27935) +- Fix: Forest, candyfloss forest and battery farm skipped the first animation frame [FS#6639] (r27932) +- Fix: Glyphs in range U+0020 to U+00FF may only be defined in orig_extra.grf, not in openttd.grf [FS#6620] (r27915) +- Fix: 'unban' console command was not handling IPv6 adresses properly (r27914, r27913) +- Fix: Keep the 'link' between industry chain and smallmap windows whenever possible [FS#6585] (r27905) +- Fix: When the last vehicle is removed from a shared orders group, hide the 'Stop sharing' button in the vehicle orders window [FS#6593] (r27904) +- Fix: Tooltip of 'increase service interval' said 'decrease' [FS#6606] (r27895) +- Fix: Console command parser passed invalid strings to the debug output, if command lines had many parameters [FS#6576] (r27884, r27883) + + 1.7.1 (2017-06-13) ------------------------------------------------------------------------ (None) diff --git a/known-bugs.txt b/known-bugs.txt index d74f0fe7e4..5429c55917 100644 --- a/known-bugs.txt +++ b/known-bugs.txt @@ -1,6 +1,6 @@ OpenTTD's known bugs -Last updated: 2017-06-13 -Release version: 1.7.1 +Last updated: 2017-12-11 +Release version: 1.7.2-RC1 ------------------------------------------------------------------------ diff --git a/os/debian/changelog b/os/debian/changelog index 1ed609321d..25a8c102b5 100644 --- a/os/debian/changelog +++ b/os/debian/changelog @@ -1,3 +1,9 @@ +openttd (1.7.2~RC1-0) unstable; urgency=low + + * New upstream release 1.7.2-RC1 + + -- OpenTTD Mon, 11 Dec 2017 21:30:00 +0100 + openttd (1.7.1-0) unstable; urgency=low * New upstream release 1.7.1 diff --git a/os/windows/installer/install.nsi b/os/windows/installer/install.nsi index e387ee8e5c..d16411abe3 100644 --- a/os/windows/installer/install.nsi +++ b/os/windows/installer/install.nsi @@ -1,9 +1,9 @@ # Version numbers to update !define APPV_MAJOR 1 !define APPV_MINOR 7 -!define APPV_MAINT 1 -!define APPV_BUILD 1 -!define APPV_EXTRA "" +!define APPV_MAINT 2 +!define APPV_BUILD 0 +!define APPV_EXTRA "-RC1" !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 5cad064987..7d874ce33f 100644 --- a/readme.txt +++ b/readme.txt @@ -1,5 +1,5 @@ -Last updated: 2017-06-13 -Release version: 1.7.1 +Last updated: 2017-12-11 +Release version: 1.7.2-RC1 ------------------------------------------------------------------------ diff --git a/src/script/api/ai_changelog.hpp b/src/script/api/ai_changelog.hpp index 3052524fcd..e9aa82a045 100644 --- a/src/script/api/ai_changelog.hpp +++ b/src/script/api/ai_changelog.hpp @@ -15,7 +15,7 @@ * functions may still be available if you return an older API version * in GetAPIVersion() in info.nut. * - * \b 1.7.0 - 1.7.1 + * \b 1.7.0 - 1.7.2 * * No changes * diff --git a/src/script/api/game_changelog.hpp b/src/script/api/game_changelog.hpp index cad4618cb8..fc04ae4cea 100644 --- a/src/script/api/game_changelog.hpp +++ b/src/script/api/game_changelog.hpp @@ -15,7 +15,7 @@ * functions may still be available if you return an older API version * in GetAPIVersion() in info.nut. * - * \b 1.7.0 - 1.7.1 + * \b 1.7.0 - 1.7.2 * * No changes *