You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2010/08/19 14:46:34 UTC

svn commit: r987153 - in /httpd/httpd/trunk: CHANGES STATUS docs/manual/style/version.ent include/ap_release.h

Author: jim
Date: Thu Aug 19 12:46:34 2010
New Revision: 987153

URL: http://svn.apache.org/viewvc?rev=987153&view=rev
Log:
And we are at 2.3.8-dev...

Modified:
    httpd/httpd/trunk/CHANGES
    httpd/httpd/trunk/STATUS
    httpd/httpd/trunk/docs/manual/style/version.ent
    httpd/httpd/trunk/include/ap_release.h

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?rev=987153&r1=987152&r2=987153&view=diff
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Thu Aug 19 12:46:34 2010
@@ -1,5 +1,8 @@
                                                          -*- coding: utf-8 -*-
 
+Changes with Apache 2.3.8
+
+
 Changes with Apache 2.3.7
 
   *) SECURITY: CVE-2010-1452 (cve.mitre.org)

Modified: httpd/httpd/trunk/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/STATUS?rev=987153&r1=987152&r2=987153&view=diff
==============================================================================
--- httpd/httpd/trunk/STATUS (original)
+++ httpd/httpd/trunk/STATUS Thu Aug 19 12:46:34 2010
@@ -26,6 +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.3.8   : In Development
     2.3.7   : Tagged on August 19, 2010.
     2.3.6   : Released on June 21, 2010.
     2.3.5   : Released on January 26, 2010.

Modified: httpd/httpd/trunk/docs/manual/style/version.ent
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/style/version.ent?rev=987153&r1=987152&r2=987153&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/style/version.ent (original)
+++ httpd/httpd/trunk/docs/manual/style/version.ent Thu Aug 19 12:46:34 2010
@@ -19,6 +19,6 @@
 
 <!ENTITY httpd.major "2">
 <!ENTITY httpd.minor "3">
-<!ENTITY httpd.patch "7">
+<!ENTITY httpd.patch "8">
 
 <!ENTITY httpd.docs "trunk">

Modified: httpd/httpd/trunk/include/ap_release.h
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/include/ap_release.h?rev=987153&r1=987152&r2=987153&view=diff
==============================================================================
--- httpd/httpd/trunk/include/ap_release.h (original)
+++ httpd/httpd/trunk/include/ap_release.h Thu Aug 19 12:46:34 2010
@@ -45,8 +45,8 @@
 
 #define AP_SERVER_MAJORVERSION_NUMBER 2
 #define AP_SERVER_MINORVERSION_NUMBER 3
-#define AP_SERVER_PATCHLEVEL_NUMBER   7
-#define AP_SERVER_DEVBUILD_BOOLEAN    0
+#define AP_SERVER_PATCHLEVEL_NUMBER   8
+#define AP_SERVER_DEVBUILD_BOOLEAN    1
 
 #if AP_SERVER_DEVBUILD_BOOLEAN
 #define AP_SERVER_ADD_STRING          "-dev"