diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-09-28 21:48:28 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-09-28 21:48:28 +0000 |
commit | 2c105af910df6a607989143fb14a7ae67b17a9c9 (patch) | |
tree | 04649eca1cc3b16fcb3c390fb6c0a65f88864021 /CHANGES | |
parent | bb667c8ac642611ee2481fc3099f1789b3ca6982 (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-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |