From: Jim Jagielski Date: Wed, 31 Dec 2008 17:36:23 +0000 (+0000) Subject: Document this change... X-Git-Tag: 2.3.1~29 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3fd3098d3fe86402a392690aeef42d365faa9295;p=thirdparty%2Fapache%2Fhttpd.git Document this change... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@730424 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index b309d639b5a..8509ae5e68b 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,10 @@ Changes with Apache 2.3.1 [ When backported to 2.2.x, remove entry from this file ] + *) mod_slotmem: Add in new slot-based memory access API module, including + 2 providers (mod_sharedmem and mod_plainmem) [Jim Jagielski, + Jean-Frederic Clere, Brian Akins ] + *) mod_include: support generating non-ASCII characters as entities in SSI PR 25202 [Nick Kew]