summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntti Kokko <antti.kokko@qt.io>2020-03-16 13:57:44 +0200
committerAntti Kokko <antti.kokko@qt.io>2020-03-26 12:16:58 +0200
commita526644f2f2c7359cbe7d50bea09ded3e6c65e4d (patch)
tree06e805e14ba127820262ab8fa9c66b00b117dd97
parent6c91ad8a7fe8adc555b57570486122f31f88d01b (diff)
Add changes file for Qt 5.12.8v5.12.8
+ 02a4d36239aca65cd1ab93ec686deac05a0e918a Bump version + 5f6187cb9e17b55cd2a68ac3094ae6a1879b50a2 Add descriptor even if the read fails during service discovery + e851596c284bfa3ef5be1bb982cf8a57360baed9 Grant ACCESS_FINE_LOCATION to QtBluetooth + b4bd5c9852c1414cc45a551590fa485ade764c63 Add location-turned-on check before starting device discovery + 08fa2adc272ae58564601e92dc5d1459d8dc89ba Ensure that a failing classic discovery doesn't prevent LE scan + b4282fd32ea06c1d634ea322f682a4c939a0cc89 Also add a response for a request if reportError is called + 6c91ad8a7fe8adc555b57570486122f31f88d01b QLowEnergyControllerPrivateWinRT::connectToDevice: Return early if LE device cannot be found Change-Id: I7c027b70797a6d13466ad1edac3a80abfda858b8 Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
-rw-r--r--dist/changes-5.12.820
1 files changed, 20 insertions, 0 deletions
diff --git a/dist/changes-5.12.8 b/dist/changes-5.12.8
new file mode 100644
index 00000000..729d7404
--- /dev/null
+++ b/dist/changes-5.12.8
@@ -0,0 +1,20 @@
+Qt 5.12.8 is a bug-fix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 5.12.0 through 5.12.7.
+
+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.
+
+ - This release contains only minor code improvements.