You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by tr...@apache.org on 2013/10/23 02:01:44 UTC

svn commit: r1534865 - /apr/apr/trunk/CHANGES

Author: trawick
Date: Wed Oct 23 00:01:44 2013
New Revision: 1534865

URL: http://svn.apache.org/r1534865
Log:
Windows shm stuff is in the 1.5.x branch via r1534011

Modified:
    apr/apr/trunk/CHANGES

Modified: apr/apr/trunk/CHANGES
URL: http://svn.apache.org/viewvc/apr/apr/trunk/CHANGES?rev=1534865&r1=1534864&r2=1534865&view=diff
==============================================================================
--- apr/apr/trunk/CHANGES [utf-8] (original)
+++ apr/apr/trunk/CHANGES [utf-8] Wed Oct 23 00:01:44 2013
@@ -6,15 +6,6 @@ Changes for APR 2.0.0
      (April 2012) value, and move APR_POLLSET_AIO_MSGQ ahead. This restores
      ABI compat with released branches.  [Eric Covener]
 
-  *) Windows:  Create named shared memory segments under the "Local"
-     namespace if the caller is unprivileged, fixing an inability of
-     unprivileged callers to use apr_shm_create() with named shared
-     memory segments under recent Windows.  As before, shared memory
-     segments are created under the "Global" namespace for privileged
-     callers.  Add apr_shm_create_ex() and apr_shm_attach_ex(), which
-     provide the ability to override the normal namespace selection.
-     [Jeff Trawick]
-
   *) Add apr_pbase64_encode() and apr_pbase64_decode() to encode to/from
      the pool. [Graham Leggett]