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