]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Done with 2.2.15, prepared to tag
authorWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 2 Mar 2010 04:55:45 +0000 (04:55 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 2 Mar 2010 04:55:45 +0000 (04:55 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@917879 13f79535-47bb-0310-9956-ffa450edef68

STATUS
include/ap_release.h

diff --git a/STATUS b/STATUS
index 7534c8b5e9dc1eb67fc323f036d94f48101bbbdd..c692c08158efffe4e5aae5da30c504ef94ffb5b2 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -25,8 +25,8 @@ 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.15  : In development
-    2.2.14  : Tagged September 24, 2009.
+    2.2.15  : Tagged March 1, 2010
+    2.2.14  : Released October 3, 2009.
     2.2.13  : Released August 8, 2009.
     2.2.12  : Released July 28, 2009.
     2.2.11  : Released December 14, 2008.
@@ -168,7 +168,6 @@ PATCHES/ISSUES THAT ARE STALLED
    +1: chrisd
    -0: jim (would prefer to see in 2.4, and to push 2.4 out)
 
-
    * beos MPM: Create pmain pool and run modules' child_init hooks when
      entering ap_mpm_run(), then destroy pmain when exiting ap_mpm_run().
      Otherwise modules' child_init hooks appear to never be executed.
index d98a0266d93685035502ae9ab8fe3461c19bec4f..528c4d7045947fde523f62b32e796a149787904d 100644 (file)
@@ -46,7 +46,7 @@
 #define AP_SERVER_MAJORVERSION_NUMBER 2
 #define AP_SERVER_MINORVERSION_NUMBER 2
 #define AP_SERVER_PATCHLEVEL_NUMBER   15
-#define AP_SERVER_DEVBUILD_BOOLEAN    1
+#define AP_SERVER_DEVBUILD_BOOLEAN    0
 
 #if AP_SERVER_DEVBUILD_BOOLEAN
 #define AP_SERVER_ADD_STRING          "-dev"