2007-08-02 14:48:26 -04:00
|
|
|
Changes in 0.4.4 (SVN):
|
|
|
|
|
|
|
|
* various:
|
|
|
|
- [MISC] Add new --enable-debug configuration option to the configure
|
|
|
|
script, which enables newly added memory debugging features.
|
|
|
|
(Not interesting for non-developers.)
|
|
|
|
|
|
|
|
|
|
|
|
|
2007-07-24 09:20:11 -04:00
|
|
|
Changes in 0.4.3, released on 2007-07-24:
|
|
|
|
|
|
|
|
* src/ezstream.c:
|
|
|
|
- [FIX] Plug the file descriptor leak, partially fixed in version 0.4.1,
|
|
|
|
for good - it affected more than just the -q use case.
|
|
|
|
|
|
|
|
|
|
|
|
|
2007-07-17 10:45:52 -04:00
|
|
|
Changes in 0.4.2, released on 2007-07-17:
|
2007-07-15 20:32:17 -04:00
|
|
|
|
|
|
|
* src/ezstream.c:
|
|
|
|
- [FIX] Make <stream_once/> work with playlists, too. Problem found by
|
|
|
|
Geoff Shang <geoff at quitelikely dot com>.
|
|
|
|
|
|
|
|
|
|
|
|
|
2007-07-15 12:37:37 -04:00
|
|
|
Changes in 0.4.1, released on 2007-07-15:
|
2007-07-13 21:27:06 -04:00
|
|
|
|
|
|
|
* src/ezstream.c:
|
|
|
|
- [FIX] Plug a file descriptor leak when using the -q parameter.
|
|
|
|
|
|
|
|
* Documentation:
|
|
|
|
- [FIX] Minor spelling/consistency fixes.
|
|
|
|
|
|
|
|
|
|
|
|
|
2007-03-10 23:39:27 -05:00
|
|
|
Changes in 0.4.0, released on 2007-03-11:
|
2007-03-08 09:34:22 -05:00
|
|
|
|
2007-03-08 20:49:39 -05:00
|
|
|
* src/util.*:
|
2007-03-08 09:34:22 -05:00
|
|
|
- [FIX] The xfree() function did not work as intended due to a programming
|
|
|
|
error. Found, and fix suggested, by Karl Heyes.
|
|
|
|
|
2007-03-08 20:49:39 -05:00
|
|
|
* src/playlist.*:
|
|
|
|
- [FIX] An error compareable to the one about xfree() in src/util.* has
|
|
|
|
been fixed.
|
2007-03-10 22:49:03 -05:00
|
|
|
- [MISC] Refuse to execute a group- or world-writeable playlist script or
|
|
|
|
program.
|
2007-03-08 20:49:39 -05:00
|
|
|
|
2007-03-08 09:34:22 -05:00
|
|
|
* src/compat.c:
|
|
|
|
- [ADD] Implement a basename() function for Windows that behaves like the
|
2007-03-10 22:49:03 -05:00
|
|
|
ones used on Unix systems.
|
2007-03-08 09:34:22 -05:00
|
|
|
|
2007-03-08 20:49:39 -05:00
|
|
|
* win32/:
|
|
|
|
- [MISC] Remove the rather ugly HTML version of the man page from the
|
|
|
|
distribution, and provide a much better PDF version instead.
|
|
|
|
|
2007-03-08 15:24:09 -05:00
|
|
|
* various:
|
|
|
|
- [ADD] Allow ezstream to use TagLib for reading metadata from media
|
|
|
|
files. TagLib (libtag_c) is now an optional dependency.
|
2007-03-10 16:18:21 -05:00
|
|
|
- [ADD] When built with TagLib support, include the song length in the
|
|
|
|
"real-time" information line, if available.
|
2007-03-08 21:30:29 -05:00
|
|
|
- [ADD] New <metadata_progname> 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
|
|
|
|
of fresh metadata information from <metadata_progname> (metadata
|
|
|
|
is always read at song changes.)
|
2007-03-10 14:03:07 -05:00
|
|
|
- [ADD] New <metadata_format> configuration option, to customize metadata
|
|
|
|
strings when used with the new <metadata_progname> feature.
|
|
|
|
- [ADD] New '@a@' and '@t@' placeholders for separate artist and title
|
|
|
|
metadata in de-/encoder commands.
|
2007-03-08 15:24:09 -05:00
|
|
|
|
2007-03-08 09:34:22 -05:00
|
|
|
|
|
|
|
|
2007-03-04 18:58:42 -05:00
|
|
|
Changes in 0.3.0, released on 2007-03-05:
|
2007-02-28 06:06:46 -05:00
|
|
|
|
|
|
|
* The original author, Ed Zaleski, hands over ezstream maintainership to
|
|
|
|
Moritz Grimm.
|
|
|
|
|
|
|
|
* New features:
|
|
|
|
- Playlist shuffling support, enabled via the new <shuffle> configuration
|
|
|
|
option.
|
2007-02-28 16:26:16 -05:00
|
|
|
- Playlist scripting support: Indicate that the executable in <filename>
|
|
|
|
should be run each time to get a new media filename to stream, by setting
|
|
|
|
the new <playlist_program> configuration option to 1.
|
2007-02-28 16:48:01 -05:00
|
|
|
- New <stream_once> configuration option, which makes ezstream play a media
|
|
|
|
file or playlist once and then exit.
|
2007-03-01 19:57:11 -05:00
|
|
|
- New <reconnect_tries> option to restrict the number of reconnection
|
|
|
|
attempts to a server in case the connection goes down.
|
2007-02-28 06:06:46 -05:00
|
|
|
- Add feature to skip the currently streaming track, done by sending the
|
|
|
|
SIGUSR1 signal to the ezstream process.
|
|
|
|
- New command line option `-q': Suppress standard error output from external
|
|
|
|
de-/encoders.
|
|
|
|
- New command line option `-v': Produce more verbose output.
|
|
|
|
- New "real-time" status display of the stream when both -q and -v are given
|
|
|
|
on the command line.
|
|
|
|
- Thorough configuration file checks with helpful error messages.
|
|
|
|
- The @M@ metadata placeholder is now supported in <decode>.
|
2007-02-28 16:26:16 -05:00
|
|
|
- Playlists may now have the '.txt' filename extension in addition to
|
|
|
|
'.m3u'.
|
2007-02-28 06:06:46 -05:00
|
|
|
|
|
|
|
* Fixes:
|
|
|
|
- At least one stack and one heap overflow have been fixed.
|
|
|
|
- Several memory leaks have been fixed.
|
|
|
|
- Strict checking of the configuration file prevents unexpected behavior and
|
|
|
|
adds another safeguard to prevent crashes.
|
|
|
|
- Fixed and more portable signal handling.
|
|
|
|
|
|
|
|
* Miscellaneous, user-visible changes:
|
|
|
|
- Improved documentation. Ezstream now has a comprehensive man page and the
|
|
|
|
README file has been rewritten.
|
|
|
|
- Consistency improvements in the configuration examples. The examples are
|
|
|
|
now also installed.
|
|
|
|
- The <format/> and <match/> configuration elements, as well as filename
|
|
|
|
extension matching to detect playlists in the <filename> element, are
|
|
|
|
now case insensitive.
|
|
|
|
- Various improvements in the build system and portability fixes.
|
|
|
|
- Consistent and more helpful messages from ezstream. By default, ezstream
|
|
|
|
no longer clutters the screen with lots of output (some information that
|
|
|
|
used to be available needs to be enabled with the new `-v' command line
|
|
|
|
parameter.)
|
|
|
|
- Tweaked metadata string generation: no more lone " - " dashes at the
|
|
|
|
beginning or end of the string.
|
2007-03-04 10:16:36 -05:00
|
|
|
- New command line option `-V': Print the version number and exit.
|
2007-02-28 06:06:46 -05:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Changes in 0.2.1, released on 2005-12-14:
|
|
|
|
|
2007-03-08 09:34:22 -05:00
|
|
|
* src/ezstream.c:
|
2007-02-28 06:06:46 -05:00
|
|
|
- [FIX] Prevent a heap overflow with large ID3v1 tags.
|
|
|
|
- [FIX] Use pclose() on FILE* handles that were opened with popen().
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Changes in 0.2.0, released on 2005-01-05:
|
|
|
|
|
|
|
|
* various:
|
|
|
|
- [MISC] Clean up and improve example configuration files, and add more
|
|
|
|
examples.
|
|
|
|
|
2007-03-08 09:34:22 -05:00
|
|
|
* src/ezstream.c:
|
2007-02-28 06:06:46 -05:00
|
|
|
- [FIX] Fix reencoding support on Windows.
|
|
|
|
- [ADD] Attempt to reconnect to a server if the connection goes down
|
|
|
|
during streaming.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Changes in 0.1.3, released on 2004-12-22:
|
|
|
|
|
|
|
|
* various:
|
|
|
|
- [ADD] Add support for streaming Ogg Theora.
|
|
|
|
- [ADD] Add reencoding support via external de-/encoders.
|
|
|
|
- [ADD] Support passing through unknown media types.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Changes in 0.1.2, released on 2004-04-21:
|
|
|
|
|
|
|
|
* src/ezstream.c:
|
|
|
|
- [ADD] Add feature to reread the playlist after the currently streaming
|
|
|
|
track, done by sending the SIGHUP signal to the ezstream process.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Changes is 0.1.1, released on 2004-02-02:
|
|
|
|
|
|
|
|
* src/ezstream.c:
|
|
|
|
- [FIX] Set read mode to binary for stdin on WIN32.
|
|
|
|
|
|
|
|
* win32/ezstream.dsp:
|
|
|
|
- [MISC] Add libxml to project file.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2004-01-30:
|
|
|
|
|
|
|
|
* Initial import of ezstream 0.1.0 into Xiph.org SVN.
|
|
|
|
|
|
|
|
* Ezstream 0.1.0 released.
|