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/04/12 18:00:05 UTC

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

Author: ylavic
Date: Tue Apr 12 16:00:05 2016
New Revision: 1738822

URL: http://svn.apache.org/viewvc?rev=1738822&view=rev
Log:
Axe some backported entries.

Modified:
    apr/apr/trunk/CHANGES

Modified: apr/apr/trunk/CHANGES
URL: http://svn.apache.org/viewvc/apr/apr/trunk/CHANGES?rev=1738822&r1=1738821&r2=1738822&view=diff
==============================================================================
--- apr/apr/trunk/CHANGES [utf-8] (original)
+++ apr/apr/trunk/CHANGES [utf-8] Tue Apr 12 16:00:05 2016
@@ -7,17 +7,6 @@ Changes for APR 2.0.0
   *) apr_table_overlap: Add APR_OVERLAP_TABLES_ADD to merge and set when
      overlapping tables. [Graham Leggett]
 
-  *) apr_proc/global_mutex: Fix API regarding the native OS mutexes
-     accessors from/to available APR mechanisms, adding the new functions
-     apr_os_proc_mutex_get_ex() and apr_os_proc_mutex_set_ex() which give
-     control to the user over the selected mechanisms, including the missing
-     POSIX semaphores (sem_t) on platforms supporting them.
-     [Yann Ylavic]
-
-  *) apr_proc_mutex-pthread: Refcount shared mutexes usage to avoid
-     destruction while still is use by some process(es).  PR 49504.
-     [Yann Ylavic]
-
   *) apr_filepath_merge: Fix truename length calculation on Windows
      in cases where the "short" name variant is actually longer than
      the "long" or "true" name. See: testnames.c:merge_shortname().