From 62a65d9f88435060926e7c79f851b6516bd3d81d Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Wed, 8 Apr 2015 14:17:33 +0200 Subject: Update contributor's list Change-Id: I9964eb2caaccd0afe6d6000175d79d999c20bc31 Reviewed-by: Karsten Heimrich --- Changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Changelog') diff --git a/Changelog b/Changelog index cb2d6f065..8459518b9 100644 --- a/Changelog +++ b/Changelog @@ -60,7 +60,7 @@ - Updated and improved translations. - Fixed various bugs. (QTIFW-397, QTIFW-469, QTIFW-481, QTIFW-524, QTIFW-538, QTIFW-541, QTIFW-542, QTIFW-562, QTIFW-564, QTIFW-568, QTIFW-569, QTIFW-583, QTIFW-589, QTIFW-593, QTIFW-600, QTIFW-602, QTIFW-605, QTIFW-612, QTIFW-615, QTIFW-616, QTIFW-618, QTIFW-620, QTIFW-621, QTIFW-622, QTIFW-625, QTBUG-633) -Thanks go to Christoph Vogtländer, Sze Howe Koh, Ray Donnelly, Tasuku Suzuki, Takayuki Orito, Sascha Cunz and Cuoghi Massimiliano for contributions. +Thanks go to Christoph Vogtländer, Sze Howe Koh, Ray Donnelly, Tasuku Suzuki, Takayuki Orito, Sascha Cunz, Zhang Xingtao, Sergey Belyashov and Cuoghi Massimiliano for contributions. 1.6.0 - No longer requires Xcode command line tools on Mac. (QTBUG-38015) -- cgit v1.2.3 From 8d060e69105f7c5705ba5c3a600c948467118f5e Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Wed, 8 Apr 2015 17:14:33 +0200 Subject: Fix crash on exit for Windows XP, Vista The destructor of QWinTaskBarButton until Qt 5.4.2 crashes on exit if the OS is older than Windows 7. Task-number: QTIFW-652 Change-Id: Icd0255f79f7339937f129cddce7291997d652f72 Reviewed-by: Karsten Heimrich --- Changelog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Changelog') diff --git a/Changelog b/Changelog index 8459518b9..f970841bc 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,6 @@ +2.0.1 +- Fix crash on exit for Windows XP, Vista (QTIFW-652) + 2.0.0 - Require Qt 5.4 as a minimal version, Qt 4 code removed. - Only support Qt 5 on documentation side as well. -- cgit v1.2.3 From 6e9c785d3db5fc2010e07d8d3c0d19b3ffcf543b Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Thu, 16 Apr 2015 08:59:02 +0200 Subject: Update ChangeLog Change-Id: Ic5933f828cfee1cde0686a9fa888a397c9c63da0 Reviewed-by: Karsten Heimrich --- Changelog | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Changelog') diff --git a/Changelog b/Changelog index f970841bc..f4f9915b0 100644 --- a/Changelog +++ b/Changelog @@ -1,5 +1,10 @@ 2.0.1 -- Fix crash on exit for Windows XP, Vista (QTIFW-652) +- Do not throw exception on empty translation files. +- Fix --checkupdates mode. +- Prevent disabled component to be selected using the Select All button. (QTIFW-635) +- Windows: Fix crashes in elevated installation. (QTIFW-6656, QTIFW-659) +- Fix crash on exit for Windows XP, Vista. (QTIFW-652) +- Documentation updates. 2.0.0 - Require Qt 5.4 as a minimal version, Qt 4 code removed. -- cgit v1.2.3