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

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

Author: pquerna
Date: Fri Jun 17 00:03:13 2005
New Revision: 191100

URL: http://svn.apache.org/viewcvs?rev=191100&view=rev
Log:
Onward to 2.1.6-dev!

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

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/CHANGES?rev=191100&r1=191099&r2=191100&view=diff
==============================================================================
--- httpd/httpd/trunk/CHANGES (original)
+++ httpd/httpd/trunk/CHANGES Fri Jun 17 00:03:13 2005
@@ -1,6 +1,7 @@
-Changes with Apache 2.1.5
-
+Changes with Apache 2.1.6
   [Remove entries to the current 2.0 section below, when backported]
+
+Changes with Apache 2.1.5
 
   *) SECURITY: 
      core: If a request contains both Transfer-Encoding and a Content-Length,

Modified: httpd/httpd/trunk/STATUS
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/STATUS?rev=191100&r1=191099&r2=191100&view=diff
==============================================================================
--- httpd/httpd/trunk/STATUS (original)
+++ httpd/httpd/trunk/STATUS Fri Jun 17 00:03:13 2005
@@ -7,7 +7,8 @@
 Release history:
     [NOTE that only Alpha/Beta releases occur in 2.1 development]
 
-    2.1.5   : in development
+    2.1.6   : in development
+    2.1.5   : Tagged on 6/17/2005. 
     2.1.4   : not released.
     2.1.3   : Released on  2/22/2005 as alpha.
     2.1.2   : Released on 12/08/2004 as alpha.

Modified: httpd/httpd/trunk/include/ap_release.h
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/include/ap_release.h?rev=191100&r1=191099&r2=191100&view=diff
==============================================================================
--- httpd/httpd/trunk/include/ap_release.h (original)
+++ httpd/httpd/trunk/include/ap_release.h Fri Jun 17 00:03:13 2005
@@ -42,8 +42,8 @@
 
 #define AP_SERVER_MAJORVERSION_NUMBER 2
 #define AP_SERVER_MINORVERSION_NUMBER 1
-#define AP_SERVER_PATCHLEVEL_NUMBER   5
-#define AP_SERVER_DEVBUILD_BOOLEAN    0
+#define AP_SERVER_PATCHLEVEL_NUMBER   6
+#define AP_SERVER_DEVBUILD_BOOLEAN    1
 
 #if AP_SERVER_DEVBUILD_BOOLEAN
 #define AP_SERVER_ADD_STRING          "-dev"