]> granicus.if.org Git - apache/commitdiff
Get ready to tag 2.4.5
authorJim Jagielski <jim@apache.org>
Thu, 11 Jul 2013 18:31:02 +0000 (18:31 +0000)
committerJim Jagielski <jim@apache.org>
Thu, 11 Jul 2013 18:31:02 +0000 (18:31 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1502321 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
STATUS
include/ap_release.h

diff --git a/CHANGES b/CHANGES
index 72d24ad1e6d71c4511e229c743dc236f44f3a5ad..6aa9421f39c10d961f5e817239a7db4fc87a4aae 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -8,6 +8,13 @@ Changes with Apache 2.4.5
      URI that is not configured for DAV will trigger a segfault. [Ben Reser
      <ben reser.org>]
 
+  *) SECURITY: CVE-2013-2249 (cve.mitre.org)
+     mod_session_dbd: Make sure that dirty flag is respected when saving
+     sessions, and ensure the session ID is changed each time the session
+     changes. This changes the format of the updatesession SQL statement.
+     Existing configurations must be changed.
+     [Takashi Sato <takashi tks.st>, Graham Leggett]
+
   *) mpm_event: Check that AsyncRequestWorkerFactor is not negative. PR 54254.
      [Jackie Zhang <jackie qq zhang gmail com>]
 
@@ -26,12 +33,6 @@ Changes with Apache 2.4.5
   *) mod_deflate: Remove assumptions as to when an EOS bucket might arrive.
      Gracefully step aside if the body size is zero. [Graham Leggett]
 
-  *) mod_session_dbd: Make sure that dirty flag is respected when saving
-     sessions, and ensure the session ID is changed each time the session
-     changes. This changes the format of the updatesession SQL statement.
-     Existing configurations must be changed.
-     [Takashi Sato <takashi tks.st>, Graham Leggett]
-
   *) mod_ssl: Fix possible truncation of OCSP responses when reading from the
      server.  [Joe Orton]
 
diff --git a/STATUS b/STATUS
index 81ef9770465dacb71d888e0f059ca4930f986875..1554b476fcdb9308a4172fd7273fce58f8434104 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -32,7 +32,7 @@ Release history:
     [NOTE that x.{odd}.z versions are strictly Alpha/Beta releases,
           while x.{even}.z versions are Stable/GA releases.]
 
-    2.4.5   : In development.
+    2.4.5   : Tagged on July 11, 2013.
     2.4.4   : Tagged on February 18, 2013. Released Feb 25, 2013
     2.4.3   : Tagged on August 17, 2012. Released Aug 18, 2012
     2.4.2   : Tagged on April 5, 2012. Released Apr 17, 2012.
index bc7754b0382e508e6fb25344904c849d30261b2c..3dfab27263d08a3dd8ce0f9bb4e876e4fff16b48 100644 (file)
@@ -44,7 +44,7 @@
 #define AP_SERVER_MAJORVERSION_NUMBER 2
 #define AP_SERVER_MINORVERSION_NUMBER 4
 #define AP_SERVER_PATCHLEVEL_NUMBER   5
-#define AP_SERVER_DEVBUILD_BOOLEAN    1
+#define AP_SERVER_DEVBUILD_BOOLEAN    0
 
 /* Synchronize the above with docs/manual/style/version.ent */