summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorrjung <rjung@13f79535-47bb-0310-9956-ffa450edef68>2013-03-29 12:45:21 +0000
committerrjung <rjung@13f79535-47bb-0310-9956-ffa450edef68>2013-03-29 12:45:21 +0000
commit25a69bcb029c640bac95383a0f987fae02a789b5 (patch)
tree553d0b6202b408904c96173d32e7c5c2f757a194 /CHANGES
parent14ba8e1b2e1a3a9be1b5cd03497cdd4a5801b1c8 (diff)
downloadlibapr-25a69bcb029c640bac95383a0f987fae02a789b5.tar.gz
* Add apr_hash_this_key(), apr_hash_this_key_len(), and
apr_hash_this_val() for easier access to those attributes from a hash iterator. PR: 49065 Submitted by: Hyrum K. Wright <hyrum_wright mail.utexas.edu> Reviewed by: trawick, wrowe Backport by: rjung Backport of r931973 from trunk. * test/testhash.c (dump_hash): Fix compiler warning due to lack of const. Submitted by: jorton Backport by: rjung Backport of r951771 from trunk. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.5.x@1462461 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 f05d10f19..4f0561cab 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,10 @@
-*- coding: utf-8 -*-
Changes for APR 1.5.0
+ *) Add apr_hash_this_key(), apr_hash_this_key_len(), and
+ apr_hash_this_val() for easier access to those attributes from
+ a hash iterator. [Hyrum K. Wright <hyrum_wright mail.utexas.edu>]
+
*) MinGW/MSYS: Support shared builds of APR, other general improvements
to support of this toolchain. PR 46175. [Carlo Bramini
<carlo.bramix libero.it>]