]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Prepare for tag
authorWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 14 Oct 2010 16:32:55 +0000 (16:32 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 14 Oct 2010 16:32:55 +0000 (16:32 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1022601 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
STATUS
include/ap_release.h

diff --git a/CHANGES b/CHANGES
index 273c317dd7561724d2c183f46865f00a01c1e8ff..ee24f5786f4b334a785407de2527dd3a36119764 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -34,7 +34,8 @@ Changes with Apache 2.0.64
      is any buffered data readable. Any configuration which requires
      renegotiation for per-directory/location access control is still
      vulnerable, unless using openssl 0.9.8l or later.
-     [Joe Orton, Ruediger Pluem, Hartmut Keil <Hartmut.Keil adnovum.ch>, Rainer Jung]
+     [Joe Orton, Ruediger Pluem, Hartmut Keil <Hartmut.Keil adnovum.ch>, 
+      Rainer Jung]
 
   *) SECURITY: CVE-2010-0434 (cve.mitre.org)
      Ensure each subrequest has a shallow copy of headers_in so that the
diff --git a/STATUS b/STATUS
index d68de700e1eda0778b0c1f163d258937b8709344..eeb8004523fcef5e0958e48dcb9d75259f3e2c25 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -23,7 +23,8 @@ Consult the trunk/ for all new development and documentation efforts:
 
 Release history:
 
-    2.0.64  : T&R scheduled by wrowe Oct 7 for anticipated 10/11 announce.
+    2.0.65  : In maintainance
+    2.0.64  : Tagged October 14, 2010.
     2.0.63  : Released January 19, 2008.
     2.0.62  : Tagged January 4, 2008. Not released.
     2.0.61  : Released September 7, 2007.
index 681788b62343e2301c101a927ec84075ddffd5e5..9fee3f4fa4c5d72b492c40d1c35847afa91bb334 100644 (file)
@@ -40,7 +40,7 @@
 #define AP_SERVER_MAJORVERSION_NUMBER 2
 #define AP_SERVER_MINORVERSION_NUMBER 0
 #define AP_SERVER_PATCHLEVEL_NUMBER   64
-#define AP_SERVER_ADD_STRING          "-dev"
+#define AP_SERVER_ADD_STRING          ""
 
 /* keep old macros as well */
 #define AP_SERVER_MAJORVERSION APR_STRINGIFY(AP_SERVER_MAJORVERSION_NUMBER)