summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntti Kokko <antti.kokko@qt.io>2020-10-27 10:02:12 +0200
committerChristian Strømme <christian.stromme@qt.io>2020-11-04 08:26:48 +0000
commitfd30913d4601d12437404e1d20113a1ed6364ccc (patch)
tree66e483f636b580126f3e49c99acb0f4b90afc46b
parent732b1abff8eaa6ac5ff0414aea25ad7617dab2e8 (diff)
Add changes file for Qt 5.15.2v5.15.2
- 6d70c875615ffc9c315e203530aac0d320185701 Add changes file for Qt 5.15.1 + fd2bb11b9c9f4a0cff99ed21d9e5291ff5ec065d AVF: Introduce QCameraCaptureDestinationControl_iid + b34065e03e467d2c2b7a04e84bbec815f595220c CameraBin: unset GValues after finish using them + 9862bf04d18d8453c5bf2667768c0b8fbafe512c Gstreamer: fix camerabin's supported focus point mode + 67cac1524f56af09289eb76b5e2a38ca6d2a78c6 DirectShow: Use also pin category when negotiating + 4b26133b1cac084a61dbbf68b3fff711ca49f712 Bump version + 4ca84a8ae95d2703d2459d6335c4420ae32b37b6 Fix nullptr dereference in directshow plugin + 732b1abff8eaa6ac5ff0414aea25ad7617dab2e8 Add changes file for Qt 5.12.10 Pick-to: dev 5.15 Change-Id: I4f45ad937938681a7a233e975ce9290ddaa84105 Reviewed-by: Christian Strømme <christian.stromme@qt.io>
-rw-r--r--dist/changes-5.15.229
1 files changed, 29 insertions, 0 deletions
diff --git a/dist/changes-5.15.2 b/dist/changes-5.15.2
new file mode 100644
index 000000000..2dfc02bf2
--- /dev/null
+++ b/dist/changes-5.15.2
@@ -0,0 +1,29 @@
+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.
+
+****************************************************************************
+* Library *
+****************************************************************************
+
+AVFoundation:
+ - [QTBUG-85470] Fixed the capture signal emission. CaptureToBuffer,
+ and CaptureToFile will now emit imageAvailable, and imageSaved, respectively.
+ Additionally imageCaptured will now only be emitted if there is a video
+ frame available.
+