diff options
author | Qt Forward Merge Bot <qt_forward_merge_bot@qt-project.org> | 2019-04-20 03:03:50 +0200 |
---|---|---|
committer | Qt Forward Merge Bot <qt_forward_merge_bot@qt-project.org> | 2019-04-20 03:03:50 +0200 |
commit | 47c04fb6303e3b812ab12f69e17fb6acae0c49ec (patch) | |
tree | be6e9d9c842b20f1bc5400bd0cad400594065225 /dist | |
parent | 2043a358ea64fe220e0fdee09d1f3aa1fd6aaad7 (diff) | |
parent | 99218c5fc00d6124fdcef1a3e1954e658d10db28 (diff) | |
download | qtsvg-47c04fb6303e3b812ab12f69e17fb6acae0c49ec.tar.gz |
Merge remote-tracking branch 'origin/5.12' into 5.13
Change-Id: Id1bdcd52b3c4553e882de825c769bd7643745dce
Diffstat (limited to 'dist')
-rw-r--r-- | dist/changes-5.12.3 | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dist/changes-5.12.3 b/dist/changes-5.12.3 new file mode 100644 index 0000000..f5b447f --- /dev/null +++ b/dist/changes-5.12.3 @@ -0,0 +1,22 @@ +Qt 5.12.3 is a bug-fix release. It maintains both forward and backward +compatibility (source and binary) with Qt 5.12.0 through 5.12.2. + +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. + + - [QTBUG-74083] Fixed leak on parsing failure. + - [QTBUG-74129] Fixed possible heap overflow in path parsing. + - [QTBUG-74189] Fixed crash with recursive gradient references. |