Re: svn commit: r1851557 - /httpd/httpd/branches/2.4.x/include/ap_release.h

2019-01-17 Thread William A Rowe Jr
On Thu, Jan 17, 2019 at 12:07 PM William A Rowe Jr 
wrote:

> On Thu, Jan 17, 2019 at 12:03 PM Daniel Ruggeri 
> wrote:
>
>>
>> We had a commit after the tag,
>
>
> There are no tags. They are figments of your imagination :) When we
> publish a tarball (even just under /dev/dist/), then we have a tag.
>
> Please svn rm the errant 2.4.39 tag.
>

(erm... svn rm the 2.4.38 tag I mean, please avoid modifying the files
beneath /tags/.)


> so I've updated only the STATUS/CHANGES
>> files to correct the errant lines. I also svn rm'ed the extra tree under
>> the 2.4.28 tag.
>>
>
> What about fixing ap_release.h please?
>


Re: svn commit: r1851557 - /httpd/httpd/branches/2.4.x/include/ap_release.h

2019-01-17 Thread William A Rowe Jr
On Thu, Jan 17, 2019 at 12:03 PM Daniel Ruggeri 
wrote:

>
> We had a commit after the tag,


There are no tags. They are figments of your imagination :) When we
publish a tarball (even just under /dev/dist/), then we have a tag.

Please svn rm the errant 2.4.39 tag.

so I've updated only the STATUS/CHANGES
> files to correct the errant lines. I also svn rm'ed the extra tree under
> the 2.4.28 tag.
>

What about fixing ap_release.h please?


Re: svn commit: r1851557 - /httpd/httpd/branches/2.4.x/include/ap_release.h

2019-01-17 Thread Daniel Ruggeri
Yes indeed - too true! I'll be adding a failsafe for this in the scripts 
so it won't happen again.


We had a commit after the tag, so I've updated only the STATUS/CHANGES 
files to correct the errant lines. I also svn rm'ed the extra tree under 
the 2.4.28 tag.


I'll redo in about 30 more minutes - with the right version number fed 
to the machine.

--
Daniel Ruggeri

On 2019-01-17 11:51, William A Rowe Jr wrote:

One problem with scripts, they do just what they are told.

You just tagged 2.4.39 as 2.4.38.

Please revert to 2.4.38 and tag - until the tarballs are published to
vote on,
it's all development in svn history.

On Thu, Jan 17, 2019 at 11:48 AM  wrote:


Author: druggeri
Date: Thu Jan 17 17:48:40 2019
New Revision: 1851557

URL: http://svn.apache.org/viewvc?rev=1851557=rev [1]
Log:
Get ready to tag httpd 2.4.38

Modified:
    httpd/httpd/branches/2.4.x/include/ap_release.h

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=1851557=1851556=1851557=diff

[2]


==

--- httpd/httpd/branches/2.4.x/include/ap_release.h (original)
+++ httpd/httpd/branches/2.4.x/include/ap_release.h Thu Jan 17
17:48:40 2019
@@ -44,7 +44,7 @@
 #define AP_SERVER_MAJORVERSION_NUMBER 2
 #define AP_SERVER_MINORVERSION_NUMBER 4
 #define AP_SERVER_PATCHLEVEL_NUMBER   39
-#define AP_SERVER_DEVBUILD_BOOLEAN    1
+#define AP_SERVER_DEVBUILD_BOOLEAN    0

 /* Synchronize the above with docs/manual/style/version.ent */



Links:
--
[1] http://svn.apache.org/viewvc?rev=1851557view=rev
[2]
http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/include/ap_release.h?rev=1851557r1=1851556r2=1851557view=diff




Re: svn commit: r1851557 - /httpd/httpd/branches/2.4.x/include/ap_release.h

2019-01-17 Thread William A Rowe Jr
One problem with scripts, they do just what they are told.

You just tagged 2.4.39 as 2.4.38.

Please revert to 2.4.38 and tag - until the tarballs are published to vote
on,
it's all development in svn history.

On Thu, Jan 17, 2019 at 11:48 AM  wrote:

> Author: druggeri
> Date: Thu Jan 17 17:48:40 2019
> New Revision: 1851557
>
> URL: http://svn.apache.org/viewvc?rev=1851557=rev
> Log:
> Get ready to tag httpd 2.4.38
>
> Modified:
> httpd/httpd/branches/2.4.x/include/ap_release.h
>
> 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=1851557=1851556=1851557=diff
>
> ==
> --- httpd/httpd/branches/2.4.x/include/ap_release.h (original)
> +++ httpd/httpd/branches/2.4.x/include/ap_release.h Thu Jan 17 17:48:40
> 2019
> @@ -44,7 +44,7 @@
>  #define AP_SERVER_MAJORVERSION_NUMBER 2
>  #define AP_SERVER_MINORVERSION_NUMBER 4
>  #define AP_SERVER_PATCHLEVEL_NUMBER   39
> -#define AP_SERVER_DEVBUILD_BOOLEAN1
> +#define AP_SERVER_DEVBUILD_BOOLEAN0
>
>  /* Synchronize the above with docs/manual/style/version.ent */
>
>
>
>