From cc557a8799428770d79c6d14c9f8c19d40616d0e Mon Sep 17 00:00:00 2001 From: moritz Date: Thu, 8 Mar 2007 14:34:22 +0000 Subject: [PATCH] sync git-svn-id: https://svn.xiph.org/trunk/ezstream@12678 0101bb08-14d6-0310-b084-bc0e0c8e3800 --- NEWS | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 1c00c3c..91966ad 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,15 @@ +Changes in 0.4.0, (SVN trunk): + + * src/util.c, src/util.h: + - [FIX] The xfree() function did not work as intended due to a programming + error. Found, and fix suggested, by Karl Heyes. + + * src/compat.c: + - [ADD] Implement a basename() function for Windows that behaves like the + ones used on Windows. + + + Changes in 0.3.0, released on 2007-03-05: * The original author, Ed Zaleski, hands over ezstream maintainership to @@ -53,7 +65,7 @@ Changes in 0.3.0, released on 2007-03-05: Changes in 0.2.1, released on 2005-12-14: - * ezstream.c: + * src/ezstream.c: - [FIX] Prevent a heap overflow with large ID3v1 tags. - [FIX] Use pclose() on FILE* handles that were opened with popen(). @@ -65,7 +77,7 @@ Changes in 0.2.0, released on 2005-01-05: - [MISC] Clean up and improve example configuration files, and add more examples. - * ezstream.c: + * src/ezstream.c: - [FIX] Fix reencoding support on Windows. - [ADD] Attempt to reconnect to a server if the connection goes down during streaming.