From 3ffedf64765a566f46be2389784c340b673988d9 Mon Sep 17 00:00:00 2001 From: Karl Heyes Date: Thu, 2 Sep 2004 15:13:12 +0000 Subject: [PATCH] bump version svn path=/icecast/branches/kh/icecast/; revision=7685 --- NEWS | 6 ++++++ configure.in | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 1d4ab81e..2706bf33 100644 --- a/NEWS +++ b/NEWS @@ -19,6 +19,12 @@ clients to alternative slave hosts. . authenticated relays, those that match the relay user/pass, bypass the max-listener check +kh54 +. NULL dereference in yp from previous patch now fixed. +. When override set on an on-demand relay, then the relay now checks to see + if there are any listeners on the fallback mount, if so then it starts up. +. removed useless per source clients stat, listeners already exists + kh53 . remove the last remaining stats at stream shutdown. . implement hidden attribute for stats, source stats can be toggled between diff --git a/configure.in b/configure.in index dc415861..905e370d 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -AC_INIT([Icecast], [2.0-kh53], [karl@xiph.org]) +AC_INIT([Icecast], [2.0-kh54], [karl@xiph.org]) AC_PREREQ(2.54) AC_CONFIG_SRCDIR(src/main.c)