From 47fc346294578c5690c1e91125a34b05905ddb92 Mon Sep 17 00:00:00 2001 From: Moritz Grimm Date: Thu, 1 Jan 2015 23:44:22 +0100 Subject: [PATCH] Revert all changes since release_0_5_6 The individual commits have been cherry-picked into develop. From now on, master will always reflect the released state of the code as per the Gitflow branching model. See http://nvie.com/posts/a-successful-git-branching-model/ for more information. --- NEWS | 24 ++++++------------ configure.in | 2 +- doc/ezstream.1.in.in | 11 -------- examples/ezstream-file_template.xml | 5 ---- examples/ezstream_metadata.xml | 2 -- src/configfile.c | 29 ++------------------- src/configfile.h | 1 - src/ezstream.c | 39 ++++++++++------------------- win32/config.h | 2 +- 9 files changed, 24 insertions(+), 91 deletions(-) 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