diff options
author | Antti Kokko <[email protected]> | 2020-03-03 15:10:31 +0200 |
---|---|---|
committer | Antti Kokko <[email protected]> | 2020-03-10 10:03:43 +0200 |
commit | 9f479ce719c03035d93323322e646dca79b9dc39 (patch) | |
tree | 348348e6534721034271d36aa2465e908dd897b7 | |
parent | 12420abbfa66e03938571528647be6f6d9034aa7 (diff) |
Add changes file for Qt 5.14.2v5.14.2
+ e1bb04aa143e6483118bba52ea95eb0efbc87fc3 Android: JNI_OnLoad return JNI_VERSION_1_6 instead of JNI_VERSION_1_4
+ ebf92b96ee6808f67e62449dc65b3757bf41d9d4 Bump version
Change-Id: If193882c59fdd13fc5182c002223f9ff3624a11c
Reviewed-by: Andy Shaw <[email protected]>
-rw-r--r-- | dist/changes-5.14.2 | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dist/changes-5.14.2 b/dist/changes-5.14.2 new file mode 100644 index 0000000..68a0051 --- /dev/null +++ b/dist/changes-5.14.2 @@ -0,0 +1,20 @@ +Qt 5.14.2 is a bug-fix release. It maintains both forward and backward +compatibility (source and binary) with Qt 5.14.0 through 5.14.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.14 series is binary compatible with the 5.13.x series. +Applications compiled for 5.13 will continue to run with 5.14. + +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. + + - This release contains only minor code improvements. |