File: CHANGES

package info (click to toggle)
dnstracer 1.4-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 396 kB
  • ctags: 140
  • sloc: sh: 3,018; ansic: 1,096; makefile: 43
file content (39 lines) | stat: -rw-r--r-- 1,488 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
$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 <mblack@csihq.com>
	- 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 <d96v@dtek.chalmers.se>)
	- support for /etc/resolv.conf via a patch from Moritz
	  Barsnick <moritz@barsnick.net>
	- -s . will take A.ROOT-SERVERS.NET
	- autoconf/automake support... *shudder*
	- support for different query-classes.
	- Gerd v. Egidy <egidy@deam.de> 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