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/03/16 18:24:04 UTC

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

Author: ylavic
Date: Mon Mar 16 17:24:04 2015
New Revision: 1667075

URL: http://svn.apache.org/r1667075
Log:
apr_queue: follow up to r1667073.
Correct author name of the original patch.

Modified:
    apr/apr/trunk/CHANGES

Modified: apr/apr/trunk/CHANGES
URL: http://svn.apache.org/viewvc/apr/apr/trunk/CHANGES?rev=1667075&r1=1667074&r2=1667075&view=diff
==============================================================================
--- apr/apr/trunk/CHANGES [utf-8] (original)
+++ apr/apr/trunk/CHANGES [utf-8] Mon Mar 16 17:24:04 2015
@@ -2,8 +2,8 @@
 Changes for APR 2.0.0
 
   *) apr_queue: Add apr_queue_timedpush() and apr_queue_timedpop() to
-     support timedout operations. PR 56951.  [Travis Cross 
-     <tc+asf travislists com>, Yann Ylavic].
+     support timedout operations. PR 56951. [Anthony Minessale <anthm
+     freeswitch org>, Travis Cross <tc+asf travislists com>, Yann Ylavic].
 
   *) apr_pollset: On z/OS, threadsafe apr_pollset_poll() may return
      "EDC8102I Operation would block" under load.