[xiph-commits] r9161 - icecast/branches/kh/icecast

karl at motherfish-iii.xiph.org karl at motherfish-iii.xiph.org
Wed Apr 20 17:19:08 PDT 2005


Author: karl
Date: 2005-04-20 17:19:06 -0700 (Wed, 20 Apr 2005)
New Revision: 9161

Modified:
   icecast/branches/kh/icecast/NEWS
   icecast/branches/kh/icecast/configure.in
Log:
bump version


Modified: icecast/branches/kh/icecast/NEWS
===================================================================
--- icecast/branches/kh/icecast/NEWS	2005-04-20 22:34:54 UTC (rev 9160)
+++ icecast/branches/kh/icecast/NEWS	2005-04-21 00:19:06 UTC (rev 9161)
@@ -20,7 +20,20 @@
 TODO
 . update slave host handling to add entry via url, as on-demand relays don't
   connect until there are listeners.
+. get feedback from people on listener auth via url, Stephen Nixon has done
+  some auth scripts that people can use at http://imux.net/icecast/
 
+2.2-kh4
+. Added FLAC/MIDI to Ogg Handler
+. sources count was left increased if client limit was reached
+. A failed on-demand relay left new-listener count increased
+. streamlist.txt is now built from mount list, not source list as source
+  clients could disappear but may have a mount with a fallback specified.
+. update auth_url with some pointer checks, added server= to the post
+  information sent in 'add'
+. missed <subtype> in previous update
+. a bad request from client caused a clients count leak
+
 2.2-kh3
 . fix nasty buffer reference bug which could cause excessive queue usage
   when using chained theora streams

Modified: icecast/branches/kh/icecast/configure.in
===================================================================
--- icecast/branches/kh/icecast/configure.in	2005-04-20 22:34:54 UTC (rev 9160)
+++ icecast/branches/kh/icecast/configure.in	2005-04-21 00:19:06 UTC (rev 9161)
@@ -1,4 +1,4 @@
-AC_INIT([Icecast], [2.2-kh3], [karl at xiph.org])
+AC_INIT([Icecast], [2.2-kh4], [karl at xiph.org])
 
 AC_PREREQ(2.54)
 AC_CONFIG_SRCDIR(src/main.c)



More information about the commits mailing list