summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntti Kokko <antti.kokko@qt.io>2019-04-01 13:35:32 +0300
committerJani Heikkinen <jani.heikkinen@qt.io>2019-04-03 04:16:16 +0000
commitc7e735198c6cc01201f90b64c8a6d35fc40584fc (patch)
tree7acec80a18c2d87489375e2bb1e27ca10ae01bfa
parentf41819387531a5ddfbad2e80ceec7b57a5ebb7c6 (diff)
Add changes file for Qt 5.12.3v5.12.3
+ fea4d302cddbb91e23864a4dbd786d53b72f67ea Gstreamer: Set surface from renderer before creating pipeline + 09490d1ac6294173004f8f5b948dea9a1e412d3d Doc: Fix documented QtMultimedia import + 935967a453b47ae7c8e9ad3d94eef3813eab58db Fix compile failure with gstreamer 0.10 + d665520e8bd23121160d82cada34ff625e0d0cfe Bump version + 226f802fb04de6b135a0214674ce77643ba479c4 Add source url to 'decoding error' warning + c296df781d9fa445bb4b1fcbb6f340e0d1db0c3a Fix QCameraInfo to be invalid if camera failed to find device + 80411380fbf614d833cd42dee80d01510326ccd3 winrt: Use highest supported resolution for camera preview/image capture + f41819387531a5ddfbad2e80ceec7b57a5ebb7c6 Android: Use CaptureStillImage as default capture mode Change-Id: I2cf7a9c86b08e72ffbea9901371a40610b65eadd Reviewed-by: Christian Strømme <christian.stromme@qt.io>
-rw-r--r--dist/changes-5.12.340
1 files changed, 40 insertions, 0 deletions
diff --git a/dist/changes-5.12.3 b/dist/changes-5.12.3
new file mode 100644
index 000000000..f306ef22d
--- /dev/null
+++ b/dist/changes-5.12.3
@@ -0,0 +1,40 @@
+Qt 5.12.3 is a bug-fix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 5.12.0 through 5.12.2.
+
+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.
+
+****************************************************************************
+* Qt 5.12.3 Changes *
+****************************************************************************
+
+- Fixed QCameraInfo to be invalid if camera failed to find device.
+
+****************************************************************************
+* Platform Specific Changes *
+****************************************************************************
+
+Gstreamer
+---------
+
+ - [QTBUG-73557] Fixed setting surface from current renderer after changing the pipeline.
+
+ WinRT
+ -----
+
+ - [QTBUG-72874] Fixed camera preview/image capture to use highest supported resolution.