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 2013/11/13 17:45:18 UTC

svn commit: r1541607 - in /httpd/httpd/branches/2.2.x: CHANGES STATUS docs/manual/style/version.ent include/ap_release.h

Author: jim
Date: Wed Nov 13 16:45:17 2013
New Revision: 1541607

URL: http://svn.apache.org/r1541607
Log:
And roll on 2.2.27-dev

Modified:
    httpd/httpd/branches/2.2.x/CHANGES
    httpd/httpd/branches/2.2.x/STATUS
    httpd/httpd/branches/2.2.x/docs/manual/style/version.ent
    httpd/httpd/branches/2.2.x/include/ap_release.h

Modified: httpd/httpd/branches/2.2.x/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/CHANGES?rev=1541607&r1=1541606&r2=1541607&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/CHANGES [utf-8] (original)
+++ httpd/httpd/branches/2.2.x/CHANGES [utf-8] Wed Nov 13 16:45:17 2013
@@ -1,4 +1,7 @@
                                                          -*- coding: utf-8 -*-
+Changes with Apache 2.2.27
+
+
 Changes with Apache 2.2.26
 
   *) mod_dav: dav_resource->uri treated as unencoded. This was an

Modified: httpd/httpd/branches/2.2.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/STATUS?rev=1541607&r1=1541606&r2=1541607&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Wed Nov 13 16:45:17 2013
@@ -23,6 +23,7 @@ Patches considered for backport are note
 Release history:
     [NOTE that x.{odd}.z versions are strictly Alpha/Beta releases,
           while x.{even}.z versions are Stable/GA releases.]
+    2.2.27  : In maintenance.
     2.2.26  : Tagged November 13, 2013.
     2.2.25  : Released July 9, 2013
     2.2.24  : Released February 25, 2013

Modified: httpd/httpd/branches/2.2.x/docs/manual/style/version.ent
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/style/version.ent?rev=1541607&r1=1541606&r2=1541607&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/style/version.ent (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/style/version.ent Wed Nov 13 16:45:17 2013
@@ -19,6 +19,6 @@
 
 <!ENTITY httpd.major "2">
 <!ENTITY httpd.minor "2">
-<!ENTITY httpd.patch "26">
+<!ENTITY httpd.patch "27">
 
 <!ENTITY httpd.docs "2.2">

Modified: httpd/httpd/branches/2.2.x/include/ap_release.h
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/include/ap_release.h?rev=1541607&r1=1541606&r2=1541607&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/include/ap_release.h (original)
+++ httpd/httpd/branches/2.2.x/include/ap_release.h Wed Nov 13 16:45:17 2013
@@ -43,8 +43,8 @@
 
 #define AP_SERVER_MAJORVERSION_NUMBER 2
 #define AP_SERVER_MINORVERSION_NUMBER 2
-#define AP_SERVER_PATCHLEVEL_NUMBER   26
-#define AP_SERVER_DEVBUILD_BOOLEAN    0
+#define AP_SERVER_PATCHLEVEL_NUMBER   27
+#define AP_SERVER_DEVBUILD_BOOLEAN    1
 
 /* Synchronize the above with docs/manual/style/version.ent */