]> granicus.if.org Git - apache/commitdiff
Get ready to tag 2.4.3
authorJim Jagielski <jim@apache.org>
Fri, 17 Aug 2012 17:05:53 +0000 (17:05 +0000)
committerJim Jagielski <jim@apache.org>
Fri, 17 Aug 2012 17:05:53 +0000 (17:05 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1374364 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
STATUS
include/ap_release.h

diff --git a/CHANGES b/CHANGES
index 242ad2ec654e5368e4d4e9817ecfb00e970c96a6..33c6b73207331c7993dc0b3894a436ba17b677f2 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,11 @@
 
 Changes with Apache 2.4.3
 
+  *) SECURITY: CVE-2012-3502  (cve.mitre.org)
+     mod_proxy_ajp, mod_proxy_http: Fix an issue in back end
+     connection closing which could lead to privacy issues due
+     to a response mixup. PR 53727. [Rainer Jung]
+
   *) SECURITY: CVE-2012-2687 (cve.mitre.org)
      mod_negotiation: Escape filenames in variant list to prevent an
      possible XSS for a site where untrusted users can upload files to
@@ -9,7 +14,7 @@ Changes with Apache 2.4.3
 
   *) mod_authnz_ldap: Don't try a potentially expensive nested groups
      search before exhausting all AuthLDAPGroupAttribute checks on the
-     current group. PR52464 [Eric Covener]
+     current group. PR 52464 [Eric Covener]
 
   *) mod_lua: Add new directive LuaAuthzProvider to allow implementing an
      authorization provider in lua. [Stefan Fritsch]
diff --git a/STATUS b/STATUS
index a731ade2696c2314d5303f67a1d0f520dd1c5481..fa7bb533a13481705196674026e74d51e20428f8 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.3   : In development. Jim proposes a T&R around Aug 17.
+    2.4.3   : Tagged on August 17, 2012.
     2.4.2   : Tagged on April 5, 2012. Released Apr 17, 2012.
     2.4.1   : Tagged on February 13, 2012. Released Feb 21, 2012.
     2.4.0   : Tagged on January 16, 2012, not released.
index 6a0e6fcd47ba7aa115e178867c777f41499502f7..cb15fd1a9623f7e12b3bb48f11b74f27d74fd62c 100644 (file)
@@ -46,7 +46,7 @@
 #define AP_SERVER_MAJORVERSION_NUMBER 2
 #define AP_SERVER_MINORVERSION_NUMBER 4
 #define AP_SERVER_PATCHLEVEL_NUMBER   3
-#define AP_SERVER_DEVBUILD_BOOLEAN    1
+#define AP_SERVER_DEVBUILD_BOOLEAN    0
 #define AP_SERVER_ADD_STRING          "-dev"
 
 /* Synchronize the above with docs/manual/style/version.ent */