summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntti Kokko <antti.kokko@qt.io>2020-03-16 13:57:46 +0200
committerVaL Doroshchuk <valentyn.doroshchuk@qt.io>2020-03-22 15:37:16 +0100
commit194b584ca1381ab5c5bdebfb455901cf2b0bad61 (patch)
tree7d622d677a367c2ca3fa1594c614de8f86792a1b
parent50e8ddcbf7a76611cd4d169a43047ccff72f7d2d (diff)
Add changes file for Qt 5.12.8v5.12.8
+ 1e50366ea7cd8909f049f161a41afbd152a94579 AVF: Always lock the capture device when start the camera + 62d70affd1f0d70dad2507feaa9caa3ab0cef877 Bump version Change-Id: I426aea6e0b19a6f8ad204d846a5e76ba39f4a539 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
-rw-r--r--dist/changes-5.12.829
1 files changed, 29 insertions, 0 deletions
diff --git a/dist/changes-5.12.8 b/dist/changes-5.12.8
new file mode 100644
index 000000000..aac293249
--- /dev/null
+++ b/dist/changes-5.12.8
@@ -0,0 +1,29 @@
+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.
+
+****************************************************************************
+* Platform Specific Changes *
+****************************************************************************
+
+- AVFoundation:
+ * [QTBUG-81048] Fixed regression when QCameraViewfinderSettings was not applied
+ until the camera is being started. Now the view finder settings should be applied
+ even if the camera is not active.