summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index f1c337b3b..4560643d3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,9 @@
Changes with APR b1
+ *) New function apr_mmap_dup. This is called in the mmap_setaside
+ [Brain Pane <bpane@pacbell.net>]
+
+ *) speed up the apr_hash_t implementation's handling of APR_HASH_KEY_STRING.
+ [Brain Pane <bpane@pacbell.net>]
*) Tweak apr_gethostname() so that it detects truncation of the
name and returns an error. [Jeff Trawick]