From c4988ca21346752e601df8a6b2cef3ee10c062f0 Mon Sep 17 00:00:00 2001 From: Antti Kokko Date: Thu, 31 Oct 2019 13:26:54 +0200 Subject: Add changes file for Qt 5.12.6 + 121887b051150af7490f79402248e92c7d7d0f0a distancefieldgenerator: Fix performance when selecting unicode ranges + 3480921b44f7a4dc8a38656a9722c1507a1b840a lupdate: Warn about calls with template literals + 74e3143bba2ab8c171c83e21876c80146d08934e Bump version Change-Id: Ieeb0f150f0e8e96105b4a91eeb49c8b53812b9cb Reviewed-by: Friedemann Kleint --- dist/changes-5.12.6 | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 dist/changes-5.12.6 diff --git a/dist/changes-5.12.6 b/dist/changes-5.12.6 new file mode 100644 index 000000000..9ac649c30 --- /dev/null +++ b/dist/changes-5.12.6 @@ -0,0 +1,25 @@ +Qt 5.12.6 is a bug-fix release. It maintains both forward and backward +compatibility (source and binary) with Qt 5.12.0 through 5.12.5. + +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. + +**************************************************************************** +* Distance Field Generator * +**************************************************************************** + + - [QTBUG-77499] Improved performance when selecting unicode ranges in + large fonts. -- cgit v1.2.3