summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlessandro Ghedini <alessandro@ghedini.me>2014-07-23 14:30:36 +0200
committerAlessandro Ghedini <alessandro@ghedini.me>2014-07-26 12:12:40 +0200
commit777295ce28e1aceb4d5f42197d5f17accfdb9599 (patch)
treeb88a39e8b51b22cfb89ecec51da5801a954f8572
parentd50be0a2a61a247faa10e18d9881c7837d72b3cd (diff)
downloadmpv-release/0.4.tar.bz2
mpv-release/0.4.tar.xz
Release 0.4.2v0.4.2release/0.4
-rw-r--r--RELEASE_NOTES33
-rw-r--r--VERSION2
2 files changed, 34 insertions, 1 deletions
diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index dac1517c11..1596c9eeb7 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -1,3 +1,36 @@
+Release 0.4.2
+=============
+
+Bug fixes
+---------
+
+- Include changes from point releases in the release notes.
+- Fix --cache-file operation when file size is unknown (e.g. when playing from
+ a pipe).
+- Don't sleep if playback is stopped when reconnecting for remote stream.
+- Suspend read on vts change even if the requested title is not found when
+ using dvdnav (dvd://) (this fixes a bug where the DVD menu was not shown
+ properly after a DVD track ended).
+- Avoid draining if the audio output is paused (this fixes a bug where mpv would
+ hang when switching tracks when paused).
+- Drop buffered audio when switching tracks or filters (this fixes a possible
+ regression when using gapless audio).
+- Reverse video rotation direction.
+- Fix initialization of the input when playing from a pipe.
+- Fix description of the --mf option in the manpage (the --mf syntax changed a
+ while ago, but was not documented).
+- Actually append entries to the end of the playlist instead of after the
+ current entry with the "loadlist append" command.
+
+New features
+------------
+
+- Add "append-play" mode for the loadfile command.
+
+This listing is not complete. There are many more bug fixes and changes. The
+complete change log can be viewed by running ``git log bb00774..d50be0a`` in
+the git repository.
+
Release 0.4.1
=============
diff --git a/VERSION b/VERSION
index 267577d47e..2b7c5ae018 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.4.1
+0.4.2