
jim at apache
Aug 17, 2012, 10:09 AM
Post #1 of 1
(45 views)
Permalink
|
|
svn commit: r1374367 - in /httpd/httpd/branches/2.4.x: CHANGES STATUS docs/manual/style/version.ent include/ap_release.h
|
|
Author: jim Date: Fri Aug 17 17:09:30 2012 New Revision: 1374367 URL: http://svn.apache.org/viewvc?rev=1374367&view=rev Log: and we are at 2.4.4-dev Modified: httpd/httpd/branches/2.4.x/CHANGES httpd/httpd/branches/2.4.x/STATUS httpd/httpd/branches/2.4.x/docs/manual/style/version.ent httpd/httpd/branches/2.4.x/include/ap_release.h Modified: httpd/httpd/branches/2.4.x/CHANGES URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/CHANGES?rev=1374367&r1=1374366&r2=1374367&view=diff ============================================================================== --- httpd/httpd/branches/2.4.x/CHANGES [utf-8] (original) +++ httpd/httpd/branches/2.4.x/CHANGES [utf-8] Fri Aug 17 17:09:30 2012 @@ -1,5 +1,8 @@ -*- coding: utf-8 -*- +Changes with Apache 2.4.4 + + Changes with Apache 2.4.3 *) SECURITY: CVE-2012-3502 (cve.mitre.org) Modified: httpd/httpd/branches/2.4.x/STATUS URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1374367&r1=1374366&r2=1374367&view=diff ============================================================================== --- httpd/httpd/branches/2.4.x/STATUS (original) +++ httpd/httpd/branches/2.4.x/STATUS Fri Aug 17 17:09:30 2012 @@ -32,6 +32,7 @@ Release history: [.NOTE that x.{odd}.z versions are strictly Alpha/Beta releases, while x.{even}.z versions are Stable/GA releases.] + 2.4.4 : In development. 2.4.3 : Tagged on August 17, 2012. 2.4.2 : Tagged on April 5, 2012. Released Apr 17, 2012. 2.4.1 : Tagged on February 13, 2012. Released Feb 21, 2012. Modified: httpd/httpd/branches/2.4.x/docs/manual/style/version.ent URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/style/version.ent?rev=1374367&r1=1374366&r2=1374367&view=diff ============================================================================== --- httpd/httpd/branches/2.4.x/docs/manual/style/version.ent (original) +++ httpd/httpd/branches/2.4.x/docs/manual/style/version.ent Fri Aug 17 17:09:30 2012 @@ -19,6 +19,6 @@ <!ENTITY httpd.major "2"> <!ENTITY httpd.minor "4"> -<!ENTITY httpd.patch "3"> +<!ENTITY httpd.patch "4"> <!ENTITY httpd.docs "2.4"> Modified: httpd/httpd/branches/2.4.x/include/ap_release.h URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/include/ap_release.h?rev=1374367&r1=1374366&r2=1374367&view=diff ============================================================================== --- httpd/httpd/branches/2.4.x/include/ap_release.h (original) +++ httpd/httpd/branches/2.4.x/include/ap_release.h Fri Aug 17 17:09:30 2012 @@ -45,8 +45,8 @@ #define AP_SERVER_MAJORVERSION_NUMBER 2 #define AP_SERVER_MINORVERSION_NUMBER 4 -#define AP_SERVER_PATCHLEVEL_NUMBER 3 -#define AP_SERVER_DEVBUILD_BOOLEAN 0 +#define AP_SERVER_PATCHLEVEL_NUMBER 4 +#define AP_SERVER_DEVBUILD_BOOLEAN 1 #define AP_SERVER_ADD_STRING "-dev" /* Synchronize the above with docs/manual/style/version.ent */
|