summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDiogo Franco (Kovensky) <diogomfranco@gmail.com>2015-04-28 08:49:50 +0900
committerDiogo Franco (Kovensky) <diogomfranco@gmail.com>2015-04-28 08:49:50 +0900
commit20a1418af600f655e7d5712570fdcbffd084e8f8 (patch)
treef6e2472c078e62c48ca54205174d373761ced633
parent277dc33268d944d9fe46178d76cc18564a5d9d47 (diff)
downloadmpv-20a1418af600f655e7d5712570fdcbffd084e8f8.tar.bz2
mpv-20a1418af600f655e7d5712570fdcbffd084e8f8.tar.xz
Update RELEASE_NOTES
-rw-r--r--RELEASE_NOTES28
1 files changed, 28 insertions, 0 deletions
diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index 56537ab76e..108bd60253 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -1,3 +1,31 @@
+Release 0.9.1 (Draft)
+=====================
+
+Changes
+-------
+
+- mpv's IRC channel moved from #mpv-player to #mpv on chat.freenode.net.
+- Documentation updates.
+- The default value for the `--ytdl-format` option is now `best`, in order
+ to avoid current development `youtube-dl`'s enabling of DASH by default,
+ as mpv does not yet properly support DASH.
+
+Bug fixes
+---------
+
+- Corrected the release marker on DOCS/client-api-changes. The release manager
+ forgot to fix it before release...
+- Fix `vo_vdpau` rendering garbage lines on H.264 video with non-mod16 size
+ (issue #1863).
+- Fix a crash on exit if the "sub_reload" command had run successfully.
+
+New features
+------------
+
+This listing is not complete. A complete changelog can be seen by running
+`git log v0.9.0..v0.9.1` in the git repository or by visiting
+https://github.com/mpv-player/mpv/compare/v0.9.0...v0.9.1 (up to 250 commits).
+
Release 0.9.0
=============