summaryrefslogtreecommitdiffstats
path: root/Changelog
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@theqtcompany.com>2015-04-08 17:14:33 +0200
committerKai Koehne <kai.koehne@theqtcompany.com>2015-04-09 06:48:12 +0000
commit8d060e69105f7c5705ba5c3a600c948467118f5e (patch)
tree9a1e985095a45bf3a844ee0da55b537e0001fd28 /Changelog
parent62a65d9f88435060926e7c79f851b6516bd3d81d (diff)
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 <karsten.heimrich@theqtcompany.com>
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog3
1 files changed, 3 insertions, 0 deletions
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.