summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Lutz <michi@icosahedron.de>2019-02-24 22:06:07 +0100
committerMichael Lutz <michi@icosahedron.de>2019-02-24 23:30:28 +0100
commit919d7accd7a055e8e5feb300a40fcabb23e88d42 (patch)
tree009d994eb1ed37125aa72c859e8008878e730ca4
parentfa2bea7394a1e29ef0ef037cd0d24db31dad4684 (diff)
downloadopenttd-919d7accd7a055e8e5feb300a40fcabb23e88d42.tar.xz
Update: Changelog for 1.9.0-beta3 and prepare for release.
-rw-r--r--changelog.txt26
-rw-r--r--known-bugs.txt4
-rw-r--r--os/debian/changelog6
-rw-r--r--os/rpm/openttd.spec4
-rw-r--r--os/windows/installer/install.nsi4
5 files changed, 38 insertions, 6 deletions
diff --git a/changelog.txt b/changelog.txt
index 7a8651d6e..1d9f8947e 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,3 +1,29 @@
+1.9.0-beta3 (2019-02-24)
+------------------------------------------------------------------------
+- Feature: Option to adjust font size separately from GUI size (#7003)
+- Feature: Increase maximum number of orders from 64000 to ~16.7m (#7220)
+- Add: Show performance of AI and GS in framerate window
+- Add: News menu entry and shortcut for deleting all messages (#7240)
+- Change: [OSX] Improved scrolling behaviour when using touchpads
+- Change: Add scrollbar to cargo legend in cargo payment rates window
+- Change: Owner of vehicle with exclusive transport rights may now load cargo from neutral stations (#7256)
+- Change: Improved UI behaviour when dragging sound volume sliders with the mouse (#7227)
+- Change: Use selected vehicle group as parent when creating a new group (#7224)
+- Change: Use SlErrorCorrupt() on pool index error when loading a savegame, instead of terminating (#7219)
+- Change: Skip reliability decay if servicing is disabled
+- Fix: Remove desert around lakes upon generation
+- Fix: Re-sorting file list did not update filtered rows
+- Fix #7159: Waiting time at red one-way signals was too short
+- Fix #7189: Fluidsynth volume gain too high
+- Fix #7004: Cargo flow legend was not properly refreshed after zooming (#7265)
+- Fix: Possibility to modify wrong AI/GS settings when switching AI/GS scripts around (#7090, #7091)
+- Fix: Use more descriptive "spectator" strings for story book and goal dropdown menus
+- Fix #6599: Disable build and rename button in build vehicle window when no vehicle is selected
+- Fix: Do not mangle tagged revision strings for network revision strings
+- Fix #7151: AI start date deviation was still applied when not set to a random AI (#7223)
+- Fix #7197: Invalidate depot buttons when necessary (#7212)
+- Doc: [AI] UnshareOrders empties the orders list of the vehicle
+
1.9.0-beta2 (2019-02-09)
------------------------------------------------------------------------
- Fix: Non-Windows builds did not get correct git hash
diff --git a/known-bugs.txt b/known-bugs.txt
index bcb9c354a..c02897e50 100644
--- a/known-bugs.txt
+++ b/known-bugs.txt
@@ -1,6 +1,6 @@
OpenTTD's known bugs
-Last updated: 2019-02-09
-Release version: 1.9.0-beta2
+Last updated: 2019-02-24
+Release version: 1.9.0-beta3
------------------------------------------------------------------------
diff --git a/os/debian/changelog b/os/debian/changelog
index e429487ec..858c15371 100644
--- a/os/debian/changelog
+++ b/os/debian/changelog
@@ -1,3 +1,9 @@
+openttd (1.9.0~beta3-0) unstable; urgency=low
+
+ * New upstream release 1.9.0-beta3
+
+ -- OpenTTD <info@openttd.org> Sun, 24 Feb 2019 23:00:00 +0000
+
openttd (1.9.0~beta2-0) unstable; urgency=low
* New upstream release 1.9.0-beta2
diff --git a/os/rpm/openttd.spec b/os/rpm/openttd.spec
index d16230f31..7f17b7ea9 100644
--- a/os/rpm/openttd.spec
+++ b/os/rpm/openttd.spec
@@ -17,9 +17,9 @@
#
Name: openttd
-Version: 1.9.beta2
+Version: 1.9.beta3
Release: 0
-%define srcver 1.9.0-beta2
+%define srcver 1.9.0-beta3
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 d0c933ca2..da45165d4 100644
--- a/os/windows/installer/install.nsi
+++ b/os/windows/installer/install.nsi
@@ -2,8 +2,8 @@
!define APPV_MAJOR 1
!define APPV_MINOR 9
!define APPV_MAINT 0
-!define APPV_BUILD 1
-!define APPV_EXTRA "-beta2"
+!define APPV_BUILD 2
+!define APPV_EXTRA "-beta3"
!define APPNAME "OpenTTD" ; Define application name
!define APPVERSION "${APPV_MAJOR}.${APPV_MINOR}.${APPV_MAINT}${APPV_EXTRA}" ; Define application version