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 2009/03/23 17:07:35 UTC

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

Author: pquerna
Date: Mon Mar 23 16:07:35 2009
New Revision: 757429

URL: http://svn.apache.org/viewvc?rev=757429&view=rev
Log:
Roll on to 2.3.2.

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/viewvc/httpd/httpd/trunk/CHANGES?rev=757429&r1=757428&r2=757429&view=diff
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Mon Mar 23 16:07:35 2009
@@ -1,4 +1,7 @@
                                                         -*- coding: utf-8 -*-
+
+Changes with Apache 2.3.3
+
 Changes with Apache 2.3.2
 
   *) mod_mime_magic: Fix detection of compressed content. [Rainer Jung]

Modified: httpd/httpd/trunk/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/STATUS?rev=757429&r1=757428&r2=757429&view=diff
==============================================================================
--- httpd/httpd/trunk/STATUS (original)
+++ httpd/httpd/trunk/STATUS Mon Mar 23 16:07:35 2009
@@ -27,6 +27,7 @@
           while x.{even}.z versions are Stable/GA releases.]
 
     2.3.2   : in development
+    2.3.2   : Tagged on March 23, 2009.
     2.3.1   : Tagged on January 2, 2009.
     2.3.0   : Tagged on December 6, 2008, not released.
 

Modified: httpd/httpd/trunk/include/ap_release.h
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/include/ap_release.h?rev=757429&r1=757428&r2=757429&view=diff
==============================================================================
--- httpd/httpd/trunk/include/ap_release.h (original)
+++ httpd/httpd/trunk/include/ap_release.h Mon Mar 23 16:07:35 2009
@@ -45,7 +45,7 @@
 
 #define AP_SERVER_MAJORVERSION_NUMBER 2
 #define AP_SERVER_MINORVERSION_NUMBER 3
-#define AP_SERVER_PATCHLEVEL_NUMBER   2
+#define AP_SERVER_PATCHLEVEL_NUMBER   3
 #define AP_SERVER_DEVBUILD_BOOLEAN    1
 
 #if AP_SERVER_DEVBUILD_BOOLEAN