]> granicus.if.org Git - apache/commitdiff
Added missing bump.
authorGuenter Knauf <fuankg@apache.org>
Tue, 11 Jun 2013 07:50:11 +0000 (07:50 +0000)
committerGuenter Knauf <fuankg@apache.org>
Tue, 11 Jun 2013 07:50:11 +0000 (07:50 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1491701 13f79535-47bb-0310-9956-ffa450edef68

include/ap_mmn.h

index f411492eb668750b1617baf01f6c65405524bb8c..1c98b5a4258e562829b76791c2493190685908f0 100644 (file)
  * 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()