You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2007/05/01 15:25:27 UTC

svn commit: r534072 - /httpd/httpd/branches/2.2.x/CHANGES

Author: jim
Date: Tue May  1 06:25:26 2007
New Revision: 534072

URL: http://svn.apache.org/viewvc?view=rev&rev=534072
Log:
Sync with httpd-trunk descript

Modified:
    httpd/httpd/branches/2.2.x/CHANGES

Modified: httpd/httpd/branches/2.2.x/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/CHANGES?view=diff&rev=534072&r1=534071&r2=534072
==============================================================================
--- httpd/httpd/branches/2.2.x/CHANGES [utf-8] (original)
+++ httpd/httpd/branches/2.2.x/CHANGES [utf-8] Tue May  1 06:25:26 2007
@@ -8,10 +8,9 @@
   *) htdbm: Enable crypt support on platforms with crypt() but not
      <crypt.h>, such as z/OS. [David Jones <oscaremma gmail.com>]
 
-  *) 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.