summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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