* 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()