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 2016/03/05 02:45:47 UTC

svn commit: r1733685 - /apr/apr/branches/1.6.x/CHANGES

Author: ylavic
Date: Sat Mar  5 01:45:46 2016
New Revision: 1733685

URL: http://svn.apache.org/viewvc?rev=1733685&view=rev
Log:
Follow up to r1733684: CHANGES entry.

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

Modified: apr/apr/branches/1.6.x/CHANGES
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.6.x/CHANGES?rev=1733685&r1=1733684&r2=1733685&view=diff
==============================================================================
--- apr/apr/branches/1.6.x/CHANGES [utf-8] (original)
+++ apr/apr/branches/1.6.x/CHANGES [utf-8] Sat Mar  5 01:45:46 2016
@@ -1,6 +1,12 @@
                                                      -*- coding: utf-8 -*-
 Changes for APR 1.6.0
 
+  *) locks: Introduce apr_{thread,proc,global}_mutex_timedlock().
+     [Yann Ylavic]
+
+  *) Introduce the apr_cstr_fn() family of functions, derived from
+     the svn_cstring_ functions of the Subversion project.
+
   *) Introduce the apr_cstr_fn() family of functions, derived from
      the svn_cstring_ functions of the Subversion project.