1
0
mirror of https://gitlab.xiph.org/xiph/ezstream.git synced 2025-02-02 15:07:45 -05:00
git-svn-id: https://svn.xiph.org/trunk/ezstream@13835 0101bb08-14d6-0310-b084-bc0e0c8e3800
This commit is contained in:
moritz 2007-09-16 12:23:50 +00:00
parent 83d146778f
commit 86569f8b49

View File

@ -1,3 +1,39 @@
2007-09-16 12:20 moritz
* [r13834] NEWS:
0.5.1 will be released today.
2007-09-14 07:01 moritz
* [r13803] NEWS:
Update.
2007-09-14 07:01 moritz
* [r13802] src/ezstream.c:
Warn, in verbose mode, when dealing with empty playlists.
2007-09-14 07:00 moritz
* [r13801] src/playlist.c:
In this case, the pl->num check is superfluous.
2007-09-14 06:59 moritz
* [r13800] src/playlist.c:
If there are no playlist entries, dereferencing pl->list causes a
segfault. Fix this by checking pl->num early.
2007-08-31 17:19 moritz
* [r13678] configure.in, win32/config.h:
Bump version number after the 0.5.0 release.
2007-08-31 16:22 moritz
* [r13672] ChangeLog:
Sync.
2007-08-31 16:02 moritz
* [r13671] configure.in: