Commit 57bcc0a8 authored by Greg Ames's avatar Greg Ames
Browse files

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
parent 04e72589
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
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]