]> granicus.if.org Git - apache/blobdiff - CHANGES
CVE-2012-3499
[apache] / CHANGES
diff --git a/CHANGES b/CHANGES
index a16b1c2904e8a1710c22afc15457fc3b03a28de4..fb630945a3ca49ea0f58788014d8c877d815b0a2 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,28 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.5.0
 
+  *) mod_status: Print out list of times since a Vhost was last used.
+     [Jim Jagielski]
+
+  *) core: Don't fail at startup with AH00554 when Include points to 
+     a directory without any wildcard character. PR 54223 [Eric Covener]
+
+  *) core: Fail startup if the argument to ServerTokens is unrecognized.  
+     PR 54222 [Jackie Zhang  <jackie.qq.zhang gmail.com>]
+
+  *) mod_log_forensic: Don't log a spurious "-" if a request has been rejected
+     before mod_log_forensic could attach its id to it. [Stefan Fritsch]
+
+  *) ap_expr: Add SERVER_PROTOCOL_VERSION, ..._MAJOR, and ..._MINOR
+     variables. [Stefan Fritsch]
+
+  *) mod_rewrite: Stop mergeing RewriteBase down to subdirectories
+     unless new option 'RewriteOptions MergeBase' is configured.
+     PR 53963. [Eric Covener]
+
+  *) mod_session_dbd: fix a segmentation fault in the function dbd_remove.
+    PR 53452. [<rebanerebane gmail com>, Reimo Rebane]
+  
   *) core: New directive RegisterHttpMethod for registering non-standard
      HTTP methods. [Stefan Fritsch]