From: Guenter Knauf Date: Tue, 11 Jun 2013 07:50:11 +0000 (+0000) Subject: Added missing bump. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a20848fa921a637b527c46c08707f8e9dc8cb31;p=thirdparty%2Fapache%2Fhttpd.git Added missing bump. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1491701 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/ap_mmn.h b/include/ap_mmn.h index f411492eb66..1c98b5a4258 100644 --- a/include/ap_mmn.h +++ b/include/ap_mmn.h @@ -370,6 +370,8 @@ * 20111120.0 (2.5.0-dev) Remove parts of conn_state_t that are private to the MPM * 20111121.0 (2.5.0-dev) Pass ap_errorlog_info struct to error_log hook, * add pool to ap_errorlog_info. + * 20111125.0 (2.5.0-dev) c->remote_ip becomes c->peer_ip and r->client_ip, + * c->remote_addr becomes c->peer_addr and r->client_addr * 20111201.0 (2.5.0-dev) Add invalidate_entity() to the cache provider. * 20111202.0 (2.5.0-dev) Use apr_status_t across mod_session API. * 20111202.1 (2.5.0-dev) add APLOGNO()