summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorylavic <ylavic@13f79535-47bb-0310-9956-ffa450edef68>2017-03-24 14:00:00 +0000
committerylavic <ylavic@13f79535-47bb-0310-9956-ffa450edef68>2017-03-24 14:00:00 +0000
commit0aecff2ecb4277bac49c1d6857eb5f487e0f0193 (patch)
treef4c871b0dec566ffe16ccfbaaaa0bfddd16d6c29 /CHANGES
parent1a2642d0bb15e335c49963b135c5b43faece7552 (diff)
downloadlibapr-0aecff2ecb4277bac49c1d6857eb5f487e0f0193.tar.gz
Merge r1788334, r1788337 from trunk:
apr_allocator: Provide apr_allocator_align() to get the true size that would be allocated for the given size (including the header and alignment). Follow up to r1788334: better apr_allocator_align() description. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.6.x@1788449 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index b92e12774..272f652ce 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,10 @@
-*- coding: utf-8 -*-
Changes for APR 1.6.0
+ *) apr_allocator: Provide apr_allocator_align() to get the true size that
+ would be allocated for the given size (including the header and
+ alignment). [Yann Ylavic]
+
*) apr_os_proc_mutex_put_ex: Allow to specify whether the OS native
mutex should or not be cleaned up (destroyed) with the constructed
APR mutex (given pool), and default to not for the simple _put()