diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-08-03 11:29:17 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-08-03 11:29:17 +0000 |
commit | f0dbdcff9d3c6764f6a9d4476362aa1f53fdc6d6 (patch) | |
tree | f68b75a62af5493a41c6844187f2b5fef4bc10fd /ares/CHANGES | |
parent | 9d03dd7fb83371b01997fe8e6bc000ce6d56f8d4 (diff) |
- Joshua Kwan fixed the init routine to fill in the defaults for stuff that
fails to get inited by other means. This fixes a case of when the c-ares
init fails when internet access is fone.
Diffstat (limited to 'ares/CHANGES')
-rw-r--r-- | ares/CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ares/CHANGES b/ares/CHANGES index e7b3b8d70..c61e31929 100644 --- a/ares/CHANGES +++ b/ares/CHANGES @@ -1,5 +1,10 @@ Changelog for the c-ares project +* 3 Aug 2009 (Daniel Stenberg) +- Joshua Kwan fixed the init routine to fill in the defaults for stuff that + fails to get inited by other means. This fixes a case of when the c-ares + init fails when internet access is fone. + * 14 Jul 2009 (Guenter Knauf) - renamed generated config.h to ares_config.h to avoid any future clashes with config.h from other projects. |