From 27996bf1de4411161a482ab3119fa31532e54ee3 Mon Sep 17 00:00:00 2001 From: Alessandro Ghedini Date: Tue, 9 Sep 2014 12:14:44 +0200 Subject: Release 0.5.2 --- DOCS/client-api-changes.rst | 1 + RELEASE_NOTES | 32 ++++++++++++++++++++++++++++++++ VERSION | 2 +- 3 files changed, 34 insertions(+), 1 deletion(-) diff --git a/DOCS/client-api-changes.rst b/DOCS/client-api-changes.rst index b689921e48..8a2ebe9775 100644 --- a/DOCS/client-api-changes.rst +++ b/DOCS/client-api-changes.rst @@ -25,6 +25,7 @@ API changes :: + --- mpv 0.5.2 is released --- 1.4 - subtle change in X11 and "--wid" behavior --- mpv 0.5.0 is released --- 1.3 - add MPV_MAKE_VERSION() diff --git a/RELEASE_NOTES b/RELEASE_NOTES index e4cdde09e9..048edeac8c 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -1,3 +1,35 @@ +Release 0.5.2 +============= + +Changes +------- + +- Inherit event flags from parent X11 window when using --wid. +- Properly resume playlists loaded at runtime (this makes mpv try to resume a + playlist when loaded like "mpv playlist.m3u"). +- Don't honor $XDG_CONFIG_DIRS anymore for global paths (this fixes a regression + on systems that set the variable by default to somewhere else then /etc, + making mpv skip previously created config files). +- Allow up to 256 MB of extradata to make broken files work. + +Bug fixes +--------- + +- Restore old speed change behavior (this fixes a temporary lack of sound after + restoring normal speed e.g. when pressing Backspace). +- Fix quit handling when seeking past EOF while paused. +- Prevent burning CPU when seeking while paused. +- Don't add the playlist base path twice when using --playlist. +- Fix a crash when the initialization of the EGL context fails on Wayland. +- Make EOF handling properly event-based (this fixes a bug that made mpv hang + when changing from one file to the next with --gapless-audio=no). +- Assume icy title data is terminated with ';' (this fixes handling of streams + with metadata containing apostrophes). + +This listing is not complete. There are many more bug fixes and changes. The +complete change log can be viewed by running ``git log 0f1d6c0..e3d3a47`` in +the git repository. + Release 0.5.1 ============= diff --git a/VERSION b/VERSION index 4b9fcbec10..cb0c939a93 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.5.1 +0.5.2 -- cgit v1.2.3