Changelog for
mtr-0.69-1rh73.i386.rpm :
Fri Jan 14 01:00:00 2005 Ryan Weaver
[mtr-0.69-1]
- make distclean should now also remove \"rej\" files.
- Antonio Querubin: update getopt.h . More cleanups using new infrastructure.
- rcw: Fixed IPV6 support: When compiled in an IPV6-supporting environment, but
when the kernel doesn\'t support IPV6, mtr would fail to start.
Wed Jan 12 01:00:00 2005 Ryan Weaver
[mtr-0.68-1]
- Included some old patches.
- Included patch from Antonio Querubin for better IPV6 support.
- Restructured some more whitespace.
- Added mtr.h where \"global\" things should go. Not finished.
- Moving things around, but now that the infrastructure is there,
it should be easy.
Tue Dec 14 01:00:00 2004 Ryan Weaver
[mtr-0.67-1]
- Bad keyboarding by REW caused this one out the door. Sorry.
- No changes.
[mtr-0.66-1]
- Through the Debian bugtracking system a bug report and fix was sent my way,
that deals with stupid optmization trying to save some 768 bytes of memory,
sacrificing \"it works\" on a different architecture... (default char signedness)
Thu Aug 26 02:00:00 2004 Ryan Weaver
[mtr-0.65-1]
- Dancer Vesperman noted that mtr no longer traces past a section of
non-responding hosts. Apparently I added a line in net.c that didn\'t make
sense in mtr-0.56. I can\'t find the reason for adding that line, so
someone who thinks (s)he needs it, should holler.
Wed Aug 18 02:00:00 2004 Ryan Weaver
[mtr-0.64-1]
- Philippe suggests to do the time_t thingy before socket.h.
Apparently, MAC OS X doesn\'t compile socket.h otherwise.
Tue Aug 17 02:00:00 2004 Ryan Weaver
[mtr-0.63-1]
- Suggestion by RCW: Add -lm at line 70 of Configure.in.
On my system no ill effects ensued, so this version released
so that he can test if it still works on his sytem.
Let me add that it\'s stupid that I have to specify that this
this program now requires Automake version 1.5 to build, where
Automake was intended to make software independent of different
versions of build software!
For those concerned about the above statement: If you\'re just
trying to compile and use MTR, there is no need for automake.
Just when you\'re messing with the configure and build system of
mtr is automake a tool you need.
Fri Aug 13 02:00:00 2004 Ryan Weaver
[mtr-0.62-1]
- Apparently someone changed gethostbyname into gethostbyname2
in mtr.c in an attempt to add IPV6 support. For systems without
ipv6 support, the old gethostbyname should be used! Linux
has the call even if you don\'t enable IPV6. Thanks Gary (rsub)
Thu Aug 12 02:00:00 2004 Ryan Weaver
[mtr-0.61-1]
- Attempt to get/print the local IP address.
Now shows as 0.0.0.0 :-( Hints and tips appreciated! -- REW
- Lots of blank space reformatting.
- Moved the interface address setting to net.c (where it belongs).
Thu Aug 12 02:00:00 2004 Ryan Weaver
[mtr-0.60-1]
- John Thacker submitted a surprisingly simple patch to
enable linking against GTK2. (up to 2.4.0)
Wed Aug 11 02:00:00 2004 Ryan Weaver
[mtr-0.59-1]
- Josh Martin suggested to add some bounds checking to the dynamic field code.
This caused me to delve in, and rewrite some things. Now 50 lines of code
less, but cleaner code. :-)
Thu Apr 8 02:00:00 2004 Ryan Weaver
[mtr-0.58-1]
- Header changes to fix compile error.
[mtr-0.57-1]
- Lots of whitespace cleanups. And a DNS fix: Don\'t do DNS lookups in raw mode
with -n specified.
Tue Apr 6 02:00:00 2004 Ryan Weaver
[mtr-0.56-2]
- Incremented Epoch to be able to install over default RedHat installs.
[mtr-0.56-1]
- Fixed compile warnings. Now compiles with -Wall. If your compiler finds
things mine didn\'t feel free to shout.
Sat Apr 3 02:00:00 2004 Ryan Weaver
[mtr-0.55-1]
- Cleanup patch. I\'m going to do some maintenance on MTR, but I want to be able
to say: Can you see which version fixed/broke things for you, so you\'re going
to see a bunch of new releases soon.
[mtr-0.54-1]
- Added \"scrolling\" patch from Roland Illig, to allow scrolling in text mode.
I\'ve always wanted this......
Wed Apr 24 02:00:00 2002 Ryan Weaver
[mtr-0.53-1]
- Minor change to DisplayMode check to make DisplayRaw non-interactive
[mtr-0.52-1]
- Mostly cleanups from Brett Johnson on MacOS X. It may clean
up some compilation problems on MacOS X as well.
Fri Mar 8 01:00:00 2002 Ryan Weaver
[mtr-0.51-1]
- Fixed the bug introduced by the previous select loop fix...
[mtr-0.50-1]
- Make \"interface address\" option work. Changes to \"select\"
loop to allow window resizes (select interruption) to work.
Fri Mar 8 01:00:00 2002 Ryan Weaver
[mtr-0.49-1]
- Fix compilation problems on several platforms.
Thu Mar 7 01:00:00 2002 Ryan Weaver
[mtr-0.48-1]
- If hop doesn\'t respond, draw its name in red (GTK) or bold (curses)
- Fixed a (believed-) non-exploitable bufferoverflow.
Tue Feb 12 01:00:00 2002 Ryan Weaver
[mtr-0.46-1]
- Included patch to be able to specify outgoing interface address.
Fri Jan 25 01:00:00 2002 Ryan Weaver
[mtr-0.45-1]
- People are pressuring me to release new versions with their
changes. That\'s fine. Now this version just adds dynamic
switching between numeric / dns names, and some minor
stuff I forgot. This release serves as a code-sycn-release.
new version with even more new stuff in about two weeks!
I\'m afraid I don\'t know how to fix the MaxOS-X compilation
problems in the source. Help wanted...
Wed May 9 02:00:00 2001 Ryan Weaver
[mtr-0.44-1]
- David Stone adds the \"last\" column to the gtk version.
Wed Apr 18 02:00:00 2001 Ryan Weaver
[mtr-0.43-1]
- Commented out the test for res_init in configure.in;
it does not work for GLIBC2 systems (e.g., RedHat 7+).
- Fixed the subordinate CHECK_LIBS on the test for res_mkquery,
so that they test for res_mkquery, not res_init.
Thu Sep 14 02:00:00 2000 Ryan Weaver
[mtr-0.42-2]
- Rebuilt on RedHat 6.2.
- Patched Makefile to fix a chmod.
Sun Mar 5 01:00:00 2000 Ryan Weaver
[mtr-0.42-1]
- Updated to version 0.42. Fixes a possible security hole.
Fri Aug 20 02:00:00 1999 Ryan Weaver
[mtr-0.41-1]
- Added afr\'s patch to allow disabeling of gtk without Robn\'s hack.
- Made report mode report the newly added extra resolution.
Thu Aug 19 02:00:00 1999 Ryan Weaver
- renamed mtr-gtk to xmtr
- added symlink from /usr/bin/mtr to /usr/sbin/mtr
[mtr-0.40-1]
- Fixed some problems with HPUX and SunOS.
- Included Olav Kvittem\'s patch to do packetsize option.
- Made the timekeeping in micro seconds.
Fri Jun 11 02:00:00 1999 Ryan Weaver
[mtr-0.39-1]
- Updated to version 0.39.
Thu Jun 10 02:00:00 1999 Ryan Weaver
[mtr-0.38-1]
- Updated to version 0.38.
Fri Apr 16 02:00:00 1999 Ryan Weaver
[mtr-0.37-2]
- Changed RPM headers to conform to Red Hat Contrib|Net specs.
Tue Apr 13 02:00:00 1999 Ryan Weaver
[mtr-0.37-1]
- v0.37
- Added Bill Bogstad\'s \"show the local host & time\" patch.
- Added R. Sparks\' show-last-ping patch, submitted by Philip Kizer.
- v0.36
- Added Craigs change-the-interval-on-the-fly patch.
- Added Moritz Barsnick\'s \"do something sensible if host not found\"
patch.
- Some cleanup of both Craigs and Moritz\' patches.
Thu Apr 8 02:00:00 1999 Ryan Weaver
[mtr-0.35-1]
- v0.35
- Added Craig Milo Rogers pause/resume for GTK patch.
- Added Craig Milo Rogers cleanup of \"reset\". (restart at the beginning)
- Net_open used to send a first packet. After that the display-driver
got a chance to distort the timing by taking its time to initialize.
Tue Apr 6 02:00:00 1999 Ryan Weaver
[mtr-0.34-1]
- v0.34
- Added Matt\'s nifty \"use the icmp unreachables to do the timing\" patch.
- Added Steve Kann\'s pause/resume patch.
Thu Mar 11 01:00:00 1999 Ryan Weaver
[mtr-0.33-1]
- v0.33
- Fixed the Linux glibc resolver problems.
- Fixed the off-by-one problem with -c option.
Tue Mar 9 01:00:00 1999 Ryan Weaver
[mtr-0.32-1]
- v0.32
- Fixed the FreeBSD bug detection stuff.
Sat Mar 6 01:00:00 1999 Ryan Weaver
[mtr-0.31-1]
- v0.31
- Fixed a few documentation issues. -- Matt
- Changed the autoconf stuff to find the resolver library on
Solaris. -- REW
- Cleaned up the autoconf.in file a bit. -- Matt.
Fri Mar 5 01:00:00 1999 Ryan Weaver
[mtr-0.30-1]
- Build gtk version against gtk+-1.2.0
- v0.30
- Fixed a typo in the changelog (NEWS) entry for 0.27. :-)
- added use of \"MTR_OPTIONS\" environment variable for defaults.