From: Guenter Knauf Date: Tue, 11 Jun 2013 07:50:11 +0000 (+0000) Subject: Added missing bump. X-Git-Tag: 2.5.0-alpha~5346 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ce60943aec7a3d5ac2ae06b7c8fd33abadd283f4;p=apache 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 f411492eb6..1c98b5a425 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()