You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2017/01/09 16:37:02 UTC

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

Author: wrowe
Date: Mon Jan  9 16:37:02 2017
New Revision: 1778014

URL: http://svn.apache.org/viewvc?rev=1778014&view=rev
Log:
And we are at 2.2.33-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=1778014&r1=1778013&r2=1778014&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/CHANGES [utf-8] (original)
+++ httpd/httpd/branches/2.2.x/CHANGES [utf-8] Mon Jan  9 16:37:02 2017
@@ -1,4 +1,8 @@
                                                          -*- coding: utf-8 -*-
+Changes with Apache 2.2.33
+
+
+
 Changes with Apache 2.2.32
 
   *) SECURITY: CVE-2016-8743 (cve.mitre.org)

Modified: httpd/httpd/branches/2.2.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/STATUS?rev=1778014&r1=1778013&r2=1778014&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Mon Jan  9 16:37:02 2017
@@ -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.33  : In maintenance until Jul 1st, 2017
     2.2.32  : Tagged Jan 9th, 2017
     2.2.31  : Released July 16, 2015
     2.2.30  : Tagged July 10, 2015. Not released.

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=1778014&r1=1778013&r2=1778014&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 Mon Jan  9 16:37:02 2017
@@ -19,6 +19,6 @@
 
 <!ENTITY httpd.major "2">
 <!ENTITY httpd.minor "2">
-<!ENTITY httpd.patch "32">
+<!ENTITY httpd.patch "33">
 
 <!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=1778014&r1=1778013&r2=1778014&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/include/ap_release.h (original)
+++ httpd/httpd/branches/2.2.x/include/ap_release.h Mon Jan  9 16:37:02 2017
@@ -43,8 +43,8 @@
 
 #define AP_SERVER_MAJORVERSION_NUMBER 2
 #define AP_SERVER_MINORVERSION_NUMBER 2
-#define AP_SERVER_PATCHLEVEL_NUMBER   32
-#define AP_SERVER_DEVBUILD_BOOLEAN    0
+#define AP_SERVER_PATCHLEVEL_NUMBER   33
+#define AP_SERVER_DEVBUILD_BOOLEAN    1
 
 /* Synchronize the above with docs/manual/style/version.ent */