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

karl at svn.xiph.org karl at svn.xiph.org
Sat Nov 26 09:00:05 PST 2005


Author: karl
Date: 2005-11-26 09:00:02 -0800 (Sat, 26 Nov 2005)
New Revision: 10455

Modified:
   icecast/branches/kh/icecast/NEWS
   icecast/branches/kh/icecast/configure.in
Log:
release -kh2


Modified: icecast/branches/kh/icecast/NEWS
===================================================================
--- icecast/branches/kh/icecast/NEWS	2005-11-26 14:43:03 UTC (rev 10454)
+++ icecast/branches/kh/icecast/NEWS	2005-11-26 17:00:02 UTC (rev 10455)
@@ -12,6 +12,22 @@
 . 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.3-kh2
+. merges from post 2.3 release/feedback
+  - stats speedup, from order O(n^2) to O(1)
+  - log cycle update. can state log size and whether renaming with date extension
+    is to be done
+  - fixup grnaulepos handling in vorbis rebuild. minor audio playback glitch
+  - sync intro file change over HUP handling.
+  - send 403 responses instead of 404 in certain cases.
+. added realm and drop_existing_listener settings to generic auth.
+. auth url didn't handle authetication of the invoked scripts. Now the order
+  we handle auth is
+  - url as   http://user:pass@.../
+  - take auth from options username and password
+  - if listener_add/remove then use username/password from listener
+. fix double free bug in auth
+
 2.3-kh1
 . fix double buffer release when dropping auth'd listeners on source exit
 . don't put client on auth engine if removeurl is not set

Modified: icecast/branches/kh/icecast/configure.in
===================================================================
--- icecast/branches/kh/icecast/configure.in	2005-11-26 14:43:03 UTC (rev 10454)
+++ icecast/branches/kh/icecast/configure.in	2005-11-26 17:00:02 UTC (rev 10455)
@@ -1,4 +1,4 @@
-AC_INIT([Icecast], [2.3-kh1], [karl at xiph.org])
+AC_INIT([Icecast], [2.3-kh2], [karl at xiph.org])
 
 AC_PREREQ(2.54)
 AC_CONFIG_SRCDIR(src/main.c)



More information about the commits mailing list