]> granicus.if.org Git - apache/commitdiff
Backports accomplished ... please keep in sync
authorWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 3 Dec 2002 00:37:16 +0000 (00:37 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 3 Dec 2002 00:37:16 +0000 (00:37 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97759 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 998a6c35f22c3c56f5d740e3ef3afd706966d352..1589d8d3b6b0211488a159d2499441a31861d2c0 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -9,11 +9,6 @@ Changes with Apache 2.1.0-dev
      contains '='.  PR 13914  [Ville Skyttä <ville.skytta@iki.fi>,
      Jeff Trawick]
 
-  *) Replace APU_HAS_LDAPSSL_CLIENT_INIT with APU_HAS_LDAP_NETSCAPE_SSL
-     as set by apr-util in util_ldap.c. This should allow mod_ldap
-     to work with the Netscape/Mozilla LDAP library. [Øyvin Sømme
-     <somme@oslo.westerngeco.slb.com>, Graham Leggett]
-
   *) Reorder the definitions for mod_ldap and mod_auth_ldap within
      config.m4 to make sure the parent mod_ldap is defined first.
      This ensures that mod_ldap comes before mod_auth_ldap in the
@@ -26,6 +21,15 @@ Changes with Apache 2.1.0-dev
 
 Changes with Apache 2.0.44
 
+  *) Replace APU_HAS_LDAPSSL_CLIENT_INIT with APU_HAS_LDAP_NETSCAPE_SSL
+     as set by apr-util in util_ldap.c. This should allow mod_ldap
+     to work with the Netscape/Mozilla LDAP library. [Øyvin Sømme
+     <somme@oslo.westerngeco.slb.com>, Graham Leggett]
+
+  *) Fix critical bug in new --enable-v4-mapped configure option
+     implementation which broke IPv4 listening sockets on some
+     systems.  [hiroyuki hanai <hanai@imgsrc.co.jp>]
+
   *) mod_setenvif: Fix BrowserMatchNoCase support for non-regex
      patterns [André Malo <nd@perlig.de>]