From: Jim Jagielski Date: Thu, 11 Jul 2013 18:31:02 +0000 (+0000) Subject: Get ready to tag 2.4.5 X-Git-Tag: 2.4.5~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=55c3ff6c3500d0bca180ee89c457bb5867759f93;p=apache Get ready to tag 2.4.5 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1502321 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 72d24ad1e6..6aa9421f39 100644 --- 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 ] + *) 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 , Graham Leggett] + *) mpm_event: Check that AsyncRequestWorkerFactor is not negative. PR 54254. [Jackie Zhang ] @@ -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 , Graham Leggett] - *) mod_ssl: Fix possible truncation of OCSP responses when reading from the server. [Joe Orton] diff --git a/STATUS b/STATUS index 81ef977046..1554b476fc 100644 --- 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. diff --git a/include/ap_release.h b/include/ap_release.h index bc7754b038..3dfab27263 100644 --- a/include/ap_release.h +++ b/include/ap_release.h @@ -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 */