summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorjwoolley <jwoolley@13f79535-47bb-0310-9956-ffa450edef68>2001-11-26 18:22:41 +0000
committerjwoolley <jwoolley@13f79535-47bb-0310-9956-ffa450edef68>2001-11-26 18:22:41 +0000
commitb05b97084fd274194c2d4a17989e249f379afcfd (patch)
tree44c9a78beee64c07e84b8d2bcfd7716b148770ba /CHANGES
parent1017c7f1c01a4bb3f1e5fe99443e9f6a69d8dc76 (diff)
downloadlibapr-b05b97084fd274194c2d4a17989e249f379afcfd.tar.gz
Um, Brain? :)
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62549 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 4 insertions, 4 deletions
diff --git a/CHANGES b/CHANGES
index 9a4696168..8264dd6bd 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,17 +1,17 @@
Changes with APR b1
*) Speed up apr_table operations by using a cache/checksum and a
red-black tree in the overlay
- [Brain Pane <bpane@pacbell.net>, Cliff Woolley]
+ [Brian Pane <bpane@pacbell.net>, Cliff Woolley]
*) Speed up apr_pool_userdata_set[n] by letting hash_set figure out
the strings length
- [Brain Pane <bpane@pacbell.net>]
+ [Brian Pane <bpane@pacbell.net>]
*) New function apr_mmap_dup. This is called in the mmap_setaside
- [Brain Pane <bpane@pacbell.net>]
+ [Brian Pane <bpane@pacbell.net>]
*) speed up the apr_hash_t implementation's handling of APR_HASH_KEY_STRING.
- [Brain Pane <bpane@pacbell.net>]
+ [Brian Pane <bpane@pacbell.net>]
*) Tweak apr_gethostname() so that it detects truncation of the
name and returns an error. [Jeff Trawick]