]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Tagging Apache HTTP Server 2.2.7 tags/2.2.7 2.2.7
authorJim Jagielski <jim@apache.org>
Fri, 4 Jan 2008 14:30:32 +0000 (14:30 +0000)
committerJim Jagielski <jim@apache.org>
Fri, 4 Jan 2008 14:30:32 +0000 (14:30 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/tags/2.2.7@608857 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
STATUS
include/ap_release.h

diff --git a/CHANGES b/CHANGES
index 591d799ee15a59fbd482bbd660af6f98b4dd9513..cfe1d9f030d4eb6e2b7230e3759e106140dfd519 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,4 @@
-                                                        -*- coding: utf-8 -*-
+                                                         -*- coding: utf-8 -*-
 Changes with Apache 2.2.7
 
   *) SECURITY: CVE-2007-6421 (cve.mitre.org)
diff --git a/STATUS b/STATUS
index fde3885b85b31462174211a992eedd9d51b0306a..f3d643dfa4e1bce2cf275fc7c0d29506ed7525bc 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -26,7 +26,7 @@ Release history:
     [NOTE that x.{odd}.z versions are strictly Alpha/Beta releases,
           while x.{even}.z versions are Stable/GA releases.]
 
-    2.2.7   : In development. Jim intends to T&R on Dec 29/30.
+    2.2.7   : Tagged January 4, 2008.
     2.2.6   : Released September 7, 2007.
     2.2.5   : Tagged August 10, 2007, not released.
     2.2.4   : Released on January 9, 2007 as GA.
index 2550f119367bb081da5fa68b3f5210ce24a7b947..d6df7b15d6d8deba32d34197bf2623675205c78a 100644 (file)
@@ -46,7 +46,7 @@
 #define AP_SERVER_MAJORVERSION_NUMBER 2
 #define AP_SERVER_MINORVERSION_NUMBER 2
 #define AP_SERVER_PATCHLEVEL_NUMBER   7
-#define AP_SERVER_DEVBUILD_BOOLEAN    1
+#define AP_SERVER_DEVBUILD_BOOLEAN    0
 
 #if AP_SERVER_DEVBUILD_BOOLEAN
 #define AP_SERVER_ADD_STRING          "-dev"