From: Aaron Bannert Date: Mon, 7 Oct 2002 01:41:01 +0000 (+0000) Subject: Mention Thom's port of -S to 2.0 X-Git-Tag: 2.0.44~359 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66c2e32eed6a92b2271feb10e780d12543050a57;p=thirdparty%2Fapache%2Fhttpd.git Mention Thom's port of -S to 2.0 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97121 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index e8373af3352..4807fd1fe21 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,8 @@ Changes with Apache 2.0.44 + *) Add -S as a synonym for -t -DDUMP_VHOSTS. + [Thom May ] + *) Fix a bug with dbm rewrite maps which caused the wrong value to be used when the key was not found in the dbm. PR 13204 [Jeff Trawick]