1
0
mirror of https://gitlab.xiph.org/xiph/ezstream.git synced 2024-09-15 04:08:07 -04:00
git-svn-id: https://svn.xiph.org/trunk/ezstream@12690 0101bb08-14d6-0310-b084-bc0e0c8e3800
This commit is contained in:
moritz 2007-03-09 01:49:39 +00:00
parent 01c9aee0ed
commit 805ff70aef

10
NEWS
View File

@ -1,13 +1,21 @@
Changes in 0.4.0, (SVN trunk):
* src/util.c, src/util.h:
* src/util.*:
- [FIX] The xfree() function did not work as intended due to a programming
error. Found, and fix suggested, by Karl Heyes.
* src/playlist.*:
- [FIX] An error compareable to the one about xfree() in src/util.* has
been fixed.
* src/compat.c:
- [ADD] Implement a basename() function for Windows that behaves like the
ones used on Windows.
* win32/:
- [MISC] Remove the rather ugly HTML version of the man page from the
distribution, and provide a much better PDF version instead.
* various:
- [ADD] Allow ezstream to use TagLib for reading metadata from media
files. TagLib (libtag_c) is now an optional dependency.