From b242175e181b4d9cbcd4087a38c9601ffba7ddc7 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 1 Nov 2009 15:27:55 +0100 Subject: song_save: increased maximum line length to 32 kB The line buffer had a fixed size of 5 kB, and was allocated on the stack. This was too small for some users. As a hotfix, we're increasing the buffer size to 32 kB now, allocated on the heap. In MPD 0.16, we'll switch to dynamic allocation. --- NEWS | 1 + 1 file changed, 1 insertion(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 4969dc91b..2e314295a 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,7 @@ ver 0.15.6 (2009/??/??) - ffmpeg: convert metadata * output_thread: check again if output is open on PAUSE * update: delete ignored symlinks from database +* database: increased maximum line length to 32 kB ver 0.15.5 (2009/10/18) -- cgit v1.2.3 From 8c0680f6b986f7b4637139689d513e4d13c1af47 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 10 Nov 2009 20:54:17 +0100 Subject: input/lastfm: fixed variable name in GLib<2.16 code path Should be "lastfm_user", not "lastfm_username". --- NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 2e314295a..2c76c6b93 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,6 @@ ver 0.15.6 (2009/??/??) +* input: + - lastfm: fixed variable name in GLib<2.16 code path * decoders: - ffmpeg: convert metadata * output_thread: check again if output is open on PAUSE -- cgit v1.2.3 From 937b2b1744052104f243953f58809aabcd8a0770 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 10 Nov 2009 20:55:29 +0100 Subject: sticker: added fallback for sqlite3_prepare_v2() This function was not present in SQLite < 3.4. --- NEWS | 1 + 1 file changed, 1 insertion(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 2c76c6b93..3c6fc4141 100644 --- a/NEWS +++ b/NEWS @@ -6,6 +6,7 @@ ver 0.15.6 (2009/??/??) * output_thread: check again if output is open on PAUSE * update: delete ignored symlinks from database * database: increased maximum line length to 32 kB +* sticker: added fallback for sqlite3_prepare_v2() ver 0.15.5 (2009/10/18) -- cgit v1.2.3 From 96fcf5e1a5006fb43f245db02182dd7fd86a8161 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 10 Nov 2009 20:57:10 +0100 Subject: input/mms: require libmms 0.4 We're using API functions which are not available in 0.3. --- NEWS | 1 + 1 file changed, 1 insertion(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 3c6fc4141..709cd6751 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,7 @@ ver 0.15.6 (2009/??/??) * input: - lastfm: fixed variable name in GLib<2.16 code path + - input/mms: require libmms 0.4 * decoders: - ffmpeg: convert metadata * output_thread: check again if output is open on PAUSE -- cgit v1.2.3 From 93a13b42dd3d792a32c5e256d5172cf7647a3fc5 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 10 Nov 2009 21:00:10 +0100 Subject: zzip: require libzzip 0.13 We need the function zzip_file_stat(). --- NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 709cd6751..33cf15b15 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,8 @@ ver 0.15.6 (2009/??/??) * input: - lastfm: fixed variable name in GLib<2.16 code path - input/mms: require libmms 0.4 +* archive: + - zzip: require libzzip 0.13 * decoders: - ffmpeg: convert metadata * output_thread: check again if output is open on PAUSE -- cgit v1.2.3