summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntti Kokko <antti.kokko@qt.io>2020-10-27 10:02:10 +0200
committerAntti Kokko <antti.kokko@qt.io>2020-10-28 10:16:05 +0200
commitfb2d6d47a0c961278d63309789a1141c3734818b (patch)
treed861be77c81e1c833f2f3f14efdf794b06159f2c
parent129044b2c2d812b779c42afbe5163b2135645b13 (diff)
Add changes file for Qt 5.15.2v5.15.2
+ c4563c236dc52fbe8789773bdd546d512ac10405 Use RedirectPolicyAttribute instead of FollowRedirectsAttribute + 304005c1288e8b76138285e051ea51b88d44273a Bump version + 6bfbe5ceeb692ca96e43222327edb75b52b6a319 Add changes file for Qt 5.12.10 + c7dba0796324c9846ffb9dac470045da35520337 Add client id and shared secret to token refresh requests + 129044b2c2d812b779c42afbe5163b2135645b13 Fix extra tokens for OAuth2 Pick-to: dev 5.15 Change-Id: Ia8e4e9943d07e9f15cfd6d2a008bf674ef0cd4ee Reviewed-by: Jesus Fernandez <jsfdez@gmail.com>
-rw-r--r--dist/changes-5.15.234
1 files changed, 34 insertions, 0 deletions
diff --git a/dist/changes-5.15.2 b/dist/changes-5.15.2
new file mode 100644
index 0000000..bbdf93e
--- /dev/null
+++ b/dist/changes-5.15.2
@@ -0,0 +1,34 @@
+Qt 5.15.2 is a bug-fix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 5.15.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.15/index.html
+
+The Qt version 5.15 series is binary compatible with the 5.14.x series.
+Applications compiled for 5.14 will continue to run with 5.15.
+
+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.
+
+****************************************************************************
+* Important Behavior Changes *
+****************************************************************************
+
+****************************************************************************
+* Library *
+****************************************************************************
+
+
+OAuth2
+------
+
+ - [QTBUG-87703] Fixed starting a new session with some servers (e.g. Google)
+ when using a refresh token.
+