You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by st...@apache.org on 2005/03/16 09:44:40 UTC

svn commit: r157726 - in httpd/httpd/trunk: CHANGES include/ap_release.h

Author: striker
Date: Wed Mar 16 00:44:38 2005
New Revision: 157726

URL: http://svn.apache.org/viewcvs?view=rev&rev=157726
Log:
And carry on with 2.1.5-dev.

* include/ap_release.h

  Bump AP_SERVER_PATCHLEVEL_NUMBER to 5.
  Set AP_SERVER_DEVBUILD_BOOLEAN.

* CHANGES

  Add a 2.1.5 section.

Modified:
    httpd/httpd/trunk/CHANGES
    httpd/httpd/trunk/include/ap_release.h

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/CHANGES?view=diff&r1=157725&r2=157726
==============================================================================
--- httpd/httpd/trunk/CHANGES (original)
+++ httpd/httpd/trunk/CHANGES Wed Mar 16 00:44:38 2005
@@ -1,6 +1,8 @@
-Changes with Apache 2.1.4
+Changes with Apache 2.1.5
 
   [Remove entries to the current 2.0 section below, when backported]
+
+Changes with Apache 2.1.4
 
   *) Add ReceiveBufferSize directive to control the TCP receive buffer.
      [Eric Covener <covener gmail.com>]

Modified: httpd/httpd/trunk/include/ap_release.h
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/include/ap_release.h?view=diff&r1=157725&r2=157726
==============================================================================
--- httpd/httpd/trunk/include/ap_release.h (original)
+++ httpd/httpd/trunk/include/ap_release.h Wed Mar 16 00:44:38 2005
@@ -42,8 +42,8 @@
 
 #define AP_SERVER_MAJORVERSION_NUMBER 2
 #define AP_SERVER_MINORVERSION_NUMBER 1
-#define AP_SERVER_PATCHLEVEL_NUMBER   4
-#define AP_SERVER_DEVBUILD_BOOLEAN    0
+#define AP_SERVER_PATCHLEVEL_NUMBER   5
+#define AP_SERVER_DEVBUILD_BOOLEAN    1
 
 #if AP_SERVER_DEVBUILD_BOOLEAN
 #define AP_SERVER_ADD_STRING          "-dev"