From 805ff70aef4189d1e8d883a25abe4fe6d899d088 Mon Sep 17 00:00:00 2001 From: moritz Date: Fri, 9 Mar 2007 01:49:39 +0000 Subject: [PATCH] sync git-svn-id: https://svn.xiph.org/trunk/ezstream@12690 0101bb08-14d6-0310-b084-bc0e0c8e3800 --- NEWS | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 0b171a7..76490e2 100644 --- a/NEWS +++ b/NEWS @@ -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.