summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2014-10-23 09:47:15 +0000
committerrubidium <rubidium@openttd.org>2014-10-23 09:47:15 +0000
commite3791822b2c38ffd18770e524a75d2c7e8cf0832 (patch)
tree234707b7c3ab440dfad5053af8e9cef9bdf34011
parent567f38dbf3ac50d0c19532d2b2b8c2a52f7fe2a1 (diff)
downloadopenttd-e3791822b2c38ffd18770e524a75d2c7e8cf0832.tar.xz
(svn r27032) -Merge: documentation updates from 1.4 branch
-rw-r--r--changelog.txt43
-rw-r--r--known-bugs.txt4
-rw-r--r--os/debian/changelog30
-rw-r--r--readme.txt4
-rw-r--r--src/script/api/ai_changelog.hpp8
-rw-r--r--src/script/api/game_changelog.hpp8
6 files changed, 93 insertions, 4 deletions
diff --git a/changelog.txt b/changelog.txt
index 1b1fbe699..979e6f58a 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,3 +1,46 @@
+1.4.4 (2014-10-21)
+------------------------------------------------------------------------
+(None)
+
+
+1.4.4-RC1 (2014-10-08)
+------------------------------------------------------------------------
+- Fix: Image widgets stored 32bit SpriteID in uint16 (r26971)
+- Fix: Owner of road depot road types were not properly changed upon bankruptcy [FS#6126] (r26955)
+- Fix: Compilation on HAIKU (r26922)
+- Fix: Crash when enabling 'Full animation' if multiplayer chat text is on screen [FS#6096] (r26919)
+- Fix: Height computation of game script text in town GUI did not consider margins [FS#6119] (r26859)
+- Fix: [Squirrel] Debian lintian issues (r26853)
+- Fix: Compilation of strgen on various platforms like Solaris (r26850)
+- Fix: Better display of refit information for articulated vehicles [FS#6113] (r26849, r26848)
+- Fix: Do not assign a next hop when returning cargo [FS#6110] (r26847)
+- Fix: The ok-button in the OSK for the signs list should just close the OSK [FS#6116] (r26827)
+
+
+1.4.3 (2014-09-23)
+------------------------------------------------------------------------
+(None)
+
+
+1.4.3-RC2 (2014-09-14)
+------------------------------------------------------------------------
+- Fix: Crashes on joining a server with pending order backups [FS#6112] (r26819)
+- Fix: Crashes on start due to dereferencing the -1 index of the file names array of music files (r26809)
+
+
+1.4.3-RC1 (2014-09-07)
+------------------------------------------------------------------------
+- Fix: TC_NO_SHADE did not work for 32bpp text rendering (r26792)
+- Fix: Loading a game with order backups leaked Orders and left unreachable items in the pool (r26787)
+- Fix: Buffer overrun in SQCompiler::Error (r26764)
+- Fix: Desync due to not always properly restoring game state from the savegame (r26753)
+- Fix: [Script] Crashes and infinite loops when using lists in item-descending order [FS#6085] (r26744)
+- Fix: Incorrect CFLAGS when enabling gprof profiling (r26737, r26735)
+- Fix: Do not reset the last selected airport or layout, unless it is really necessary [FS#6083] (r26732)
+- Fix: Use the normal search path to look for xdg-open at Unix [FS#6077] (r26724)
+- Fix: Properly check for cargo acceptance of houses [FS#5997] (r26723)
+
+
1.4.2 (2014-08-16)
------------------------------------------------------------------------
(None)
diff --git a/known-bugs.txt b/known-bugs.txt
index 2cf03b175..642cb301a 100644
--- a/known-bugs.txt
+++ b/known-bugs.txt
@@ -1,6 +1,6 @@
OpenTTD's known bugs
-Last updated: 2014-08-16
-Release version: 1.4.2
+Last updated: 2014-10-21
+Release version: 1.4.4
------------------------------------------------------------------------
diff --git a/os/debian/changelog b/os/debian/changelog
index 24bce6c1c..95e4f8099 100644
--- a/os/debian/changelog
+++ b/os/debian/changelog
@@ -1,3 +1,33 @@
+openttd (1.4.4-0) unstable; urgency=low
+
+ * New upstream release 1.4.4
+
+ -- OpenTTD <info@openttd.org> Tue, 21 Oct 2014 21:00:00 +0200
+
+openttd (1.4.4~RC1-0) unstable; urgency=low
+
+ * New upstream release 1.4.4-RC1
+
+ -- OpenTTD <info@openttd.org> Wed, 08 Oct 2014 19:00:00 +0200
+
+openttd (1.4.3-0) unstable; urgency=low
+
+ * New upstream release 1.4.3
+
+ -- OpenTTD <info@openttd.org> Tue, 23 Sep 2014 21:00:00 +0200
+
+openttd (1.4.3~RC2-0) unstable; urgency=low
+
+ * New upstream release 1.4.3-RC2
+
+ -- OpenTTD <info@openttd.org> Sun, 14 Sep 2014 19:00:00 +0200
+
+openttd (1.4.3~RC1-0) unstable; urgency=low
+
+ * New upstream release 1.4.3-RC1
+
+ -- OpenTTD <info@openttd.org> Sun, 07 Sep 2014 19:00:00 +0200
+
openttd (1.4.2-0) unstable; urgency=low
* New upstream release 1.4.2
diff --git a/readme.txt b/readme.txt
index 7fdc6e3b5..4b4c0229f 100644
--- a/readme.txt
+++ b/readme.txt
@@ -1,5 +1,5 @@
-Last updated: 2014-08-16
-Release version: 1.4.2
+Last updated: 2014-10-21
+Release version: 1.4.4
------------------------------------------------------------------------
diff --git a/src/script/api/ai_changelog.hpp b/src/script/api/ai_changelog.hpp
index 6c21deeb6..b51d1b268 100644
--- a/src/script/api/ai_changelog.hpp
+++ b/src/script/api/ai_changelog.hpp
@@ -35,6 +35,14 @@
* \li AIStationList_CargoWaitingFromByVia
* \li AIStationList_CargoWaitingViaByFrom
*
+ * \b 1.4.4
+ *
+ * No changes
+ *
+ * \b 1.4.3
+ *
+ * No changes
+ *
* \b 1.4.2
*
* No changes
diff --git a/src/script/api/game_changelog.hpp b/src/script/api/game_changelog.hpp
index 99fe57a7e..535284caa 100644
--- a/src/script/api/game_changelog.hpp
+++ b/src/script/api/game_changelog.hpp
@@ -35,6 +35,14 @@
* \li GSStationList_CargoWaitingFromByVia
* \li GSStationList_CargoWaitingViaByFrom
*
+ * \b 1.4.4
+ *
+ * No changes
+ *
+ * \b 1.4.3
+ *
+ * No changes
+ *
* \b 1.4.2
*
* Other changes: