From 973b555672d37733d7a08b31f253f6683488e867 Mon Sep 17 00:00:00 2001 From: Alessandro Ghedini Date: Thu, 23 Oct 2014 19:25:03 +0200 Subject: Release 0.6.2 --- RELEASE_NOTES | 24 ++++++++++++++++++++++++ VERSION | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3