]> granicus.if.org Git - apache/blobdiff - CHANGES
update transformation
[apache] / CHANGES
diff --git a/CHANGES b/CHANGES
index b012cf9e9b70ec111211db2251548946c691bec0..b2c45c755cf68502f95645ac648b67f726963179 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,9 @@ Changes with Apache 2.1.0-dev
 
   [Remove entries to the current 2.0 section below, when backported]
 
+  *) mod_ssl: Send the Close Alert message to the peer before closing
+     the SSL session. [Madhusudan Mathihalli, Joe Orton]
+
   *) mod_setenvif: Remove "support" for Remote_User variable which
      never worked at all. PR 25725.  [André Malo]
 
@@ -102,11 +105,6 @@ Changes with Apache 2.1.0-dev
      directory, display the MPM name and some MPM properties.
      [Geoffrey Young <geoff apache.org>]
 
-  *) Add fatal exception hook for use by diagnostic modules.  The hook
-     is only available if the --enable-exception-hook configure parm 
-     is used and the EnableExceptionHook directive has been set to 
-     "on".  [Jeff Trawick]
-
   *) mod_ssl/mod_status: Re-enable support for output of SSL session
      cache information in server-status page.  [Joe Orton]
 
@@ -127,9 +125,6 @@ Changes with Apache 2.1.0-dev
 
   *) Switch to APR 1.0 API.
 
-  *) Fix mod_include's expression parser to recognize strings correctly
-     even if they start with an escaped token.  [André Malo]
-
   *) Major overhaul of mod_include's filter parser. The new parser code
      is expected to be more robust and should catch all of the edge cases
      that were not handled by the previous one. This includes a binary
@@ -282,6 +277,14 @@ Changes with Apache 2.1.0-dev
 
 Changes with Apache 2.0.49
 
+  *) Fix mod_include's expression parser to recognize strings correctly
+     even if they start with an escaped token.  [André Malo]
+
+  *) Add fatal exception hook for use by diagnostic modules.  The hook
+     is only available if the --enable-exception-hook configure parm 
+     is used and the EnableExceptionHook directive has been set to 
+     "on".  [Jeff Trawick]
+
   *) Allow mod_auth_digest to work with sub-requests with different
      methods than the original request.  PR 25040.
      [Josh Dady <jpd indecisive.com>]
@@ -399,8 +402,8 @@ Changes with Apache 2.0.49
      [Tomasz Kepczynski <tomek jot23.org>]
 
   *) Add AP_MPMQ_MPM_STATE function code for ap_mpm_query. (Not yet
-     supported for BeOS, OS/2, or Win32 MPMs.)  [Jeff Trawick,
-     Brad Nicholes]
+     supported for BeOS or OS/2 MPMs.)  [Jeff Trawick, Brad Nicholes,
+     Bill Stoddard]
 
   *) Add mod_status hook to allow modules to add to the mod_status
      report.  [Joe Orton]