aboutsummaryrefslogtreecommitdiff
path: root/ares/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-05-11 21:12:10 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-05-11 21:12:10 +0000
commit864f1a33666135db5a30c712a8fb189a5cbccba4 (patch)
treecb353fdd57be11a4a0520301e40638e7a5fc4e3c /ares/CHANGES
parentf42b10242fdbcd06750f85ff511262e1088ff429 (diff)
- Nico Stappenbelt reported that when processing domain and search lines in
the resolv.conf file, the first entry encountered is processed and used as the search list. According to the manual pages for both Linux, Solaris and Tru64, the last entry of either a domain or a search field is used.
Diffstat (limited to 'ares/CHANGES')
-rw-r--r--ares/CHANGES8
1 files changed, 8 insertions, 0 deletions
diff --git a/ares/CHANGES b/ares/CHANGES
index d4a21ada2..9558c84b9 100644
--- a/ares/CHANGES
+++ b/ares/CHANGES
@@ -1,5 +1,13 @@
Changelog for the c-ares project
+* May 11
+- Nico Stappenbelt reported that when processing domain and search lines in
+ the resolv.conf file, the first entry encountered is processed and used as
+ the search list. According to the manual pages for both Linux, Solaris and
+ Tru64, the last entry of either a domain or a search field is used.
+
+ This is now adjusted in the code
+
Version 1.2.0 (April 13, 2004)
* April 2, 2004