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

karl at motherfish-iii.xiph.org karl at motherfish-iii.xiph.org
Tue Jun 14 19:53:34 PDT 2005


Author: karl
Date: 2005-06-14 19:53:30 -0700 (Tue, 14 Jun 2005)
New Revision: 9455

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


Modified: icecast/branches/kh/icecast/NEWS
===================================================================
--- icecast/branches/kh/icecast/NEWS	2005-06-15 02:44:02 UTC (rev 9454)
+++ icecast/branches/kh/icecast/NEWS	2005-06-15 02:53:30 UTC (rev 9455)
@@ -20,6 +20,16 @@
 . 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-kh11
+. xsl/xml pages from adminroot and webroot are now delivered via the file
+  serve thread.
+. Allow TouchFreq changes for actions other than add
+. update main auth handler, don't require user:pass to be passed, leave it to
+  the specific auth to decide.
+. update auth_url, pass original request url through to auth in mount=
+. plug some small memory leaks in auth engine
+. remove some dead code
+
 2.2-kh10
 . play better with Real/Helix, StreamTitle needs to be sent at least initially.
 . A zero'ing of the listener count occured affecting on-demand relays. A left

Modified: icecast/branches/kh/icecast/configure.in
===================================================================
--- icecast/branches/kh/icecast/configure.in	2005-06-15 02:44:02 UTC (rev 9454)
+++ icecast/branches/kh/icecast/configure.in	2005-06-15 02:53:30 UTC (rev 9455)
@@ -1,4 +1,4 @@
-AC_INIT([Icecast], [2.2-kh10], [karl at xiph.org])
+AC_INIT([Icecast], [2.2-kh11], [karl at xiph.org])
 
 AC_PREREQ(2.54)
 AC_CONFIG_SRCDIR(src/main.c)



More information about the commits mailing list