1273138SjkimREGRESSIONS
2280304Sjkim
3273138SjkimThis version of drill is based on ldns and as such some things
4273138Sjkimare slightly changed. This file documents the changes.
5273138Sjkim
6273138Sjkimo When tracing (-T option) we use the local resolver (as specified
7273138Sjkim  in /etc/resolv.conf) to lookup names. This increases the speed
8273138Sjkim  dramatically, but you obviously need to be able to reach a recursive
9273138Sjkim  server/cache.
10273138Sjkim  Previously drill would try to resolve the names by itself.
11273138Sjkim
12273138Sjkimo Printing of DSs after DNSKEY records. Because we don't parse our
13273138Sjkim  own packets anymore, we cannot print the DS directly after the DNSKEY 
14273138Sjkim  record. The DSs are now printed AFTER the packet.
15273138Sjkim
16273138Sjkimo The long options are removed.
17273138Sjkim
18273138Sjkimo The chase function has a different output, and will be subject to change
19273138Sjkim  in the near future.
20273138Sjkim 
21273138Sjkimo The useless (for jokes only) -I option was dropped.
22273138Sjkim
23273138SjkimFIXED:
24273138Sjkimo the argument parsing is much smarter, the order doesn't matter (much)
25273138Sjkim  anymore
26273138Sjkim