You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sf...@apache.org on 2011/12/05 01:10:19 UTC

svn commit: r1210288 - /httpd/httpd/branches/2.4.x/CHANGES

Author: sf
Date: Mon Dec  5 00:10:18 2011
New Revision: 1210288

URL: http://svn.apache.org/viewvc?rev=1210288&view=rev
Log:
Add CHANGES entries for r1210287 and r1210224

Modified:
    httpd/httpd/branches/2.4.x/CHANGES

Modified: httpd/httpd/branches/2.4.x/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/CHANGES?rev=1210288&r1=1210287&r2=1210288&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/CHANGES [utf-8] (original)
+++ httpd/httpd/branches/2.4.x/CHANGES [utf-8] Mon Dec  5 00:10:18 2011
@@ -1,6 +1,15 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.4.0
 
+  *) core, all modules: Add unique tag to most error log messages. [Stefan
+     Fritsch]
+
+  *) mod_socache_memcache: Change provider name from "mc" to "memcache" to
+     match module name. [Stefan Fritsch]
+
+  *) mod_slotmem_shm: Change provider name from "shared" to "shm" to match
+     module name. [Stefan Fritsch]
+
   *) mod_ldap: Fix segfault with Solaris LDAP when enabling ldaps. This
      requires an apr-util fix in which is available in apr-util >= 1.4.0.
      PR 42682. [Stefan Fritsch]