You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2007/08/08 14:41:21 UTC

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

Author: jim
Date: Wed Aug  8 05:41:21 2007
New Revision: 563839

URL: http://svn.apache.org/viewvc?view=rev&rev=563839
Log:
sync 2.2.5 changes... bah. See post on dev@httpd regarding
this waste of time :)

Modified:
    httpd/httpd/trunk/CHANGES

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?view=diff&rev=563839&r1=563838&r2=563839
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Wed Aug  8 05:41:21 2007
@@ -16,12 +16,6 @@
   *) mime.types: add registered Apple installer type
      PR 40379 [Peter Bierman <pmb+apache apple.com>]
    
-  *) mod_proxy: fix buffer overflow issue
-     PR 41144 [Davi Arnaut]
-
-  *) mod_deflate: fix protocol handling in deflate input filter
-     PR 23287 [Nick Kew]
-
   *) mod_ldap, mod_authnzldap: Add support for nested groups (i.e. the ability
      to authorize an authenticated user via a "require ldap-group X" directive
      where the user is not in group X, but is in a subgroup contained in X.
@@ -307,6 +301,12 @@
      [Martin Kraemer, David Reid]
 
 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]
 
   *) mime.types: add Registered Javascript/ECMAScript MIME types (RFC4329)
      PR 40299 [Dave Hodder <dmh dmh.org.uk>]



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 :)


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

Posted by Davi Arnaut <da...@apache.org>.
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