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@12678 0101bb08-14d6-0310-b084-bc0e0c8e3800
This commit is contained in:
moritz 2007-03-08 14:34:22 +00:00
parent a26710f497
commit cc557a8799

16
NEWS
View File

@ -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.