From b2b300b6353fad372e78b14c36dea719e2da22ca Mon Sep 17 00:00:00 2001 From: Avuton Olrich Date: Sun, 18 Oct 2009 09:50:17 -0700 Subject: Modify version string to post-release version 0.15.6~git --- NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 564140b80..4478bec59 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +ver 0.15.6 (2009/??/??) + + ver 0.15.5 (2009/10/18) * input: - curl: don't abort if a packet has only metadata -- cgit v1.2.3 From 1a6ed811935916b8cc27d9eeb7f3be3413e643f7 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 21 Oct 2009 08:07:07 +0200 Subject: output_thread: check again if output is open on PAUSE Basically the same as the 0.15.5 patch "check again if output is open on CANCEL". Same race condition, same fix. --- NEWS | 1 + 1 file changed, 1 insertion(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 4478bec59..12574dd23 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,5 @@ ver 0.15.6 (2009/??/??) +* output_thread: check again if output is open on PAUSE ver 0.15.5 (2009/10/18) -- cgit v1.2.3 From d083032236dc05f00a9bfab201537083f7bb10b4 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 27 Oct 2009 22:06:28 +0100 Subject: update: delete ignored symlinks from database When you disable the "follow_outside_symlinks" or the "follow_inside_symlinks" setting, the next update should remove the now-ignored files from the database. --- NEWS | 1 + 1 file changed, 1 insertion(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 12574dd23..bc2b7f9c0 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,6 @@ ver 0.15.6 (2009/??/??) * output_thread: check again if output is open on PAUSE +* update: delete ignored symlinks from database ver 0.15.5 (2009/10/18) -- cgit v1.2.3 From 04816a6369b3a5277dfcb4cc7dbbe66881a2a7e9 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 28 Oct 2009 22:12:22 +0100 Subject: decoder/ffmpeg: convert metadata Convert the metadata with the libavformat function av_metadata_conv(). This ensures that canonical tag names are provided by libavformat, and we can remove the "artist" vs "author" workaround. --- NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index bc2b7f9c0..4969dc91b 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,6 @@ ver 0.15.6 (2009/??/??) +* decoders: + - ffmpeg: convert metadata * output_thread: check again if output is open on PAUSE * update: delete ignored symlinks from database -- cgit v1.2.3