CHANGES revision 18579
1@(#) $Header: CHANGES,v 1.12 96/09/28 18:24:35 leres Exp $ (LBL)
2
3v1.3.2 Thu Sep 26 18:06:16 PDT 1996
4
5- Rewrite source routing code to eliminate a number of problems on
6  systems using raw ip options. Also pad options with a noop so gateway
7  addresses are aligned.
8
9- Don't call inet_ntoa() twice in the same printf(). Thanks to NetBSD
10  via Bill Fenner (fenner@parc.xerox.com)
11
12- Decode "administratively prohibited filter" icmp code and print
13  numeric value for unknown codes. Thanks to Bill Fenner.
14
15v1.3.1 Wed Sep 18 21:08:16 PDT 1996
16
17- Some systems (e.g. AIX) need sys/select.h. Thanks to Brett Hogden
18  (hogden@rge.com)
19
20- Byte swap ip header length under Solaris. (This has no effect on the
21  sparc but is required on the i386.)
22
23- Made optional packet length control total size of packet.
24
25v1.3 Mon Sep 16 14:55:44 PDT 1996
26
27- Overrun buffer security fixes. Thanks to Bill Fenner
28  (fenner@parc.xerox.com)
29
30- Wait for response packet relative to start of probe. Thanks to Bill
31  Fenner.
32
33- Fix bug that prevented changing the packet size. Thanks to Gregory
34  Decker (gdecker@nate.dcrt.nih.gov)
35
36- Add support for RAW_OPTIONS (e.g. 4.4 BSD systems such as BSD/OS and
37  FreeBSD) thanks to Jeffrey C Honig (jch@bsdi.com)
38
39- Remove ip header byte swap fix from v1.2; most kernels swap the ip
40  header length in the kernel (and it causes OSF3 to crash).
41
42- Fix to not exit when the number of probes is set to 1 (i.e. "-q 1")
43
44- Improve autoconf configuration.
45
46v1.2 Tue Oct 17 23:50:05 PDT 1995
47
48- Convert to autoconf and ansify.
49
50- Byte swap ip header length for little endian machines. Fix thanks to
51  Y Badri (yb@greybox.demon.co.uk).
52
53v1.1 Thu Jun 15 02:32:55 PDT 1995
54
55- Check for too many arguments.
56
57- Recode to make timing of packet's round trip more obvious and to
58  tighten up code.
59
60- Ifdef IP_OPTIONS code.
61
62- Display time in microseconds.
63
64v1.0 Tue Feb 28 23:50:05 PDT 1989
65
66- Initial public release.
67