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

karl at motherfish-iii.xiph.org karl at motherfish-iii.xiph.org
Wed May 4 19:03:14 PDT 2005


Author: karl
Date: 2005-05-04 19:03:12 -0700 (Wed, 04 May 2005)
New Revision: 9211

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-05-04 17:47:05 UTC (rev 9210)
+++ icecast/branches/kh/icecast/NEWS	2005-05-05 02:03:12 UTC (rev 9211)
@@ -23,6 +23,20 @@
 . 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-kh5
+. Added total read and sent stats for each mount.
+. Added start time for server and each mount
+. Added average bandwidth stats for each mount, incoming and outgoing
+. fixup problem with stats client exiting. wasn't unregistering
+. outgoing mp3 metadata default to incoming if present
+. update to explict stream settings in mount
+. prevent cyclic fallback mounts ie A->B B-A where B is down
+. reduce time syscall call usage
+. lookup mount list password for shoutcast source clients
+. 404 unknown requests
+. removed dead/duplicated code
+. check for non-regular file in fserve
+
 2.2-kh4
 . Added FLAC/MIDI to Ogg Handler
 . sources count was left increased if client limit was reached

Modified: icecast/branches/kh/icecast/configure.in
===================================================================
--- icecast/branches/kh/icecast/configure.in	2005-05-04 17:47:05 UTC (rev 9210)
+++ icecast/branches/kh/icecast/configure.in	2005-05-05 02:03:12 UTC (rev 9211)
@@ -1,4 +1,4 @@
-AC_INIT([Icecast], [2.2-kh4], [karl at xiph.org])
+AC_INIT([Icecast], [2.2-kh5], [karl at xiph.org])
 
 AC_PREREQ(2.54)
 AC_CONFIG_SRCDIR(src/main.c)



More information about the commits mailing list