diff --git a/NEWS b/NEWS
index f1329d0..a4656d1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,13 +1,3 @@
-Changes in 0.5.7, released on XXXX-XX-XX:
-
- * various:
- - [NEW] Add new feature from Matthew Adams
- (with minor changes plus documentation.) This allows for recurring
- and custom metadata updates inbetween song changes via
- .
-
-
-
Changes in 0.5.6, released on 2009-08-31:
* ezstream-file.sh:
@@ -187,7 +177,7 @@ Changes in 0.4.0, released on 2007-03-11:
program.
* src/compat.c:
- - [NEW] Implement a basename() function for Windows that behaves like the
+ - [ADD] Implement a basename() function for Windows that behaves like the
ones used on Unix systems.
* win32/:
@@ -195,19 +185,19 @@ Changes in 0.4.0, released on 2007-03-11:
distribution, and provide a much better PDF version instead.
* various:
- - [NEW] Allow ezstream to use TagLib for reading metadata from media
+ - [ADD] Allow ezstream to use TagLib for reading metadata from media
files. TagLib (libtag_c) is now an optional dependency.
- - [NEW] When built with TagLib support, include the song length in the
+ - [ADD] When built with TagLib support, include the song length in the
"real-time" information line, if available.
- - [NEW] New configuration option, which causes
+ - [ADD] New configuration option, which causes
metadata to be read from the output of an external program or
script.
- - [NEW] New runtime control via the SIGUSR2 signal, which triggers reading
+ - [ADD] New runtime control via the SIGUSR2 signal, which triggers reading
of fresh metadata information from (metadata
is always read at song changes.)
- - [NEW] New configuration option, to customize metadata
+ - [ADD] New configuration option, to customize metadata
strings when used with the new feature.
- - [NEW] New '@a@' and '@t@' placeholders for separate artist and title
+ - [ADD] New '@a@' and '@t@' placeholders for separate artist and title
metadata in de-/encoder commands.
diff --git a/configure.in b/configure.in
index ac0ede5..2350679 100644
--- a/configure.in
+++ b/configure.in
@@ -2,7 +2,7 @@ dnl ###########
dnl ## SETUP ###########################################################
dnl ###########
-AC_INIT([ezstream], [0.5.7],
+AC_INIT([ezstream], [0.5.6],
[https://trac.xiph.org/newticket?component=ezstream])
AC_REVISION([$Id$])
AC_PREREQ([2.61])
diff --git a/doc/ezstream.1.in.in b/doc/ezstream.1.in.in
index e1b0bac..3e57418 100644
--- a/doc/ezstream.1.in.in
+++ b/doc/ezstream.1.in.in
@@ -275,17 +275,6 @@ See the
.Sy METADATA
section for details on how metadata is handled by
.Nm .
-.It Sy \&
-.Pq Optional.
-Configures the time
-.Pq in seconds
-inbetween additional metadata updates via
-.Li \& .
-A value of 0
-.Pq zero
-triggers updates as fast as possible, while a value of \&-1
-.Pq minus one
-or the absence of this configuration element disables this feature.
.It Sy \&
Set to
.Sy 1
diff --git a/examples/ezstream-file_template.xml b/examples/ezstream-file_template.xml
index 9c53674..c9d11a7 100644
--- a/examples/ezstream-file_template.xml
+++ b/examples/ezstream-file_template.xml
@@ -18,11 +18,6 @@
configuration must be as follows:
-->
%FILENAME%
-
- 0
@s@: @a@ - @t@
-
- 10