From: Jim Jagielski Date: Tue, 1 May 2007 13:25:26 +0000 (+0000) Subject: Sync with httpd-trunk descript X-Git-Tag: 2.2.5~267 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c0d3af92036ae2d8285d5d43d45d45df5bcb8f79;p=thirdparty%2Fapache%2Fhttpd.git Sync with httpd-trunk descript git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@534072 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 0321a6b8223..ccd78ec07bd 100644 --- a/CHANGES +++ b/CHANGES @@ -8,10 +8,9 @@ Changes with Apache 2.2.5 *) htdbm: Enable crypt support on platforms with crypt() but not , such as z/OS. [David Jones ] - *) mod_ssl: Move thread locking upcall initialization before - hardware library initialization, so hardware library can use - these upcalls when run in a threaded MPM. PR 20951. - [Sander Temme] + *) mod_ssl: initialize thread locks before initializing the hardware + acceleration library, so the latter can make use of the former. + PR 20951. [adunn at ncipher.com] *) ab.c: Correct behavior of HTTP request headers sent by ab in presence of -H command-line overrides. PR 31268, 26554.