From 7d9f8f75eaf23f210260564da2dcaab86b7579ad Mon Sep 17 00:00:00 2001 From: Alessandro Ghedini Date: Sun, 12 Oct 2014 12:43:31 +0200 Subject: Release 0.6.1 --- RELEASE_NOTES | 34 ++++++++++++++++++++++++++++++++++ VERSION | 2 +- 2 files changed, 35 insertions(+), 1 deletion(-) diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 9e9d2d3dfe..b6c0825c61 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -1,3 +1,37 @@ +Release 0.6.1 +============= + +Changes +------- + +- Don't show message on "osd" command by default (this essentially reverts a + change introduced in the last release). +- Add an alternative input configuration that reverts the key binding changes + introduced by previous releases (see etc/restore-old-bindings.conf in the + sources). +- Automatically install example input configuration files. + +Bug fixes +--------- + +- Make stream language work with Bluray as well (the previous release + introduced this for DVDs, but it didn't work for Blurays). +- Don't try to create surfaces of size 0 in the VDPAU vo. +- Don't print audio/video init failure message twice. +- Fix playback on the root window on X11 (i.e. when using --wid=0). +- Fix the autodetection of the input format in the vf_stereo3d filter when mpv + is built against libav (this makes --video-stereo-mode work with libav as + well). +- Fix compilation with PulseAudio 1.0. +- Fix compilation with clang. +- Try harder to decode cover art picture only once. +- Fix cursor autohide (--cursor-autohide) with audio-only files on file change + (e.g. when skipping to the next playlist file). + +This listing is not complete. There are many more bug fixes and changes. The +complete change log can be viewed by running ``git log 061f509..2ffdc0d`` in +the git repository. + Release 0.6.0 ============= diff --git a/VERSION b/VERSION index a918a2aa18..ee6cdce3c2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.6.0 +0.6.1 -- cgit v1.2.3