summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2020-06-17 13:34:32 +0200
committerQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2020-06-17 13:34:32 +0200
commit8b127d7ff751a6308666f91d111e75c36e620907 (patch)
tree5285b8a665a650e280feb1432415c0181a8b24de
parent76f5027181f690d6d0311f3d9f10061da7166ac9 (diff)
parent45fb451024ef824333979e66d7381c23a0e02a7b (diff)
Merge remote-tracking branch 'origin/5.12.9' into 5.12
-rw-r--r--dist/changes-5.12.931
1 files changed, 31 insertions, 0 deletions
diff --git a/dist/changes-5.12.9 b/dist/changes-5.12.9
new file mode 100644
index 000000000..caa08b0c5
--- /dev/null
+++ b/dist/changes-5.12.9
@@ -0,0 +1,31 @@
+Qt 5.12.9 is a bug-fix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 5.12.0 through 5.12.8.
+
+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 *
+****************************************************************************
+
+- Vivante:
+ * The imx6 vivante implementation now does not keep previous video buffer
+ which fixed jerky playback when frames are not coming at constant rate.
+
+- ALSA:
+ * [QTBUG-43256] Fixed choppy sound playback by adjusting audio buffer size.