$Id: CHANGES,v 1.15 2002/02/24 21:59:23 mavetju Exp $ version 1.4: - Added -Wall to Makefile.am so at least I would get warnings from my C compiler thank you. Removed some stupid unused variables. - Fixed big/little endian problem in the structs so that the flags are looking allright now. - Answers are displayed as authoritative or normal. - Digging goes on until we have hit an authorative server. - Info about which zone is being queried now. version 1.3: - added win32 support by Mike Black - fixed bug where the IP addresses in the resource records wouldn't be used. - when an authority NS record wouldn't have an additional A record it can get multiple IP addresses when it resolves the hostname in the gethostbyname(). This is now handled correctly. version 1.2: - renamed into dnstracer due to clash with DJBDNS's dnstracer. - dnstracer would segfault if nameserver name couldn't be resolved (by Vilhelm Bergman ) - support for /etc/resolv.conf via a patch from Moritz Barsnick - -s . will take A.ROOT-SERVERS.NET - autoconf/automake support... *shudder* - support for different query-classes. - Gerd v. Egidy gave it RPM capabilities and checked the automake/autoconf construction. version 1.1: - fixed problems for big-endian little-endian machines. - fixed linking problem on Solaris. Use Makefile.sun for them. version 1.0: - initial release