From: Greg Ames Date: Wed, 11 Apr 2001 02:10:34 +0000 (+0000) Subject: commit the CHANGES file, too. This is for fixing the mixup in the naming X-Git-Tag: 2.0.17~53 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ce6405016e8cedd977e548c7162b476de0d048db;p=apache commit the CHANGES file, too. This is for fixing the mixup in the naming of the apr_threadattr_detach_xxx functions. (I hope subversion won't make us back up a directory in a few cases...) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88806 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 8432fb81eb..e20fb8c6e9 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,9 @@ Changes with Apache 2.0.17-dev + *) Fix errors in the renaming of the apr_threadattr_detach_xxx functions. + This may have been causing problems stopping processes in the threaded + mpm's. [Greg Ames] + *) Fix content-length in mod_negotiation to a long int representation. [William Rowe]