summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlessandro Ghedini <alessandro@ghedini.me>2014-09-23 21:12:10 +0200
committerAlessandro Ghedini <alessandro@ghedini.me>2014-09-23 21:21:41 +0200
commit40cd8867f1c7f10aa3ed9b5f02967fce6ac90b16 (patch)
tree6d71b321e656b59ee2e9fcdcf52369760c19e679
parent1a7b6f18100a3aa1958af9f9385806503c46fdf3 (diff)
downloadmpv-40cd8867f1c7f10aa3ed9b5f02967fce6ac90b16.tar.bz2
mpv-40cd8867f1c7f10aa3ed9b5f02967fce6ac90b16.tar.xz
Release 0.5.4v0.5.4release/0.5
-rw-r--r--RELEASE_NOTES15
-rw-r--r--VERSION2
2 files changed, 16 insertions, 1 deletions
diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index ca2df98de4..1b4f6fb245 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -1,3 +1,18 @@
+Release 0.5.4
+=============
+
+Bug fixes
+---------
+
+- Fix generation of watch later config file for multiline file names when
+ --write-filename-in-watch-later-config is used (avoid writing the new lines
+ in the config, which would make it possible for the filename to set options).
+- Fix random crashes on audio uninit.
+
+This listing is not complete. There are many more bug fixes and changes. The
+complete change log can be viewed by running ``git log 6f7f7c3..1a7b6f1`` in
+the git repository.
+
Release 0.5.3
=============
diff --git a/VERSION b/VERSION
index be14282b7f..7d8568351b 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.5.3
+0.5.4