aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-09-28 21:48:28 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-09-28 21:48:28 +0000
commit2c105af910df6a607989143fb14a7ae67b17a9c9 (patch)
tree04649eca1cc3b16fcb3c390fb6c0a65f88864021 /CHANGES
parentbb667c8ac642611ee2481fc3099f1789b3ca6982 (diff)
Adapted the c-ares code to the API change c-ares 1.5.0 brings in the
notifier callback(s).
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 7d3c93a86..fb3646be9 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,10 @@
Changelog
+Daniel S (28 September 2007)
+- Adapted the c-ares code to the API change c-ares 1.5.0 brings in the
+ notifier callback(s).
+
Dan F (26 September 2007)
- Enabled a few more gcc warnings with --enable-debug. Renamed a few
variables to avoid shadowing global declarations.