From 7655e78c366cc0d25e24e2a96ba58e04a96042fa Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Thu, 27 Sep 2001 22:37:24 +0000 Subject: [PATCH] 1019. [bug] The value of the lame-ttl option was limited to 18000 seconds, not 1800 seconds as documented. [RT #1803] --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index 3bd5fd1936..538c621d40 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,7 @@ +1019. [bug] The value of the lame-ttl option was limited to 18000 + seconds, not 1800 seconds as documented. [RT #1803] + 1018. [bug] The default log channel was not always initialized correctly. [RT #1813]