diff --git a/changelog.txt b/changelog.txt index f60b2be41a..0e31ee3fe5 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,12 @@ +1.10.1 (2020-04-13) +------------------------------------------------------------------------ +Fix #8081: Crash when placing a ship depot next to a dock (#8082) +Fix: [GS] A Goal's QuestionID was getting truncated (#8072) +Fix #8064: Refit capacity could be displayed incorrectly in extreme edgecases (#8065) +Fix #8060: Restore admin network API compatibility (#8061) +Fix #8055: Crash when roadtype availability changes with the road construction toolbar open (#8058) + + 1.10.0 (2020-04-01) ------------------------------------------------------------------------ Change: Open company window when clicking on a company goal (#8033) diff --git a/known-bugs.txt b/known-bugs.txt index bdf0cd093a..7b0277aa07 100644 --- a/known-bugs.txt +++ b/known-bugs.txt @@ -1,6 +1,6 @@ OpenTTD's known bugs -Last updated: 2020-04-01 -Release version: 1.10.0 +Last updated: 2020-04-13 +Release version: 1.10.1 ------------------------------------------------------------------------ diff --git a/os/debian/changelog b/os/debian/changelog index d0ceffa102..c9efabe8c4 100644 --- a/os/debian/changelog +++ b/os/debian/changelog @@ -1,3 +1,9 @@ +openttd (1.10.1-0) unstable; urgency=low + + * New upstream release 1.10.1 + + -- OpenTTD Mon, 13 Apr 2020 21:00:00 +0100 + openttd (1.10.0-0) unstable; urgency=low * New upstream release 1.10.0 diff --git a/os/rpm/openttd.spec b/os/rpm/openttd.spec index 5a1a489c36..ad2e19ab59 100644 --- a/os/rpm/openttd.spec +++ b/os/rpm/openttd.spec @@ -17,9 +17,9 @@ # Name: openttd -Version: 1.10.0 +Version: 1.10.1 Release: 0 -%define srcver 1.10.0 +%define srcver 1.10.1 Summary: An open source reimplementation of Chris Sawyer's Transport Tycoon Deluxe License: GPL-2.0 Group: Amusements/Games/Strategy/Other diff --git a/os/windows/installer/install.nsi b/os/windows/installer/install.nsi index 37c30a0b68..97a9558244 100644 --- a/os/windows/installer/install.nsi +++ b/os/windows/installer/install.nsi @@ -1,8 +1,8 @@ # Version numbers to update !define APPV_MAJOR 1 !define APPV_MINOR 10 -!define APPV_MAINT 0 -!define APPV_BUILD 3 +!define APPV_MAINT 1 +!define APPV_BUILD 4 !define APPV_EXTRA "" !define APPNAME "OpenTTD" ; Define application name