[xiph-commits] r9145 - icecast/branches/kh/icecast
karl at motherfish-iii.xiph.org
karl at motherfish-iii.xiph.org
Fri Apr 15 16:11:32 PDT 2005
Author: karl
Date: 2005-04-15 16:11:30 -0700 (Fri, 15 Apr 2005)
New Revision: 9145
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-15 23:02:10 UTC (rev 9144)
+++ icecast/branches/kh/icecast/NEWS 2005-04-15 23:11:30 UTC (rev 9145)
@@ -21,6 +21,19 @@
. update slave host handling to add entry via url, as on-demand relays don't
connect until there are listeners.
+2.2-kh3
+. fix nasty buffer reference bug which could cause excessive queue usage
+ when using chained theora streams
+. fix to server full message, client count handling is now done by the
+ client_create/destroy. client_t created in main handler and passed down
+. YP update. The add retrieves the stats not the create, allowing for a
+ delay in setting the stats. fixes 'blank server name' error. on-demand
+ relays can now add to YP before connection.
+. slave thread now checks if shutdown is required after the sleep
+. dropped parser/con from source_t
+. a few NULL pointer fixes from auth change and some small mem leaks fixed
+. don't trigger short delay in fallback file thread
+
2.2-kh2
. optional url requests for source startup/shutdown.
. 'header' option for listener url auth. If this header is returned
Modified: icecast/branches/kh/icecast/configure.in
===================================================================
--- icecast/branches/kh/icecast/configure.in 2005-04-15 23:02:10 UTC (rev 9144)
+++ icecast/branches/kh/icecast/configure.in 2005-04-15 23:11:30 UTC (rev 9145)
@@ -1,4 +1,4 @@
-AC_INIT([Icecast], [2.2-kh2], [karl at xiph.org])
+AC_INIT([Icecast], [2.2-kh3], [karl at xiph.org])
AC_PREREQ(2.54)
AC_CONFIG_SRCDIR(src/main.c)
More information about the commits
mailing list