summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2016-04-12 16:00:05 +0000
committerYann Ylavic <ylavic@apache.org>2016-04-12 16:00:05 +0000
commit2620df82b1b400caace45babcb0879cfe123d0f9 (patch)
tree11d41f2cd6c3bd69f682060387db337267b12990 /CHANGES
parent1b4e13e29480ef84343a221cf6e2c96f55a9af4a (diff)
downloadapr-2620df82b1b400caace45babcb0879cfe123d0f9.tar.gz
Axe some backported entries.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1738822 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES11
1 files changed, 0 insertions, 11 deletions
diff --git a/CHANGES b/CHANGES
index 605e3c03e..7ab9a5ad1 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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().