summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Wicking <paul.wicking@qt.io>2019-01-09 10:09:42 +0200
committerJani Heikkinen <jani.heikkinen@qt.io>2019-01-10 05:13:39 +0000
commitf7f5859f46158be778222ee1b4fcfff5fc8361de (patch)
treef528bf642902ec81994ce2a13d9d8fa3e738d0ab
parentbfe541139193dafed078c31469e5640ca4c74216 (diff)
Add changes file for Qt 5.12.1v5.12.1
+ 4d57f6bc4795bc207fb7af2411005958e9576e3e QtQuick: Fix & clean up alarms.pro + 113e24a5aabe6917b7f3d65f342bb5fff9bc3b08 Doc: Add brief section to "Qt for QNX", "Qt for VxWorks" + ec6883bd7c3141ccf30cf43f3030f7468c1a6e0a Doc: Remove broken link from iOS documentation + 9c8b608839addd80a57d8a8d159dcfec623a511f Bump version + 9aec0395d2ab77485984899266350c468b6b26c1 Make example code in Qt documentation also available under BSD-3-clause + b6a5aff9b7781fb98529e9a4beab0c2f43ac55fe Improve the exception safety code sample + 144395f0aa8dcebd0c0c9865ac5146be813f3f51 Fix the usage of the ret variable in the exception safety code sample + 66bddfb570e0ccb79ee35636129c350af09d503c Add changes file for Qt 5.11.3 + 4db2e07f97e70a580f2e29ff1c4519d731840fb6 Doc: Document Qt Quick WebGL plugin license + a58fa967f267f2ad6f8fbfaec12a5d978b2b6e10 Doc: Remove obsolete build instructions for Qt Quick WebGL plugin + 0a47462880d27120963605be3389f5b1db0f6aea winrt: Update winrtrunner's help output + 8f7c4db0ade8aa0a68279432af1329d93b1a9b97 Clarify target platforms of winrt port + c162c4b5a56604da898078635466e2b1e44b965d windows: Fix origin of environment setup script + 9d88932795ff77af70b1732a5df1013860ebb17f Doc: Replace Controls 1 and MouseArea references + 3361d0044305a4636c88dcec6657c3518604b3b4 Doc: Change the depends order in the doc config + ec479952c079c4e3f6b0c015e82f7060af9706bc remove references to bundled xkbcommon + 10b3f2c109eb9737648c4581ad198ae8214be78d macOS: improve quit menu item documentation + bfe541139193dafed078c31469e5640ca4c74216 Bump version Change-Id: I63e1c88a718757a55904c5a0f4358aa651e5a40c Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
-rw-r--r--dist/changes-5.12.112
1 files changed, 12 insertions, 0 deletions
diff --git a/dist/changes-5.12.1 b/dist/changes-5.12.1
new file mode 100644
index 000000000..c255a40e9
--- /dev/null
+++ b/dist/changes-5.12.1
@@ -0,0 +1,12 @@
+Qt 5.12.1 is a bug-fix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 5.12.0.
+
+For more details, refer to the documentation included in this
+distribution. The documentation is also available online:
+
+https://doc.qt.io/qt-5/
+
+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.
+
+ - This release contains only minor code improvements.