#
#
#       $RCSfile: CHANGES,v $
#       $Revision: 0.21 $
#       $Author: david $
#       $Date: 1996/04/02 11:38:50 $

2.0 BETA 5

1.      -g didn't work anymore due to new quad2int [Tony Bates]
2.      skip non-useful output lines of traceroute and fix the 
        hop counter [David Kessens]


2.0 BETA 4 [David Kessens]

1.      new quad2int routine due to perl5 problems with bit shifts and
        some other minor perl5 fixes
        This version is supposed to work with perl5 now
        Note that the other PRIDE tools don't!!!!
2.      removed hardcoded SOCKSTREAM (for Solaris) and port value
3.      The tool skips now route objects with origin=AS0
4.      The tool skips now route objects with prefix 'x.x.x.x/0-5'
5.      The inet-rtr lookup works again (did nobody notice that the
        RIPE whois server doesn't support use of two '-T' options...)
6.      More robust code for interfacing with different versions of
        traceroute. Note that more robust doesn't mean good code,
        there is still some work left...
7.      The AS macro expansion didn't work with AS lists that contained
        other AS macros
8.      The policy evaluator had a bug which has been worked around.


2.0 BETA 3

1.	fixed an internal problem [Daniel Karrenberg]
2.	check if the whois connection is not timed out [David Kessens]


2.0 BETA 2

1.	Make sure inet-rtr is preferred over route entries [Duncan Rogerson]


2.0 BETA

1.	Now understands ripe-181 syntax
2.	Supposedly backwards compatible with ripe-81
3.	Full ripe-181 policy evaluations
4.	Functions split internally


BETA-1 Changes
-----------------------------
1. Added in FAST support.
	This is needed due to the size of some of the RIPE-81 policy objects.
	See AS1755.

2. Added in VERSION support.
	This is used to track the use of PRIDE tools.

===========

alpha-1.8
	Fixed local variable bug

alpha-1.7
	If no destination AS can be found, the program exits
	because otherwise the output will be highly unpredictable

alpha-1.6
	Fixed silly bug where traceroute put some output on stderr
	other on stdout, and the program got confused.

alpha-1.5
	RIPE whois client built in to avoid many forks and whois
	compatibilty issues.

	All variables that may need to be altered are now in the
	Makefile, and make will automatically alter them

	Argument checking, no extra arguments passed to traceroute
	most give rubbish output.

	Corrected bug where RIPE whois servers did not return AS
	information yet and the output got silly
	
alpha-1.4 
	first "usable" release, although never released ;-)
