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 2015/03/05 17:56:15 UTC

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

Author: jim
Date: Thu Mar  5 16:56:15 2015
New Revision: 1664411

URL: http://svn.apache.org/r1664411
Log:
Note userland change

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=1664411&r1=1664410&r2=1664411&view=diff
==============================================================================
--- apr/apr/branches/1.5.x/CHANGES [utf-8] (original)
+++ apr/apr/branches/1.5.x/CHANGES [utf-8] Thu Mar  5 16:56:15 2015
@@ -1,6 +1,10 @@
                                                      -*- coding: utf-8 -*-
 Changes for APR 1.5.2
 
+  *) apr_skiplist: Honor canonical description of skiplists and allow
+     for duplicate entries. As required, for stability, dups are added
+     after each other. [Jim Jagielski]
+
   *) apr_pollset: On z/OS, threadsafe apr_pollset_poll() may return
      "EDC8102I Operation would block" under load.
      [Pat Odonnell <patod us.ibm.com>]