summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2017-03-24 15:13:57 +0000
committerYann Ylavic <ylavic@apache.org>2017-03-24 15:13:57 +0000
commit7b132ad30cd2f520aea81cd8f90343e484c30998 (patch)
treede4e2061cc36118f4bf86fb509defab8209a4b44 /CHANGES
parent561d79621b805afa1b6531442592c02bb7e51a25 (diff)
downloadapr-7b132ad30cd2f520aea81cd8f90343e484c30998.tar.gz
Backported to 1.6.x.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1788468 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 0 insertions, 7 deletions
diff --git a/CHANGES b/CHANGES
index 9a062032b..1c3dcad8e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,13 +6,6 @@ Changes for APR 2.0.0
in use and set the minimum allocation size for an allocator (expressed in
2^order pages). [Yann Ylavic]
- *) apr_buckets: Add apr_bucket_file_set_buf_size() which allows to configure
- the size of the buffer used to read files. [Yann Ylavic]
-
- *) 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_crypto: avoid excessive iteration in bcrypt hash.
[Hanno Böck <hanno hboeck.de>]