]> granicus.if.org Git - apache/commitdiff
commit the CHANGES file, too. This is for fixing the mixup in the naming
authorGreg Ames <gregames@apache.org>
Wed, 11 Apr 2001 02:10:34 +0000 (02:10 +0000)
committerGreg Ames <gregames@apache.org>
Wed, 11 Apr 2001 02:10:34 +0000 (02:10 +0000)
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

CHANGES

diff --git a/CHANGES b/CHANGES
index 8432fb81ebbc666180572dce3391f1bcdafde616..e20fb8c6e9f01b6c62c949e74147ac5cec23238c 100644 (file)
--- 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]