summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYoann Lopes <yoann.lopes@theqtcompany.com>2015-04-23 14:52:55 +0200
committerJani Heikkinen <jani.heikkinen@theqtcompany.com>2015-04-25 07:20:03 +0000
commit20dbf8490e8226e96898d9b0ef6edd5f9a87bff2 (patch)
tree45b50f3059c86d14504190dd451f6e60e4e3425e
parentbcaec9624c9124dc256ad963d5735496e219414a (diff)
Added 5.4.2 change file.v5.4.2
Change-Id: Ib9d829e92343d5230875c37bee7b2bf912b1d304 Reviewed-by: Christian Stromme <christian.stromme@theqtcompany.com>
-rw-r--r--dist/changes-5.4.264
1 files changed, 64 insertions, 0 deletions
diff --git a/dist/changes-5.4.2 b/dist/changes-5.4.2
new file mode 100644
index 000000000..07e553022
--- /dev/null
+++ b/dist/changes-5.4.2
@@ -0,0 +1,64 @@
+Qt 5.4.2 is a bug-fix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 5.4.0 and 5.4.1.
+
+For more details, refer to the online documentation included in this
+distribution. The documentation is also available online:
+
+ http://qt-project.org/doc/qt-5.4
+
+The Qt version 5.4 series is binary compatible with the 5.3.x series.
+Applications compiled for 5.3 will continue to run with 5.4.
+
+Some of the changes listed in this file include issue tracking numbers
+corresponding to tasks in the Qt Bug Tracker:
+
+ http://bugreports.qt-project.org/
+
+Each of these identifiers can be entered in the bug tracker to obtain more
+information about a particular change.
+
+****************************************************************************
+* Library *
+****************************************************************************
+
+QtMultimedia
+------------
+
+ - QCameraInfo::availableCameras() and QtMultimedia.availableCameras (QML)
+ now return an up-to-date list when a camera is added or removed from the
+ system.
+ - Fixed memory leak in QMediaPlaylist::load().
+
+****************************************************************************
+* Platform Specific Changes *
+****************************************************************************
+
+Android
+-------
+
+ - [QTBUG-37525] Fixed VideoOutput not working on some devices when used
+ with a Camera.
+ - [QTBUG-44383] Fixed setting a URL with special characters on a
+ MediaPlayer.
+
+iOS
+---
+
+ - [QTBUG-44790] Fixed crash when using QAudioOutput/QAudioInput on iOS 5.
+ - [QTBUG-45659] Using QCamera doesn't always prompt for microphone
+ permission anymore, it now only does so when using the CaptureVideo mode.
+
+Linux
+-----
+
+ - [QTBUG-42326] Fixed regression causing software devices to not be
+ included in QAudioDeviceInfo::availableDevices() when using the ALSA
+ backend.
+
+Windows
+-------
+
+ - [QTBUG-32746] QMediaPlayer doesn't resume playback anymore when seeking
+ an audio media while paused.
+ - [QTBUG-42648] Greatly improved QAudioDeviceInfo supported formats detection.
+ - [QTBUG-44305] QAudioDeviceInfo: Fixed memory leak in availableDevices().