1
0
mirror of https://frontier.innolan.net/rainlance/c-ares.git synced 2025-11-22 22:00:48 +00:00

- 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 commit is contained in:
Daniel Stenberg
2004-05-11 21:12:10 +00:00
parent 5ab993a1e0
commit 30f3594a7a
2 changed files with 18 additions and 2 deletions

View File

@ -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