summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntti Kokko <antti.kokko@qt.io>2019-02-20 15:21:30 +0200
committerJani Heikkinen <jani.heikkinen@qt.io>2019-02-22 15:01:18 +0000
commitb0147a5d79ce7a7e77a24f36aaddfacb1a1517c8 (patch)
tree02ad3963c9e8297180ac9c52a46b5cab3e228fcf
parentaa8c4914b748321c085b128735d8455220896313 (diff)
downloadqttools-5.12.2.tar.gz
Add changes file for Qt 5.12.2v5.12.25.12.2
+ ee9f6ec9b9e8f0d18ad7e8fededb5292abb91912 lupdate: Add support for parsing C++11 raw string literals + 2ed52386508ae6c674dd58d928cc0cffff98287e Bump version + a802a3b6786e8d94b17acbb6d76826eb103e3d15 Fix fileExists() query + 4832a3e3477d7030236439fa7902502af7f4a122 windeployqt: Remove unused method + d509f627e234c5696c1a28aec2d9d81b591277e4 windeployqt: Use nullptr were applicable + 150cccb4a935a2a889ac8379e08dcaa52e48f6b5 windeployqt: Fix clang warning about switch statement + 9f5f80570c91f6da8f558f305c51734768fbec7c Check that similar message does not have an other exact fit + 2290db250851f00bdec071a5431a8f763d232efb Check the parenthesis depth in case of right parenthesis token, to set metaExpected + b8931820d660457889ee8bbe7ab072ee5ab63adb linguist: Replace splash screen image with 128px application icon + d264cde2c754a683a723a2b5aad9b634a07eea21 Disable qtdiag on WebAssembly + 536c58c55641f2b93c95aa38d2893385f412786d Make windeployqt cross-platform (again) + 802aa37f7725ca3d75d1e928d845c6df534943ba qdoc: Add complete version string to the HTML title + b7decf54170ce71811bcbc13526e31914b0498e9 qtattributionsscanner: Add version to third-party component name + 6c8d836335a0eb57c76aee78b700893ca014fc90 macdeployqt: Deploy QtSpeech tts plugin Change-Id: Ic739392725dec77e40193fe51b3902abae6df311 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by: Martin Smith <martin.smith@qt.io>
-rw-r--r--dist/changes-5.12.224
1 files changed, 24 insertions, 0 deletions
diff --git a/dist/changes-5.12.2 b/dist/changes-5.12.2
new file mode 100644
index 000000000..e83f60081
--- /dev/null
+++ b/dist/changes-5.12.2
@@ -0,0 +1,24 @@
+Qt 5.12.2 is a bug-fix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 5.12.0 through 5.12.1.
+
+For more details, refer to the online documentation included in this
+distribution. The documentation is also available online:
+
+https://doc.qt.io/qt-5/index.html
+
+The Qt version 5.12 series is binary compatible with the 5.11.x series.
+Applications compiled for 5.11 will continue to run with 5.12.
+
+Some of the changes listed in this file include issue tracking numbers
+corresponding to tasks in the Qt Bug Tracker:
+
+https://bugreports.qt.io/
+
+Each of these identifiers can be entered in the bug tracker to obtain more
+information about a particular change.
+
+****************************************************************************
+* lupdate *
+****************************************************************************
+
+ - [QTBUG-42736] Added support for parsing C++11 raw string literals