diff options
author | Antti Kokko <antti.kokko@qt.io> | 2020-08-24 12:20:54 +0300 |
---|---|---|
committer | Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> | 2020-09-01 10:37:55 +0000 |
commit | 134fde4ab42a546bfe99d1fac002f87144d2c9e3 (patch) | |
tree | 6dc43ad46f57b70081c2060c410fdf8de71f382f /dist | |
parent | 5cc9be7778ce64ffa44bddd768559331f6748fe9 (diff) | |
download | qtwebsockets-134fde4ab42a546bfe99d1fac002f87144d2c9e3.tar.gz |
Add changes file for Qt 5.15.1
+ 34010e649734fe7a41d1a0280c606b15de5c2799 Make sure child QObjects get moved-to-thread along with the owner
+ eb2ddd0cb6b6f6ad391b5b43dbc1e88e41238417 QSslServer - adopt the newly created socket
+ 57e447f19afb9fa58add302547c966e6f5c3b16f Doc: Remove 'nolink' hack for WebSockets
+ c5cad78cc060ddc354647123bf69036a2ef00b33 Bump version
+ 90f0fc770bad90c40fa3be03501a794401d1f414 Add binary compatibility file for 5.15 for QtWebSockets
Change-Id: Ic06040456cabc0bfce21abc09eb63d552ec04bb0
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
(cherry picked from commit 9a0dd9a7b74a405488c4922a922d8a2ed8e8e28a)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'dist')
-rw-r--r-- | dist/changes-5.15.1 | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dist/changes-5.15.1 b/dist/changes-5.15.1 new file mode 100644 index 0000000..332ee9d --- /dev/null +++ b/dist/changes-5.15.1 @@ -0,0 +1,20 @@ +Qt 5.15.1 is a bug-fix release. It maintains both forward and backward +compatibility (source and binary) with Qt 5.15.0. + +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.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. + + - This release contains only minor code improvements. |