From 3042e74ee0d38311b15b4b72143e616a8e6c0062 Mon Sep 17 00:00:00 2001 From: moritz Date: Mon, 21 Jun 2010 18:10:48 +0000 Subject: [PATCH] Make ezstream history consistent Rewrite my part of ezstream history: Replace "ADD" with "NEW". I changed this without noticing, and this makes it consistent again. (cherry picked from commit e189a3678939e21f7e6fb3c0b69ea9b0c2c7e2fd) --- NEWS | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/NEWS b/NEWS index a4656d1..a426fc9 100644 --- a/NEWS +++ b/NEWS @@ -177,7 +177,7 @@ Changes in 0.4.0, released on 2007-03-11: program. * src/compat.c: - - [ADD] Implement a basename() function for Windows that behaves like the + - [NEW] Implement a basename() function for Windows that behaves like the ones used on Unix systems. * win32/: @@ -185,19 +185,19 @@ Changes in 0.4.0, released on 2007-03-11: distribution, and provide a much better PDF version instead. * various: - - [ADD] Allow ezstream to use TagLib for reading metadata from media + - [NEW] Allow ezstream to use TagLib for reading metadata from media files. TagLib (libtag_c) is now an optional dependency. - - [ADD] When built with TagLib support, include the song length in the + - [NEW] When built with TagLib support, include the song length in the "real-time" information line, if available. - - [ADD] New configuration option, which causes + - [NEW] New configuration option, which causes metadata to be read from the output of an external program or script. - - [ADD] New runtime control via the SIGUSR2 signal, which triggers reading + - [NEW] New runtime control via the SIGUSR2 signal, which triggers reading of fresh metadata information from (metadata is always read at song changes.) - - [ADD] New configuration option, to customize metadata + - [NEW] New configuration option, to customize metadata strings when used with the new feature. - - [ADD] New '@a@' and '@t@' placeholders for separate artist and title + - [NEW] New '@a@' and '@t@' placeholders for separate artist and title metadata in de-/encoder commands.