Re: Time for 2.2.11?

2008-11-15 Thread Mladen Turk
Ruediger Pluem wrote: Not that much time has passed since we released 2.2.10 (one month), but I would like to see a release of 2.2.11 in the near future. +1 Regards -- ^(TM)

missing svn properties

2008-11-15 Thread Takashi Sato
In trunk these files are missing svn:eol-style "native" docs\manual\mod\mod_buffer.html docs\manual\mod\mod_buffer.html.en docs\manual\mod\mod_buffer.xml docs\manual\mod\mod_buffer.xml.meta docs\manual\mod\mod_privileges.html docs\manual\mod\mod_privileges.html.en docs\manual\mod\mod_privileges.xm

Re: Time for 2.2.11?

2008-11-15 Thread Graham Leggett
Ruediger Pluem wrote: Not that much time has passed since we released 2.2.10 (one month), but I would like to see a release of 2.2.11 in the near future. +1. Release early, release often. Regards, Graham -- smime.p7s Description: S/MIME Cryptographic Signature

Re: svn commit: r717867 - in /httpd/httpd/trunk: CHANGES docs/manual/mod/mod_buffer.xml docs/manual/mod/mod_buffer.xml.meta modules/filters/config.m4 modules/filters/mod_buffer.c

2008-11-15 Thread Graham Leggett
Ruediger Pluem wrote: +/* Do nothing if asked to filter nothing. */ +if (APR_BRIGADE_EMPTY(bb)) { +return ap_pass_brigade(f->next, bb); +} Hm. This changes the order in which we sent the brigades (provided we have already buffered something). I am not sure if this causes a

Re: Time for 2.2.11?

2008-11-15 Thread William A. Rowe, Jr.
Ruediger Pluem wrote: > Not that much time has passed since we released 2.2.10 (one month), but > I would like to see a release of 2.2.11 in the near future. > Why? > 2.2.10 has two regressions, one against 2.2.8 (crashes caused by the > proxy) which is already backported and one against 2.2.9 (err

Re: Time for 2.2.11?

2008-11-15 Thread Jorge Schrauwen
I'd prefere to have stable bug free (well as little as possible) release, New feature are nice, but they can wait IMHO. Just my 2 cents ~Jorge On Sat, Nov 15, 2008 at 9:50 PM, Ruediger Pluem <[EMAIL PROTECTED]> wrote: > Not that much time has passed since we released 2.2.10 (one month), but >

Apache configure

2008-11-15 Thread Kidd, Ted R
Hello, I am running AIX 5.2 and am attempting to run "make" against Apache 2.0.63. I have the following filesets installed. # rpm -qa | grep gcc gcc-c++-4.0.0-1 gcc-4.0.0-1 libgcc-4.0.0-1 I am able to run the configure to completion using the command CC=gcc ./configure, but when I

Time for 2.2.11?

2008-11-15 Thread Ruediger Pluem
Not that much time has passed since we released 2.2.10 (one month), but I would like to see a release of 2.2.11 in the near future. Why? 2.2.10 has two regressions, one against 2.2.8 (crashes caused by the proxy) which is already backported and one against 2.2.9 (errors in openssl detection) which

Re: svn commit: r717867 - in /httpd/httpd/trunk: CHANGES docs/manual/mod/mod_buffer.xml docs/manual/mod/mod_buffer.xml.meta modules/filters/config.m4 modules/filters/mod_buffer.c

2008-11-15 Thread Ruediger Pluem
On 11/15/2008 04:49 PM, [EMAIL PROTECTED] wrote: > Author: minfrin > Date: Sat Nov 15 07:49:28 2008 > New Revision: 717867 > > URL: http://svn.apache.org/viewvc?rev=717867&view=rev > Log: > mod_buffer: Optional support for buffering of the input and output > filter stacks. Can collapse many smal