You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by yl...@apache.org on 2015/04/23 20:13:37 UTC

svn commit: r1675694 - /apr/apr/branches/1.5.x/CHANGES

Author: ylavic
Date: Thu Apr 23 18:13:37 2015
New Revision: 1675694

URL: http://svn.apache.org/r1675694
Log:
Follow up to r1675670: CHANGES entry.

Modified:
    apr/apr/branches/1.5.x/CHANGES

Modified: apr/apr/branches/1.5.x/CHANGES
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.5.x/CHANGES?rev=1675694&r1=1675693&r2=1675694&view=diff
==============================================================================
--- apr/apr/branches/1.5.x/CHANGES [utf-8] (original)
+++ apr/apr/branches/1.5.x/CHANGES [utf-8] Thu Apr 23 18:13:37 2015
@@ -1,6 +1,9 @@
                                                      -*- coding: utf-8 -*-
 Changes for APR 1.5.2
 
+  *) Switch to generic atomics for early/unpatched Solaris 10 not exporting
+     some atomic functions.  PR 55418.  [Yann Ylavic]
+
   *) apr_file_mktemp() on HP-UX: Remove limitation of 26 temporary files
      per process.  PR 57677.  [Jeff Trawick]