From 194b584ca1381ab5c5bdebfb455901cf2b0bad61 Mon Sep 17 00:00:00 2001 From: Antti Kokko Date: Mon, 16 Mar 2020 13:57:46 +0200 Subject: Add changes file for Qt 5.12.8 + 1e50366ea7cd8909f049f161a41afbd152a94579 AVF: Always lock the capture device when start the camera + 62d70affd1f0d70dad2507feaa9caa3ab0cef877 Bump version Change-Id: I426aea6e0b19a6f8ad204d846a5e76ba39f4a539 Reviewed-by: Paul Wicking --- dist/changes-5.12.8 | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 dist/changes-5.12.8 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. -- cgit v1.2.3