summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntti Kokko <antti.kokko@qt.io>2019-07-30 11:25:43 +0300
committerVaL Doroshchuk <valentyn.doroshchuk@qt.io>2019-08-09 13:31:43 +0200
commita5ddec658526e47e5783a89c1fd1c463d464fbe7 (patch)
tree77bac7dce63b4137f9e8b0f81e9d31a054fed585
parent2da4e162516830f4976f30c789a3fd9511dde932 (diff)
Add changes file for Qt 5.13.1v5.13.1
Change-Id: I57e7aa684f589159f7957d68122c0ae983b2a70c Reviewed-by: Christian Strømme <christian.stromme@qt.io>
-rw-r--r--dist/changes-5.13.146
1 files changed, 46 insertions, 0 deletions
diff --git a/dist/changes-5.13.1 b/dist/changes-5.13.1
new file mode 100644
index 000000000..5167a49b8
--- /dev/null
+++ b/dist/changes-5.13.1
@@ -0,0 +1,46 @@
+Qt 5.13.1 is a bug-fix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 5.13.0.
+
+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.13 series is binary compatible with the 5.12.x series.
+Applications compiled for 5.12 will continue to run with 5.13.
+
+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.
+
+****************************************************************************
+* Qt 5.13.1 Changes *
+****************************************************************************
+
+- [QTBUG-76090] Fixed crash when an app is destroyed before QSample::load finishes.
+- [QTBUG-76205] Added fix to only update the VideoOutput's geometry when the surface is active.
+
+****************************************************************************
+* Platform Specific Changes *
+****************************************************************************
+
+ - DirectShow:
+ * [QTBUG-65574] Added error when attempting to play a video without a video output set.
+ * [QTBUG-65574] Added fix to prevent the same media content from being set twice.
+ * [QTBUG-65574] Returns QMediaPlayer::NoMedia if an empty url is provided.
+ * [QTBUG-75959] Mapped MEDIASUBTYPE_RGB24 to QVideoFrame::Format_BGR24.
+ * [QTBUG-70655] Fixed build issues with newer MinGW versions.
+ * Fixed memory leak introduced by using GetFrameRateList.
+
+ - AVFoundation:
+ * [QTBUG-75287] QMediaRecorder will now only send state changes when the state actually changes.
+
+ - GStreamer:
+ * [QTBUG-76236] Now busy cameras are also returned in availableCameras.
+ * Fixed a crash when the bus helper is destroyed but is still receiving events.
+ * GstUDPSrc caps can now be passed via the url's query item.
+ * Added implementation for fetching audio/video codecs by container and vice versa.