You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by fi...@apache.org on 2006/07/26 02:00:16 UTC

svn commit: r425561 - /httpd/httpd/branches/2.2.x/STATUS

Author: fielding
Date: Tue Jul 25 17:00:15 2006
New Revision: 425561

URL: http://svn.apache.org/viewvc?rev=425561&view=rev
Log:
not a very good vacation

Modified:
    httpd/httpd/branches/2.2.x/STATUS

Modified: httpd/httpd/branches/2.2.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/STATUS?rev=425561&r1=425560&r2=425561&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Tue Jul 25 17:00:15 2006
@@ -81,19 +81,19 @@
     * Bundled PCRE: backport r381783 from trunk
       Fix brokenness on certain platforms when building with -DDEBUG.
       http://svn.apache.org/viewvc?view=rev&revision=381783
-      +1 sctemme
+      +1 sctemme, fielding
 
     * mod_isapi: Simply backport the host of fixes for compilation on unix,
       PR#'s 15993 29098 30022 16637 30033 28089
       by pushing to trunk/ rev 416293 of modules/arch/win32/mod_isapi.[ch]
       which compiles without changes.  Source + Binary posted at
         http://people.apache.org/~wrowe/mod_isapi-416293.zip
-      +1 wrowe 
+      +1 wrowe , fielding
 
     * Fix dbd merge_config function to support prepared statements
       PR#39386
       http://svn.apache.org/viewcvs.cgi?rev=396310&view=rev
-      +1 niq, rpluem
+      +1 niq, rpluem, fielding
 
     * mod_cache: Do not overwrite the Content-Type in the cache, for
       successfully revalidated cached objects. PR 39647.
@@ -101,20 +101,20 @@
           http://svn.apache.org/viewvc?rev=410370&view=rev
         2.2.x version of patch:
           Trunk version works
-      +1: rpluem, pquerna
+      +1: rpluem, pquerna, fielding
 
     * mod_authnz_ldap: Fix a problem with invalid auth error detection 
        for LDAP client SDKs that don't support LDAP_SECURITY_ERROR 
        macro. PR#39529
        http://svn.apache.org/viewvc?view=rev&revision=411306
-       +1: bnicholes, wrowe
+       +1: bnicholes, wrowe, fielding
          wrowe observes; CONST==result is a horrid style convention
 
     * mod_speling: add option to do case-normalisation only
       Patch submitted by Olivier Thereaux
       http://svn.apache.org/viewvc?view=rev&revision=411849
       http://svn.apache.org/viewvc?rev=414146&view=rev
-      +1: niq, pquerna
+      +1: niq, pquerna, fielding
 
     * mod_deflate: don't choke on flush buckets in INFLATE filter
       PR#39854
@@ -136,10 +136,10 @@
       http://mail-archives.apache.org/mod_mbox/httpd-dev/200607.mbox/<831327593.20060720023332%40engec.ru>
       (+ long thread)
       http://svn.apache.org/viewvc?view=rev&revision=424798
-      +1 niq, rpluem
+      +1 niq, rpluem, fielding
 
     * mod_authn_alias: Add a check to make sure that the base provider 
        and the alias names are different and also that the alias has 
        not been registered before. PR#40051
        http://issues.apache.org/bugzilla/attachment.cgi?id=18636
-       +1: bnicholes, rpluem
+       +1: bnicholes, rpluem, fielding



[PATCH] Re: svn commit: r425561 - /httpd/httpd/branches/2.2.x/STATUS

Posted by "William A. Rowe, Jr." <wr...@rowe-clan.net>.
Jeff Trawick wrote:
> On 7/26/06, William A. Rowe, Jr. <wr...@rowe-clan.net> wrote:
>> >      * mod_isapi: Simply backport the host of fixes for compilation 
>> on unix,
>> >        PR#'s 15993 29098 30022 16637 30033 28089
>> >        by pushing to trunk/ rev 416293 of 
>> modules/arch/win32/mod_isapi.[ch]
>> >        which compiles without changes.  Source + Binary posted at
>> >          http://people.apache.org/~wrowe/mod_isapi-416293.zip
>> > -      +1 wrowe
>> > +      +1 wrowe , fielding
>>
>> Thanks Roy.
>>
>> We have a number of positive responses to the half dozen bugzilla 
>> incidents
>> this closed.   Apparently, for some time since the core request 
>> handling was
>> changed in httpd 2.0 (pre 2.2) mod_isapi was invalidated.  I'd like to 
>> push
>> this out ASAP to 2.2 and 2.0 with the T&R this week, if a few others 
>> would
>> cast their votes.
> 
> It is a bit odd to have to download a zip and (I guess) create my own
> diff against the appropriate branch.  Feel free to convert this into
> byte-sized chunks that require a minimum of fuss if you don't get
> another review in the desired timeframe.

Just dropped deltas as well in the /~wrowe/ location - I hope this helps.
The 2.2 isn't a monsterous change, but 2.0 is since we 'borrow' a helper
from apr.

Bill

Re: svn commit: r425561 - /httpd/httpd/branches/2.2.x/STATUS

Posted by Jeff Trawick <tr...@gmail.com>.
On 7/26/06, William A. Rowe, Jr. <wr...@rowe-clan.net> wrote:
> >      * mod_isapi: Simply backport the host of fixes for compilation on unix,
> >        PR#'s 15993 29098 30022 16637 30033 28089
> >        by pushing to trunk/ rev 416293 of modules/arch/win32/mod_isapi.[ch]
> >        which compiles without changes.  Source + Binary posted at
> >          http://people.apache.org/~wrowe/mod_isapi-416293.zip
> > -      +1 wrowe
> > +      +1 wrowe , fielding
>
> Thanks Roy.
>
> We have a number of positive responses to the half dozen bugzilla incidents
> this closed.   Apparently, for some time since the core request handling was
> changed in httpd 2.0 (pre 2.2) mod_isapi was invalidated.  I'd like to push
> this out ASAP to 2.2 and 2.0 with the T&R this week, if a few others would
> cast their votes.

It is a bit odd to have to download a zip and (I guess) create my own
diff against the appropriate branch.  Feel free to convert this into
byte-sized chunks that require a minimum of fuss if you don't get
another review in the desired timeframe.

Re: svn commit: r425561 - /httpd/httpd/branches/2.2.x/STATUS

Posted by "William A. Rowe, Jr." <wr...@rowe-clan.net>.
>      * mod_isapi: Simply backport the host of fixes for compilation on unix,
>        PR#'s 15993 29098 30022 16637 30033 28089
>        by pushing to trunk/ rev 416293 of modules/arch/win32/mod_isapi.[ch]
>        which compiles without changes.  Source + Binary posted at
>          http://people.apache.org/~wrowe/mod_isapi-416293.zip
> -      +1 wrowe 
> +      +1 wrowe , fielding

Thanks Roy.

We have a number of positive responses to the half dozen bugzilla incidents
this closed.   Apparently, for some time since the core request handling was
changed in httpd 2.0 (pre 2.2) mod_isapi was invalidated.  I'd like to push
this out ASAP to 2.2 and 2.0 with the T&R this week, if a few others would
cast their votes.

Otherwise I'll treat this as a platform bug and commit w/o the review, but
I'd really rather not do that.  Especially, now that mod_isapi on trunk is
platform independent ;-)

Bill