summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2009-08-03 11:29:17 +0000
committerDaniel Stenberg <daniel@haxx.se>2009-08-03 11:29:17 +0000
commitd0a8c3b68bcea7c790bcb7c338aea0411def3fba (patch)
tree110cbf753d0e92604e9fcdf6b707938b41e7440d /CHANGES
parent8ddea4e287d89c677e0c78127515768c4c25eab1 (diff)
downloadc-ares-d0a8c3b68bcea7c790bcb7c338aea0411def3fba.tar.gz
c-ares-d0a8c3b68bcea7c790bcb7c338aea0411def3fba.tar.bz2
c-ares-d0a8c3b68bcea7c790bcb7c338aea0411def3fba.zip
- 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 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index e7b3b8d..c61e319 100644
--- a/CHANGES
+++ b/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.