aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-05-07 15:41:41 +0000
committerYang Tse <yangsita@gmail.com>2008-05-07 15:41:41 +0000
commiteb68aa38e3a79ee76967261aeb8c4364223f87d9 (patch)
treeba72918f0b3d5195e0a26b59de053eed5ef7db08 /CHANGES
parent082237e2b5c3b530c1597036eb6e337a1a815da7 (diff)
Christopher Palow provided the patch (edited by me) that introduces
the use of microsecond resolution keys for internal splay trees. http://curl.haxx.se/mail/lib-2008-04/0513.html
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 7fdaef117..f68c4f804 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,10 @@
Changelog
+Yang Tse (7 May 2008)
+- Christopher Palow provided the patch (edited by me) that introduces the
+ use of microsecond resolution keys for internal splay trees.
+
Daniel Stenberg (4 May 2008)
- Yuriy Sosov pointed out a configure fix for detecting c-ares when that is
built debug-enabled.