You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by dr...@apache.org on 2018/03/03 15:53:13 UTC

svn commit: r1825777 - in /httpd/httpd/branches/2.4.x: CHANGES STATUS docs/manual/style/version.ent include/ap_release.h

Author: druggeri
Date: Sat Mar  3 15:53:13 2018
New Revision: 1825777

URL: http://svn.apache.org/viewvc?rev=1825777&view=rev
Log:
Post 2.4.31 tag updates

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=1825777&r1=1825776&r2=1825777&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/CHANGES [utf-8] (original)
+++ httpd/httpd/branches/2.4.x/CHANGES [utf-8] Sat Mar  3 15:53:13 2018
@@ -1,4 +1,6 @@
                                                          -*- coding: utf-8 -*-
+Changes with Apache 2.4.32
+
 Changes with Apache 2.4.31
 
   *) mod_proxy_fcgi: Add the support for mod_proxy's flushpackets and flushwait

Modified: httpd/httpd/branches/2.4.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1825777&r1=1825776&r2=1825777&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Sat Mar  3 15:53:13 2018
@@ -29,7 +29,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.31  : In development.
+    2.4.31  : Tagged on March 03, 2018
     2.4.30  : Tagged on February 19, 2018, not released.
     2.4.29  : Tagged on October 17, 2017. Released on October 23, 2017.
     2.4.28  : Tagged on September 25, 2017. Released on October 5, 2017.

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=1825777&r1=1825776&r2=1825777&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 Sat Mar  3 15:53:13 2018
@@ -19,6 +19,6 @@
 
 <!ENTITY httpd.major "2">
 <!ENTITY httpd.minor "4">
-<!ENTITY httpd.patch "31">
+<!ENTITY httpd.patch "32">
 
 <!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=1825777&r1=1825776&r2=1825777&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/include/ap_release.h (original)
+++ httpd/httpd/branches/2.4.x/include/ap_release.h Sat Mar  3 15:53:13 2018
@@ -43,8 +43,8 @@
 
 #define AP_SERVER_MAJORVERSION_NUMBER 2
 #define AP_SERVER_MINORVERSION_NUMBER 4
-#define AP_SERVER_PATCHLEVEL_NUMBER   31
-#define AP_SERVER_DEVBUILD_BOOLEAN    0
+#define AP_SERVER_PATCHLEVEL_NUMBER   32
+#define AP_SERVER_DEVBUILD_BOOLEAN    1
 
 /* Synchronize the above with docs/manual/style/version.ent */
 



Re: svn commit: r1825777 - in /httpd/httpd/branches/2.4.x: CHANGES STATUS docs/manual/style/version.ent include/ap_release.h

Posted by Daniel Ruggeri <dr...@primary.net>.
On 2018-03-05 01:01, Ruediger Pluem wrote:
> On 03/03/2018 04:53 PM, druggeri@apache.org wrote:
>> Author: druggeri
>> Date: Sat Mar  3 15:53:13 2018
>> New Revision: 1825777
>> 
>> URL: http://svn.apache.org/viewvc?rev=1825777&view=rev
>> Log:
>> Post 2.4.31 tag updates
>> 
>> 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=1825777&r1=1825776&r2=1825777&view=diff
>> ==============================================================================
>> --- httpd/httpd/branches/2.4.x/CHANGES [utf-8] (original)
>> +++ httpd/httpd/branches/2.4.x/CHANGES [utf-8] Sat Mar  3 15:53:13 
>> 2018
>> @@ -1,4 +1,6 @@
>>                                                           -*- coding: 
>> utf-8 -*-
>> +Changes with Apache 2.4.32
>> +
>>  Changes with Apache 2.4.31
>> 
>>    *) mod_proxy_fcgi: Add the support for mod_proxy's flushpackets and 
>> flushwait
>> 
>> Modified: httpd/httpd/branches/2.4.x/STATUS
>> URL: 
>> http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1825777&r1=1825776&r2=1825777&view=diff
>> ==============================================================================
>> --- httpd/httpd/branches/2.4.x/STATUS (original)
>> +++ httpd/httpd/branches/2.4.x/STATUS Sat Mar  3 15:53:13 2018
>> @@ -29,7 +29,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.31  : In development.
>> +    2.4.31  : Tagged on March 03, 2018
> 
> Shouldn't that add
> 
> 2.4.32 : In development?
> 
> Regards
> 
> RĂ¼diger
> 
>>      2.4.30  : Tagged on February 19, 2018, not released.
>>      2.4.29  : Tagged on October 17, 2017. Released on October 23, 
>> 2017.
>>      2.4.28  : Tagged on September 25, 2017. Released on October 5, 
>> 2017.
>> 

Indeed - corrected in r1825905. Thanks

--
Daniel Ruggeri

Re: svn commit: r1825777 - in /httpd/httpd/branches/2.4.x: CHANGES STATUS docs/manual/style/version.ent include/ap_release.h

Posted by Ruediger Pluem <rp...@apache.org>.

On 03/03/2018 04:53 PM, druggeri@apache.org wrote:
> Author: druggeri
> Date: Sat Mar  3 15:53:13 2018
> New Revision: 1825777
> 
> URL: http://svn.apache.org/viewvc?rev=1825777&view=rev
> Log:
> Post 2.4.31 tag updates
> 
> 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=1825777&r1=1825776&r2=1825777&view=diff
> ==============================================================================
> --- httpd/httpd/branches/2.4.x/CHANGES [utf-8] (original)
> +++ httpd/httpd/branches/2.4.x/CHANGES [utf-8] Sat Mar  3 15:53:13 2018
> @@ -1,4 +1,6 @@
>                                                           -*- coding: utf-8 -*-
> +Changes with Apache 2.4.32
> +
>  Changes with Apache 2.4.31
>  
>    *) mod_proxy_fcgi: Add the support for mod_proxy's flushpackets and flushwait
> 
> Modified: httpd/httpd/branches/2.4.x/STATUS
> URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1825777&r1=1825776&r2=1825777&view=diff
> ==============================================================================
> --- httpd/httpd/branches/2.4.x/STATUS (original)
> +++ httpd/httpd/branches/2.4.x/STATUS Sat Mar  3 15:53:13 2018
> @@ -29,7 +29,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.31  : In development.
> +    2.4.31  : Tagged on March 03, 2018

Shouldn't that add

2.4.32 : In development?

Regards

RĂ¼diger

>      2.4.30  : Tagged on February 19, 2018, not released.
>      2.4.29  : Tagged on October 17, 2017. Released on October 23, 2017.
>      2.4.28  : Tagged on September 25, 2017. Released on October 5, 2017.
>