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/11/20 01:44:10 UTC

svn commit: r345697 - in /httpd/httpd/branches/2.2.x: CHANGES STATUS include/ap_release.h

Author: pquerna
Date: Sat Nov 19 16:44:09 2005
New Revision: 345697

URL: http://svn.apache.org/viewcvs?rev=345697&view=rev
Log:
Roll on to 2.1.10-dev.

Modified:
    httpd/httpd/branches/2.2.x/CHANGES
    httpd/httpd/branches/2.2.x/STATUS
    httpd/httpd/branches/2.2.x/include/ap_release.h

Modified: httpd/httpd/branches/2.2.x/CHANGES
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.2.x/CHANGES?rev=345697&r1=345696&r2=345697&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/CHANGES [utf-8] (original)
+++ httpd/httpd/branches/2.2.x/CHANGES [utf-8] Sat Nov 19 16:44:09 2005
@@ -1,4 +1,7 @@
                                                         -*- coding: utf-8 -*-
+Changes with Apache 2.1.11
+
+
 Changes with Apache 2.1.10
 
   *) mod_negotiation: Minor performance tweak by reusing already calculated

Modified: httpd/httpd/branches/2.2.x/STATUS
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.2.x/STATUS?rev=345697&r1=345696&r2=345697&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Sat Nov 19 16:44:09 2005
@@ -24,7 +24,8 @@
 Release history:
     [NOTE that only Alpha/Beta releases occur in 2.1 development]
 
-    2.1.10  : in development
+    2.1.11  : in development
+    2.1.10  : Tagged on November 19, 2005.
     2.1.9   : Released on November 5, 2005 as beta.
     2.1.8   : Released on October 1, 2005 as beta.
     2.1.7   : Released on September 12, 2005 as beta.

Modified: httpd/httpd/branches/2.2.x/include/ap_release.h
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.2.x/include/ap_release.h?rev=345697&r1=345696&r2=345697&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/include/ap_release.h (original)
+++ httpd/httpd/branches/2.2.x/include/ap_release.h Sat Nov 19 16:44:09 2005
@@ -47,8 +47,8 @@
 
 #define AP_SERVER_MAJORVERSION_NUMBER 2
 #define AP_SERVER_MINORVERSION_NUMBER 1
-#define AP_SERVER_PATCHLEVEL_NUMBER   10
-/* #define AP_SERVER_DEVBUILD_BOOLEAN    1 */
+#define AP_SERVER_PATCHLEVEL_NUMBER   11
+#define AP_SERVER_DEVBUILD_BOOLEAN    1
 
 #if AP_SERVER_DEVBUILD_BOOLEAN
 #define AP_SERVER_ADD_STRING          "-dev"