summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Pigott <charlespigott@googlemail.com>2019-12-21 19:05:47 +0000
committerCharles Pigott <charlespigott@googlemail.com>2019-12-24 22:20:28 +0000
commit18f03a300b12bb022fb3273ff6273c430b28f787 (patch)
treefa77fe925661be64b5fab2448075e3a0ac97079b
parentd427559eba00619709342f06f372db425c278537 (diff)
downloadopenttd-18f03a300b12bb022fb3273ff6273c430b28f787.tar.xz
Update: Prepare for 1.10.0-beta2 release
-rw-r--r--changelog.txt25
-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, 37 insertions, 6 deletions
diff --git a/changelog.txt b/changelog.txt
index cc0fdb0c1..143513dbe 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,3 +1,28 @@
+1.10.0-beta2 (2019-12-25)
+------------------------------------------------------------------------
+- Feature: [Script] More error mappings (#7857)
+- Feature: Ctrl+Click on a vehicle in the vehicle group window selects and scrolls to the vehicle's group (#7800)
+- Feature: Ctrl+Click on the vehicle details button in the vehicle view window opens the vehicle group window focused on the vehicle (#7800)
+- Feature: Add a button to the vehicle advisory news window to open the vehicle's group window (#7800)
+- Feature: Ctrl+Click on a vehicle in the vehicle list window opens the vehicle group window focused on the vehicle's group (#7800)
+- Fix: Custom sea level default value is now equal to minimum value (#7866)
+- Fix: [NewGRF] Various tracktype fixes (#7863)
+- Fix: Infrastructure total update when removing tram road stop (#7856)
+- Fix #7847: Use ViewportSign coordinates for sign Kdtree coordinates (#7849)
+- Fix #7836: Check coherency of NewGRF parameter min/max (#7840)
+- Fix #7673: [Script] Allow removal of custom town text (#7834)
+- Fix: Crash when displaying an error message at map edges (#7833)
+- Fix #7783, #7816: [SDL2] Fix input handling in edit context (#7825)
+- Fix #7697: Tile query on HQs did not display cargo correctly (#7824)
+- Fix #7820: Possible game crash when removing oil rig (#7821)
+- Fix #7606: Rare crash when trying to clean up a crashed script (#7819)
+- Fix #7784: [SDL2] up/down/home/end key behaviour (#7815)
+- Fix #7631: 16 out cargo support for industry directory (#7809)
+- Fix #7646: Crash on random map generation failure (#7805)
+- Fix #7430: Only reset time since pickup when train visits station if it has room to load (#7595)
+- Fix #5405: Aircraft could route to depots outside their range (#7104)
+
+
1.10.0-beta1 (2019-10-29)
------------------------------------------------------------------------
- Feature: Configurable minimum age for companies before allowing share trading (#7780)
diff --git a/known-bugs.txt b/known-bugs.txt
index 2053a6ad3..440a4709f 100644
--- a/known-bugs.txt
+++ b/known-bugs.txt
@@ -1,6 +1,6 @@
OpenTTD's known bugs
-Last updated: 2019-10-29
-Release version: 1.10.0-beta1
+Last updated: 2019-12-25
+Release version: 1.10.0-beta2
------------------------------------------------------------------------
diff --git a/os/debian/changelog b/os/debian/changelog
index a52317223..6b24aaa7d 100644
--- a/os/debian/changelog
+++ b/os/debian/changelog
@@ -1,3 +1,9 @@
+openttd (1.10.0~beta2-0) unstable; urgency=low
+
+ * New upstream release 1.10.0-beta2
+
+ -- OpenTTD <info@openttd.org> Wed, 25 Dec 2019 00:00:00 +0000
+
openttd (1.10.0~beta1-0) unstable; urgency=low
* New upstream release 1.10.0-beta1
diff --git a/os/rpm/openttd.spec b/os/rpm/openttd.spec
index 4ba8c0067..340a9886b 100644
--- a/os/rpm/openttd.spec
+++ b/os/rpm/openttd.spec
@@ -17,9 +17,9 @@
#
Name: openttd
-Version: 1.10.beta1
+Version: 1.10.beta2
Release: 0
-%define srcver 1.10.0-beta1
+%define srcver 1.10.0-beta2
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 a4dd610d9..2561b76d5 100644
--- a/os/windows/installer/install.nsi
+++ b/os/windows/installer/install.nsi
@@ -2,8 +2,8 @@
!define APPV_MAJOR 1
!define APPV_MINOR 10
!define APPV_MAINT 0
-!define APPV_BUILD 0
-!define APPV_EXTRA "-beta1"
+!define APPV_BUILD 1
+!define APPV_EXTRA "-beta2"
!define APPNAME "OpenTTD" ; Define application name
!define APPVERSION "${APPV_MAJOR}.${APPV_MINOR}.${APPV_MAINT}${APPV_EXTRA}" ; Define application version