summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2013-05-12 15:35:42 +0200
committerDaniel Stenberg <daniel@haxx.se>2013-05-12 15:35:42 +0200
commit46fa9cad7984cb632c9f8776297fe4a86e19e0d8 (patch)
tree4bd7b63e9f194cc4a453ceab19a4148e8481ee0c
parent09be3edf3a0649435c5222c14a987f2486ade6fe (diff)
downloadc-ares-46fa9cad7984cb632c9f8776297fe4a86e19e0d8.tar.gz
c-ares-46fa9cad7984cb632c9f8776297fe4a86e19e0d8.tar.bz2
c-ares-46fa9cad7984cb632c9f8776297fe4a86e19e0d8.zip
RELEASE-NOTES: two more bug fixesupstream/1.10.0sandbox/pcoval/upstream
-rw-r--r--RELEASE-NOTES5
1 files changed, 4 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index e958fec..1f3f0ef 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -22,11 +22,14 @@ Bug fixes:
o protocol parsing: check input data stricter
o library init: be recursive, reference count inits/cleanups
o ares_parse_txt_reply: return a ares_txt_reply node for each sub-string
+ o ares_set_servers_csv: fixed IPv6 address parsing
+ o build: fix build on msvc11
Thanks go to these friendly people for their efforts and contributions:
Eugeny Gladkih, Yang Tse, Gisle Vanem, Guenter Knauf, Horatiu Popescu,
- Alexander Klauer, Patrick Valsecchi, Paul Saab
+ Alexander Klauer, Patrick Valsecchi, Paul Saab, Keith Shaw,
+ Alex Loukissas
Have fun!