summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlessandro Ghedini <alessandro@ghedini.me>2014-10-12 12:43:31 +0200
committerAlessandro Ghedini <alessandro@ghedini.me>2014-10-12 14:25:35 +0200
commit7d9f8f75eaf23f210260564da2dcaab86b7579ad (patch)
treee6e08a9145991472930d719d913f3eafe51e0799
parent2ffdc0da138dadc412b7ae40375b7f42f7e5e505 (diff)
downloadmpv-7d9f8f75eaf23f210260564da2dcaab86b7579ad.tar.bz2
mpv-7d9f8f75eaf23f210260564da2dcaab86b7579ad.tar.xz
Release 0.6.1v0.6.1
-rw-r--r--RELEASE_NOTES34
-rw-r--r--VERSION2
2 files changed, 35 insertions, 1 deletions
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