You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Davi Arnaut <da...@apache.org> on 2007/08/08 14:47:48 UTC

Re: svn commit: r563839 - /httpd/httpd/trunk/CHANGES

jim@apache.org wrote:
> Author: jim
> Date: Wed Aug  8 05:41:21 2007
> New Revision: 563839
[..]
>  
>  Changes with Apache 2.2.5
> +
> +  *) mod_deflate: fix protocol handling in deflate input filter
> +     PR 23287 [Nick Kew]
> +
> +  *) mod_proxy: fix buffer overflow issue
> +     PR 41144 [Davi Arnaut]
>  

BTW, the above description should be corrected to:

http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/CHANGES?r1=563329&r2=563328&pathrev=563329

--
Davi Arnaut

Re: svn commit: r563839 - /httpd/httpd/trunk/CHANGES

Posted by Jim Jagielski <ji...@jaguNET.com>.
On Aug 8, 2007, at 9:13 AM, Davi Arnaut wrote:

> Jim Jagielski wrote:
>> On Aug 8, 2007, at 8:47 AM, Davi Arnaut wrote:
>>> jim@apache.org wrote:
>>>> Author: jim
>>>> Date: Wed Aug  8 05:41:21 2007
>>>> New Revision: 563839
>>> [..]
>>>>   Changes with Apache 2.2.5
>>>> +
>>>> +  *) mod_deflate: fix protocol handling in deflate input filter
>>>> +     PR 23287 [Nick Kew]
>>>> +
>>>> +  *) mod_proxy: fix buffer overflow issue
>>>> +     PR 41144 [Davi Arnaut]
>>>>
>>>
>>> BTW, the above description should be corrected to:
>>>
>>> http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/CHANGES? 
>>> r1=563329&r2=563328&pathrev=563329
>>>
>> I'm guessing you didn't read the log message :)
>
> Relax, it was just a gentle remainder :)
>

The hope is that no such reminders will be needed ;)

> Another question. There are some recent changes in apr that fixes a  
> few issues (hp-ux sendfile, day of the year, dbm) which were  
> originally reported as httpd (2.2.4) problems, wouldn't be better  
> to ship 2.2.5 with newer apr/apr-util releases?

2.2.5 will be shipped with:
     apr_tag="1.2.9"
     apu_tag="1.2.8"

These are the latest shipped/released versions. I'd prefer
getting 2.2.5 out sooner, letting APR do a release in a bit
and then doing a 2.2.6 say in ~8 weeks.

Re: svn commit: r563839 - /httpd/httpd/trunk/CHANGES

Posted by Davi Arnaut <da...@apache.org>.
Jim Jagielski wrote:
> 
> On Aug 8, 2007, at 8:47 AM, Davi Arnaut wrote:
> 
>> jim@apache.org wrote:
>>> Author: jim
>>> Date: Wed Aug  8 05:41:21 2007
>>> New Revision: 563839
>> [..]
>>>   Changes with Apache 2.2.5
>>> +
>>> +  *) mod_deflate: fix protocol handling in deflate input filter
>>> +     PR 23287 [Nick Kew]
>>> +
>>> +  *) mod_proxy: fix buffer overflow issue
>>> +     PR 41144 [Davi Arnaut]
>>>
>>
>> BTW, the above description should be corrected to:
>>
>> http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/CHANGES?r1=563329&r2=563328&pathrev=563329 
>>
>>
> 
> I'm guessing you didn't read the log message :)

Relax, it was just a gentle remainder :)

Another question. There are some recent changes in apr that fixes a few 
issues (hp-ux sendfile, day of the year, dbm) which were originally 
reported as httpd (2.2.4) problems, wouldn't be better to ship 2.2.5 
with newer apr/apr-util releases?

--
Davi Arnaut


Re: svn commit: r563839 - /httpd/httpd/trunk/CHANGES

Posted by Jim Jagielski <ji...@jaguNET.com>.
On Aug 8, 2007, at 8:47 AM, Davi Arnaut wrote:

> jim@apache.org wrote:
>> Author: jim
>> Date: Wed Aug  8 05:41:21 2007
>> New Revision: 563839
> [..]
>>   Changes with Apache 2.2.5
>> +
>> +  *) mod_deflate: fix protocol handling in deflate input filter
>> +     PR 23287 [Nick Kew]
>> +
>> +  *) mod_proxy: fix buffer overflow issue
>> +     PR 41144 [Davi Arnaut]
>>
>
> BTW, the above description should be corrected to:
>
> http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/CHANGES? 
> r1=563329&r2=563328&pathrev=563329
>

I'm guessing you didn't read the log message :)