mtr/NEWS
Roger Wolff 8f0746e26a mtr v0.22
- Roger has take over maintenance.
 - mtr now uses an "int" to pass options to the kernel.
 - Makes things work on Solaris and *BSD I'm told.
 - mtr doesn't fire off a flurry of packets when a new second comes
   around. Instead they are spaced evenly around the whole
   second. This allows people with a relatively slow first link to do
   meaningful measurements of whatever is behind that.

source: ftp://ftp.bitwizard.nl/mtr/mtr-0.22.tar.gz
2013-02-03 20:45:36 +00:00

48 lines
1.5 KiB
Plaintext

WHAT'S NEW?
v0.22
Roger has take over maintenance.
mtr now uses an "int" to pass options to the kernel.
Makes things work on Solaris and *BSD I'm told.
mtr doesn't fire off a flurry of packets when a new
second comes around. Instead they are spaced evenly
around the whole second. This allows people with a
relatively slow first link to do meaningful measurements
of whatever is behind that.
v0.21
mtr now drops root permissions after it acquires the raw
sockets it needs.
mtr should be a bit happier about building under SCO and
Solaris.
Fixed the problem with packets arriving after a reset.
v0.20
The build process for mtr now uses automake.
Fixed a build problem for Irix.
Now uses non-blocking DNS code, so mtr can attempt
to do reverse lookup on multiple hosts at once.
Fewer packets are sent out each cycle, so mtr
doesn't hog quite so much bandwidth.
v0.19
Fixed a type-o in curses.c
v0.18
Fixed the network code to work properly under FreeBSD.
Hopefully this will fix some other operating systems too.
Also, fixed a build problem and the DNS hanging bug.
v0.17
Fixed the configure script to always like with the math
library. Added an icon.
v0.16
Added one #include to select.c. Some people were unable
to build mtr without this line.
v0.15
Both the build process and the networking code have
been cleaned up and reorganized. mtr now builds
cleanly with GTK+ 0.99.8.