You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Takashi Sato <se...@lans-tv.com> on 2008/01/11 19:04:15 UTC

Re: svn commit: r611199 - in /httpd/httpd/trunk: CHANGES include/http_core.h modules/loggers/mod_logio.c

requires a minor bump?

On Fri, 11 Jan 2008 15:07:57 -0000
covener@apache.org wrote:

> Author: covener
> Date: Fri Jan 11 07:07:53 2008
> New Revision: 611199
> 
> URL: http://svn.apache.org/viewvc?rev=611199&view=rev
> Log:
> *) mod_logio: Provide optional function to allow modules to adjust the
>    bytes_in count [Eric Covener]
> 
> Practical example: alternate SSL implementation that lives 
> beyond the filters (IOL)
> 
> 

Re: svn commit: r611199 - in /httpd/httpd/trunk: CHANGES include/http_core.h modules/loggers/mod_logio.c

Posted by Ruediger Pluem <rp...@apache.org>.

On 01/11/2008 07:04 PM, Takashi Sato wrote:
> requires a minor bump?

Yep.

> 
> On Fri, 11 Jan 2008 15:07:57 -0000
> covener@apache.org wrote:
> 
>> Author: covener
>> Date: Fri Jan 11 07:07:53 2008
>> New Revision: 611199
>>
>> URL: http://svn.apache.org/viewvc?rev=611199&view=rev
>> Log:
>> *) mod_logio: Provide optional function to allow modules to adjust the
>>    bytes_in count [Eric Covener]
>>
>> Practical example: alternate SSL implementation that lives 
>> beyond the filters (IOL)
>>
>>
> 
> 

Regards

RĂ¼diger

Re: svn commit: r611259 - /httpd/httpd/trunk/include/ap_mmn.h

Posted by Eric Covener <co...@gmail.com>.
On Jan 12, 2008 8:50 AM, Takashi Sato <se...@lans-tv.com> wrote:
> only change history was modified.
> MODULE_MAGIC_NUMBER_MINOR was forgotton.

Thanks again...

-- 
Eric Covener
covener@gmail.com

Re: svn commit: r611259 - /httpd/httpd/trunk/include/ap_mmn.h

Posted by Takashi Sato <se...@lans-tv.com>.
only change history was modified.
MODULE_MAGIC_NUMBER_MINOR was forgotton.

On Fri, 11 Jan 2008 18:53:51 -0000
covener@apache.org wrote:

> Author: covener
> Date: Fri Jan 11 10:53:48 2008
> New Revision: 611259
> 
> URL: http://svn.apache.org/viewvc?rev=611259&view=rev
> Log:
> minor MMN bump for r611199
> 
> Modified:
>     httpd/httpd/trunk/include/ap_mmn.h
> 
> Modified: httpd/httpd/trunk/include/ap_mmn.h
> URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/include/ap_mmn.h?rev=611259&r1=611258&r2=611259&view=diff
> ==============================================================================
> --- httpd/httpd/trunk/include/ap_mmn.h (original)
> +++ httpd/httpd/trunk/include/ap_mmn.h Fri Jan 11 10:53:48 2008
> @@ -147,6 +147,7 @@
>   * 20071108.5 (2.3.0-dev)  Add *scpool to proxy_conn_rec structure
>   * 20071108.6 (2.3.0-dev)  Add *r and need_flush to proxy_conn_rec structure
>   * 20071108.7 (2.3.0-dev)  Add *ftp_directory_charset to proxy_dir_conf
> + * 20071108.8 (2.3.0-dev)  Add optional function ap_logio_add_bytes_in() to mog_logio
>   */
>  
>  #define MODULE_MAGIC_COOKIE 0x41503234UL /* "AP24" */
> 
> 
>