summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlessandro Ghedini <alessandro@ghedini.me>2014-10-23 19:25:03 +0200
committerAlessandro Ghedini <alessandro@ghedini.me>2014-10-24 20:38:45 +0200
commit973b555672d37733d7a08b31f253f6683488e867 (patch)
tree484af4da5eb2aae2f66808d26fa05c6549b1ade3
parent0a40fb00b4acd51adc831334c601a534927b51da (diff)
downloadmpv-release/0.6.tar.bz2
mpv-release/0.6.tar.xz
Release 0.6.2v0.6.2release/0.6
-rw-r--r--RELEASE_NOTES24
-rw-r--r--VERSION2
2 files changed, 25 insertions, 1 deletions
diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index b6c0825c61..51173b6439 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -1,3 +1,27 @@
+Release 0.6.2
+=============
+
+Changes
+-------
+
+- The --ass-style-override option now requires a newer version of libass.
+
+Bug fixes
+---------
+
+- Correctly signal EOF when using --frames.
+- Strictly endorce the limit imposed by --frames (i.e. avoid producing an extra
+ frame at the end).
+- Fix \x-style escaping when parsing commands.
+- Correctly handle ^h key on the terminal (this should fix the when inserted
+ fromBackspace key on new versions of xterm).
+- Don't put the player to sleep after audio reinit.
+- Properly exit if both audio and video fail to initialize.
+
+This listing is not complete. There are many more bug fixes and changes. The
+complete change log can be viewed by running ``git log a6eb071..0a40fb0`` in
+the git repository.
+
Release 0.6.1
=============
diff --git a/VERSION b/VERSION
index ee6cdce3c2..b616048743 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.6.1
+0.6.2