You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by je...@apache.org on 2005/02/23 07:29:32 UTC

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

Author: jerenkrantz
Date: Tue Feb 22 22:29:31 2005
New Revision: 154973

URL: http://svn.apache.org/viewcvs?view=rev&rev=154973
Log:
Onward ho to 2.1.4.

* CHANGES: Bump.
* include/ap_release.h: Bump.

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=154972&r2=154973
==============================================================================
--- httpd/httpd/trunk/CHANGES (original)
+++ httpd/httpd/trunk/CHANGES Tue Feb 22 22:29:31 2005
@@ -1,6 +1,8 @@
-Changes with Apache 2.1.3
+Changes with Apache 2.1.4
 
   [Remove entries to the current 2.0 section below, when backported]
+
+Changes with Apache 2.1.3
 
   *) core_input_filter: Move buckets to a persistent brigade instead of
      creating a new brigade when apr_brigade_split is called. This stops

Modified: httpd/httpd/trunk/include/ap_release.h
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/include/ap_release.h?view=diff&r1=154972&r2=154973
==============================================================================
--- httpd/httpd/trunk/include/ap_release.h (original)
+++ httpd/httpd/trunk/include/ap_release.h Tue Feb 22 22:29:31 2005
@@ -42,8 +42,8 @@
 
 #define AP_SERVER_MAJORVERSION_NUMBER 2
 #define AP_SERVER_MINORVERSION_NUMBER 1
-#define AP_SERVER_PATCHLEVEL_NUMBER   3
-#define AP_SERVER_DEVBUILD_BOOLEAN    0
+#define AP_SERVER_PATCHLEVEL_NUMBER   4
+#define AP_SERVER_DEVBUILD_BOOLEAN    1
 
 #if AP_SERVER_DEVBUILD_BOOLEAN
 #define AP_SERVER_ADD_STRING          "-dev"