You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2006/04/24 20:24:24 UTC

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

Author: colm
Date: Mon Apr 24 11:24:22 2006
New Revision: 396631

URL: http://svn.apache.org/viewcvs?rev=396631&view=rev
Log:
Bump the branch to 2.0.59-dev

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

Modified: httpd/httpd/branches/2.0.x/CHANGES
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.0.x/CHANGES?rev=396631&r1=396630&r2=396631&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/CHANGES [utf-8] (original)
+++ httpd/httpd/branches/2.0.x/CHANGES [utf-8] Mon Apr 24 11:24:22 2006
@@ -1,4 +1,6 @@
                                                          -*- coding: utf-8 -*-
+Changes with Apache 2.0.59
+
 Changes with Apache 2.0.58
 
   *) Legal: Restored original years in copyright notices.

Modified: httpd/httpd/branches/2.0.x/STATUS
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.0.x/STATUS?rev=396631&r1=396630&r2=396631&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/STATUS (original)
+++ httpd/httpd/branches/2.0.x/STATUS Mon Apr 24 11:24:22 2006
@@ -23,7 +23,9 @@
 
 Release history:
 
-    2.0.57  : in development
+    2.0.59  : in development
+    2.0.58  : Tagged on April 23, 2006.
+    2.0.57  : Tagged on April 19, 2006. Not released.
     2.0.56  : Tagged on April 16, 2006. Not released.
     2.0.55  : released October 16, 2005 as GA.
     2.0.54  : released April 17, 2005 as GA.

Modified: httpd/httpd/branches/2.0.x/docs/manual/style/version.ent
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.0.x/docs/manual/style/version.ent?rev=396631&r1=396630&r2=396631&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/docs/manual/style/version.ent (original)
+++ httpd/httpd/branches/2.0.x/docs/manual/style/version.ent Mon Apr 24 11:24:22 2006
@@ -19,6 +19,6 @@
 
 <!ENTITY httpd.major "2">
 <!ENTITY httpd.minor "0">
-<!ENTITY httpd.patch "58">
+<!ENTITY httpd.patch "59">
 
 <!ENTITY httpd.docs "2.0">

Modified: httpd/httpd/branches/2.0.x/include/ap_release.h
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.0.x/include/ap_release.h?rev=396631&r1=396630&r2=396631&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/include/ap_release.h (original)
+++ httpd/httpd/branches/2.0.x/include/ap_release.h Mon Apr 24 11:24:22 2006
@@ -39,8 +39,8 @@
 
 #define AP_SERVER_MAJORVERSION_NUMBER 2
 #define AP_SERVER_MINORVERSION_NUMBER 0
-#define AP_SERVER_PATCHLEVEL_NUMBER   58
-#define AP_SERVER_ADD_STRING          ""
+#define AP_SERVER_PATCHLEVEL_NUMBER   59
+#define AP_SERVER_ADD_STRING          "-dev"
 
 /* keep old macros as well */
 #define AP_SERVER_MAJORVERSION APR_STRINGIFY(AP_SERVER_MAJORVERSION_NUMBER)