]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
prepare to tag 2.2.13
authorWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 6 Aug 2009 07:35:26 +0000 (07:35 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 6 Aug 2009 07:35:26 +0000 (07:35 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@801529 13f79535-47bb-0310-9956-ffa450edef68

STATUS
include/ap_release.h

diff --git a/STATUS b/STATUS
index 0d7a6e15858d8b1a9c1ea28c64cc34a0096ec116..275546db86fa427539d327aeb3d1e22559c3e8a9 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -25,8 +25,9 @@ Patches considered for backport are noted in their branches' STATUS:
 Release history:
     [NOTE that x.{odd}.z versions are strictly Alpha/Beta releases,
           while x.{even}.z versions are Stable/GA releases.]
-    2.2.13  : In development
-    2.2.12  : Tagged July 20, 2009.
+    2.2.14  : In development
+    2.2.13  : Tagged August 6, 2009.
+    2.2.12  : Released July 28, 2009.
     2.2.11  : Released December 14, 2008.
     2.2.10  : Released October 14, 2008.
     2.2.9   : Released June 14, 2008.
@@ -86,14 +87,6 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
- * mod_ssl / ab: backport support for OpenSSL 1.0.0 from HEAD.
-   Trunk patches: http://svn.apache.org/viewvc?view=rev&revision=748396
-                  http://svn.apache.org/viewvc?view=rev&revision=749466
-                  http://svn.apache.org/viewvc?view=rev&revision=798274
-                  http://svn.apache.org/viewvc?view=rev&revision=798989
-   2.2.x patch:   http://people.apache.org/~fuankg/diffs/openssl-1.x-2.2.x.diff
-   +1: fuankg, rpluem, wrowe
-
 
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
index e75286fe2fd447f4c208c440f3516b0f58ad45b7..b57392cd7a6666079bdbc986f65aa78cff3871be 100644 (file)
@@ -46,7 +46,7 @@
 #define AP_SERVER_MAJORVERSION_NUMBER 2
 #define AP_SERVER_MINORVERSION_NUMBER 2
 #define AP_SERVER_PATCHLEVEL_NUMBER   13
-#define AP_SERVER_DEVBUILD_BOOLEAN    1
+#define AP_SERVER_DEVBUILD_BOOLEAN    0
 
 #if AP_SERVER_DEVBUILD_BOOLEAN
 #define AP_SERVER_ADD_STRING          "-dev"