summaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
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 /RELEASE-NOTES
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 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES3
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index c1e23d6..c144d1c 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -16,9 +16,10 @@ Fixed:
ARES_EBADNAME if the name in the response failed to decode
o only expose/export symbols starting with 'ares_'
o fix \Device\TCP handle leaks triggered by buggy iphlpapi.dll
+ o init without internet gone no longer fails
Thanks go to these friendly people for their efforts and contributions:
- Phil Blundell, Japheth Cleaver, Yang Tse, Gregor Jasny
+ Phil Blundell, Japheth Cleaver, Yang Tse, Gregor Jasny, Joshua Kwan
Have fun!