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

karl at svn.xiph.org karl at svn.xiph.org
Mon Jul 18 18:38:21 PDT 2005


Author: karl
Date: 2005-07-18 18:38:18 -0700 (Mon, 18 Jul 2005)
New Revision: 9586

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


Modified: icecast/branches/kh/icecast/NEWS
===================================================================
--- icecast/branches/kh/icecast/NEWS	2005-07-19 01:33:28 UTC (rev 9585)
+++ icecast/branches/kh/icecast/NEWS	2005-07-19 01:38:18 UTC (rev 9586)
@@ -20,6 +20,17 @@
 . 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-kh14
+. various auth updates. The auth thread main code handling updated.
+  - auth url, various checks added for missing settings, listener timelimit
+  added. Added port to POST and useragent (icecast version). 
+  - auth_htpasswd, uses avl tree to store users, faster compared to disk 
+  and mtime is used to make sure it's in sync.
+. win32 updates, probably more cleanups needed but file references are correct
+  again.
+. some small memory leaks plugged and typos fixed.
+. added the favicon.ico file from the website
+
 2.2-kh13
 . updates the m4 scripts, pthread for solaris/gcc and check for --with-X
 . the ogg reading code could busy loop in certain cases, fixed

Modified: icecast/branches/kh/icecast/configure.in
===================================================================
--- icecast/branches/kh/icecast/configure.in	2005-07-19 01:33:28 UTC (rev 9585)
+++ icecast/branches/kh/icecast/configure.in	2005-07-19 01:38:18 UTC (rev 9586)
@@ -1,4 +1,4 @@
-AC_INIT([Icecast], [2.2-kh13], [karl at xiph.org])
+AC_INIT([Icecast], [2.2-kh14], [karl at xiph.org])
 
 AC_PREREQ(2.54)
 AC_CONFIG_SRCDIR(src/main.c)



More information about the commits mailing list