You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by ji...@apache.org on 2014/01/25 19:30:01 UTC

svn commit: r1561362 - in /apr/apr/branches/1.5.x: ./ CHANGES

Author: jim
Date: Sat Jan 25 18:30:00 2014
New Revision: 1561362

URL: http://svn.apache.org/r1561362
Log:
Merge r1561361 from trunk:

Note userland changes

Reviewed/backported by: jim

Modified:
    apr/apr/branches/1.5.x/   (props changed)
    apr/apr/branches/1.5.x/CHANGES

Propchange: apr/apr/branches/1.5.x/
------------------------------------------------------------------------------
  Merged /apr/apr/trunk:r1561361

Modified: apr/apr/branches/1.5.x/CHANGES
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.5.x/CHANGES?rev=1561362&r1=1561361&r2=1561362&view=diff
==============================================================================
--- apr/apr/branches/1.5.x/CHANGES [utf-8] (original)
+++ apr/apr/branches/1.5.x/CHANGES [utf-8] Sat Jan 25 18:30:00 2014
@@ -2,7 +2,9 @@
 Changes for APR 1.5.1
 
   *) Fix POSIX shared memory (shm_open) use for named shared memory.
-     PR 55928. [Jozef Hatala <jh-asf skrt org>, Jim Jagielski]
+     Includes adding '--enable-posix-shm' to force POSIX shm if
+     available, and OSX compatibility. PR 55928.
+     [Jozef Hatala <jh-asf skrt org>, Jim Jagielski]
 
   *) Fix race condition when calling apr_dir_make_recursive from
      multiple threads on Windows.