410703
%global _hardened_build 1
410703
410703
Summary: Network diagnostic tool combining 'traceroute' and 'ping'
410703
Name: mtr
410703
Version: 0.94
410703
Release: 2%{?dist}
410703
Epoch: 2
410703
License: GPLv2
410703
URL: https://www.bitwizard.nl/mtr/
410703
Source0: https://github.com/traviscross/mtr/archive/v%{version}/%{name}-%{version}.tar.gz
410703
Source1: net-x%{name}.desktop
410703
410703
BuildRequires: gcc make ncurses-devel libcap-devel jansson-devel
410703
BuildRequires: autoconf automake libtool git
410703
410703
%description
410703
MTR combines the functionality of the 'traceroute' and 'ping' programs
410703
in a single network diagnostic tool.
410703
410703
When MTR is started, it investigates the network connection between the
410703
host MTR runs on and the user-specified destination host. Afterwards it
410703
determines the address of each network hop between the machines and sends
410703
a sequence of ICMP echo requests to each one to determine the quality of
410703
the link to each machine. While doing this, it prints running statistics
410703
about each machine.
410703
410703
MTR provides two user interfaces: an ncurses interface, useful for the
410703
command line, e.g. for SSH sessions; and a GTK interface for X (provided
410703
in the mtr-gtk package).
410703
410703
%package gtk
410703
Summary: GTK interface for MTR
410703
Requires: %{name} = %{epoch}:%{version}-%{release}
410703
BuildRequires: gtk3-devel desktop-file-utils
410703
410703
%description gtk
410703
MTR combines the functionality of the 'traceroute' and 'ping' programs
410703
in a single network diagnostic tool. The mtr-gtk package provides the
410703
GTK interface for MTR.
410703
410703
When MTR is started, it investigates the network connection between the
410703
host MTR runs on and the user-specified destination host. Afterwards it
410703
determines the address of each network hop between the machines and sends
410703
a sequence of ICMP echo requests to each one to determine the quality of
410703
the link to each machine. While doing this, it prints running statistics
410703
about each machine.
410703
410703
%prep
410703
%setup -q
410703
410703
%build
410703
./bootstrap.sh
410703
%configure --with-gtk
410703
%make_build && mv -f mtr xmtr && make distclean
410703
%configure --without-gtk
410703
%make_build
410703
410703
%install
410703
%make_install
410703
install -D -p -m 0755 xmtr %{buildroot}%{_bindir}/xmtr
410703
install -D -p -m 0644 img/mtr_icon.xpm %{buildroot}%{_datadir}/pixmaps/mtr_icon.xpm
410703
desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{SOURCE1}
410703
410703
%files
410703
%license COPYING
410703
%doc AUTHORS FORMATS NEWS README.md SECURITY
410703
%{_sbindir}/%{name}
410703
%attr(0755,root,root) %caps(cap_net_raw=pe) %{_sbindir}/%{name}-packet
410703
%{_mandir}/man8/%{name}.8*
410703
%{_mandir}/man8/%{name}-packet.8*
410703
%dir %{_datadir}/bash-completion/
410703
%dir %{_datadir}/bash-completion/completions/
410703
%{_datadir}/bash-completion/completions/%{name}
410703
410703
%files gtk
410703
%{_bindir}/xmtr
410703
%{_datadir}/pixmaps/mtr_icon.xpm
410703
%{_datadir}/applications/net-x%{name}.desktop
410703
410703
%changelog
410703
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2:0.94-2
410703
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
410703
410703
* Sun Jan 24 2021 Robert Scheck <robert@fedoraproject.org> - 2:0.94-1
410703
- Rebase to 0.94 (#1742473, #1840079)
410703
- Drop policykit wrapper for xmtr due to libcap (#1488417, #1488418)
410703
410703
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2:0.92-7
410703
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
410703
410703
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2:0.92-6
410703
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
410703
410703
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2:0.92-5
410703
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
410703
410703
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2:0.92-4
410703
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
410703
410703
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2:0.92-3
410703
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
410703
410703
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2:0.92-2
410703
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
410703
410703
* Sat Aug 26 2017 Robert Scheck <robert@fedoraproject.org> - 2:0.92-1
410703
- Rebase to 0.92 (#1458265)
410703
410703
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2:0.87-6
410703
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
410703
410703
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2:0.87-5
410703
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
410703
410703
* Thu Mar  2 2017 Michal Sekletar <msekleta@redhat.com> - 2:0.87-4
410703
- Don't include git revision in version string
410703
410703
* Wed Mar 01 2017 Michal Sekletar <msekleta@redhat.com> - 2:0.87-3
410703
- One more version bump for the same reason (hopefully last one)
410703
410703
* Wed Mar 01 2017 Michal Sekletar <msekleta@redhat.com> - 2:0.87-2
410703
- Rebuilt because previous build doesn't have correct dist-tag
410703
410703
* Tue Feb 28 2017 Michal Sekletar <msekleta@redhat.com> - 2:0.87-1
410703
- Rebase to latest upstream (#1365128)
410703
410703
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2:0.86-2
410703
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
410703
410703
* Fri May 13 2016 Michal Sekletar <msekleta@redhat.com> - 2:0.86-1
410703
- rebase to 0.86
410703
410703
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2:0.85-8
410703
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
410703
410703
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:0.85-7
410703
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
410703
410703
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:0.85-6
410703
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
410703
410703
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:0.85-5
410703
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
410703
410703
* Fri Oct 18 2013 Michal Sekletar <msekleta@redhat.com> - 2:0.85-4
410703
- rebuild with new upstream tarball for release 0.85 (#1020926)
410703
410703
* Tue Oct 01 2013 Michal Sekletar <msekleta@redhat.com> - 2:0.85-3
410703
- enable hardened build
410703
- migrate from consolehelper to policykit (#502750)
410703
- specfile cleanup
410703
- introduce grace period (#1009051)
410703
- query all ipv6 nameservers (#966174)
410703
- add missing documentation (#1015552)
410703
410703
* Mon Aug 05 2013 Michal Sekletar <msekleta@redhat.com> - 2:0.85-2
410703
- add generate-tarball.sh script
410703
410703
* Sun Aug 04 2013 Michal Sekletar <msekleta@redhat.com> - 2:0.85-1
410703
- update to 0.85
410703
- fix bogus dates in changelog
410703
410703
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:0.84-3
410703
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
410703
410703
* Thu Jun 06 2013 Michal Sekletar <msekleta@redhat.com> - 2:0.84-2
410703
- fix crash when dns resolver is configured with both IPv4 and IPv6 nameservers
410703
410703
* Wed Apr 03 2013 Michal Sekletar <msekleta@redhat.com> - 2:0.84-1
410703
- update to the newest upstream release
410703
- specfile cleanup
410703
410703
* Mon Feb 18 2013 Adam Tkac <atkac redhat com> - 2:0.83-2
410703
- make non-gtk version of mtr buildable
410703
410703
* Mon Feb 18 2013 Adam Tkac <atkac redhat com> - 2:0.83-1
410703
- update to 0.83
410703
- patches merged
410703
  - mtr081-rh703549.patch
410703
410703
* Thu Feb 14 2013 Toshio Kuratomi <toshio@fedoraproject.org> - 2:0.82-5
410703
- Remove --vendor flag from desktop-file-install https://fedorahosted.org/fesco/ticket/1077
410703
410703
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:0.82-4
410703
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
410703
410703
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:0.82-3
410703
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
410703
410703
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:0.82-2
410703
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
410703
410703
* Wed Dec 07 2011 Adam Tkac <atkac redhat com> - 2:0.82-1
410703
- update to 0.82
410703
410703
* Tue Nov 01 2011 Adam Tkac <atkac redhat com> - 2:0.81-1
410703
- update to 0.81
410703
- mtr-now-waits-for-last-response.patch is no longer needed
410703
- fixed wide report output (#703549)
410703
410703
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:0.80-3
410703
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
410703
410703
* Wed Nov 03 2010 Adam Tkac <atkac redhat com> 2:0.80-2
410703
- use file capabilities instead of SUID (#646479)
410703
410703
* Tue Oct 26 2010 Jan Görig <jgorig redhat com> 2:0.80-1
410703
- update to 0.80
410703
- mtr now waits for last sent packet (#611739)
410703
- fixed crashes in XML format
410703
- XML format fixes
410703
410703
* Mon Jun 28 2010 Adam Tkac <atkac redhat com> 2:0.79-1
410703
- update to 0.79
410703
- patches merged
410703
  - mtr-0.75-fd-flags.path
410703
  - mtr075-rh516603.patch
410703
410703
* Mon Dec 07 2009 Adam Tkac <atkac redhat com> 2:0.75-6
410703
- install mtr as SUID binary (#518828)
410703
- use fprintf instead of perror when getaddrinfo fails (#516603)
410703
410703
* Fri Sep 25 2009 Adam Tkac <atkac redhat com> 2:0.75-5
410703
- remove unneeded build requires (#525547)
410703
410703
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:0.75-4
410703
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
410703
410703
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:0.75-3
410703
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
410703
410703
* Wed Oct 29 2008 Zdenek Prikryl <zprikryl@redhat.com> - 2:0.75-2
410703
- Fixed setting socket flags in ipv4 only environment (#467964)
410703
410703
* Tue Sep 23 2008 Zdenek Prikryl <zprikryl@redhat.com> - 2:0.75-1
410703
- Updated to 0.75
410703
- Removed confusing underflow patch
410703
- Removed format patch bacause of -w option
410703
410703
* Tue Sep 09 2008 Zdenek Prikryl <zprikryl@redhat.com> - 2:0.74-1
410703
- Updated to 0.74
410703
410703
* Tue Sep 02 2008 Zdenek Prikryl <zprikryl@redhat.com> - 2:0.73-2
410703
- Minor fix in the patch underflow
410703
410703
* Wed May 21 2008 Zdenek Prikryl <zprikryl@redhat.com> - 2:0.73-1
410703
- Updated to 0.73
410703
- Fixed mtr-0.69-CVE-2002-0497.patch
410703
- Added build requirement for GTK+
410703
410703
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2:0.72-4
410703
- Autorebuild for GCC 4.3
410703
410703
* Fri Aug 24 2007 Marcela Maslanova <mmaslano@redhat.com> - 2:0.72-3
410703
- rebuild for mas rebuild
410703
- check license
410703
410703
* Thu Mar 15 2007 Karsten Hopp <karsten@redhat.com> 2:0.72-2
410703
- rebuild with current gtk2 to add png support (#232013)
410703
410703
* Thu Feb 22 2007 Marcela Maslanova <mmaslano@redhat.com> - 2:0.72-1
410703
- review
410703
- rhbz#226164
410703
410703
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2:0.71-3.1
410703
- rebuild
410703
410703
* Mon Jul 3 2006 Marcela Maslanova <mmaslano@redhat.com> - 2:0.71-3
410703
- bugzilla #195458 – reverse-map bug in mtr and patch - resolving ipv6 hostname correctly
410703
410703
* Tue May 30 2006 Marcela Maslanova <mmaslano@redhat.com> - 2:0.71-2
410703
- underflow solved
410703
410703
* Fri Mar 24 2006 Miroslav Lichvar <mlichvar@redhat.com> - 2:0.71-1
410703
- update to mtr-0.71
410703
410703
* Thu Mar 23 2006 Miroslav Lichvar <mlichvar@redhat.com> - 2:0.70-1
410703
- update to mtr-0.70
410703
- replace s390x patch, drop automake dependency
410703
410703
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2:0.69-7.2.1
410703
- bump again for double-long bug on ppc(64)
410703
410703
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2:0.69-7.2
410703
- rebuilt for new gcc4.1 snapshot and glibc changes
410703
410703
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
410703
- rebuilt
410703
410703
* Fri Oct 21 2005 Phil Knirsch <pknirsch@redhat.com> 2:0.69-7
410703
- Fixed xmtr to be installed in /usr/bin instead of /usr/X11R6/bin (#170945)
410703
410703
* Mon Oct 10 2005 Phil Knirsch <pknirsch@redhat.com> 2:0.69-6
410703
- Added missing gtk+-devel BuildPreReq (#168215)
410703
410703
* Fri Oct  7 2005 Tomas Mraz <tmraz@redhat.com> 2:0.69-5
410703
- use include instead of pam_stack in pam config
410703
410703
* Mon Sep 05 2005 Phil Knirsch <pknirsch@redhat.com> 2:0.69-4
410703
- Made the output, especially for reports much more readable (#147865)
410703
- Fixed --address option (#162029)
410703
410703
* Wed Mar 02 2005 Phil Knirsch <pknirsch@redhat.com> 2:0.69-3
410703
- bump release and rebuild with gcc 4
410703
410703
* Thu Feb 10 2005 Karsten Hopp <karsten@redhat.de> 2:0.69-2
410703
- build with --enable-gtk2 (John Thacker)
410703
410703
* Wed Feb 09 2005 Phil Knirsch <pknirsch@redhat.com> 2:0.69-1
410703
- Updated to mtr-0.69
410703
- Dropped quite a few patches
410703
- Forewardported the CVE patch
410703
410703
* Mon Oct 18 2004 Phil Knirsch <pknirsch@redhat.com> 2:0.54-10
410703
- rebuilt
410703
410703
* Wed Oct 06 2004 Phil Knirsch <pknirsch@redhat.com> 2:0.54-9
410703
- Add CVE patch for security reasons (#129386)
410703
- Add patch to fix broken --address option (#132628)
410703
- Add patch to fix broken reverse DNS lookups for ipv6 (#134532)
410703
410703
* Tue Aug 24 2004 Warren Togami <wtogami@redhat.com> 2:0.54-8
410703
- #121705 and other spec cleanups
410703
- remove redundant documentation
410703
410703
* Thu Jul 01 2004 Phil Knirsch <pknirsch@redhat.com> 0.54-7
410703
- Fixed broken behaviour with resolver SERVFAIL results (#125392)
410703
- Added ncurses-devel libtermcap-devel as BuildPreReq (#124553)
410703
- Added gtk+ Requires for mtr-gtk package (#121705)
410703
410703
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
410703
- rebuilt
410703
410703
* Wed Apr 21 2004 Phil Knirsch <pknirsch@redhat.com> 0.54-5
410703
- Removed absolute path for Icon in desktop file (#120170)
410703
410703
* Mon Feb 16 2004 Phil Knirsch <pknirsch@redhat.com>
410703
- Added IPv6 patch from ftp://ftp.kame.net/pub/kame/misc/mtr-054-*
410703
- Enabled IPv6 in mtr.
410703
- Included fix from Robert Scheck to make GTK optional in configure.
410703
410703
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
410703
- rebuilt
410703
410703
* Wed Feb 04 2004 Phil Knirsch <pknirsch@redhat.com> 0.54-2
410703
- Fix to build on current tree.
410703
410703
* Sat Oct 18 2003 Florian La Roche <Florian.LaRoche@redhat.de>
410703
- update to 0.54
410703
410703
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
410703
- rebuilt
410703
410703
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
410703
- rebuilt
410703
410703
* Fri Nov 29 2002 Phil Knirsch <pknirsch@redhat.com> 0.52-1
410703
- Update to latest upstream version (0.52).
410703
410703
* Tue Nov 12 2002 Nalin Dahyabhai <nalin@redhat.com> 0.49-9
410703
- Remove absolute paths from the PAM configuration, ensuring that the modules
410703
  for the right arch get used on multilib systems.
410703
- Remove Icon:.
410703
410703
* Tue Sep 24 2002 Bernhard Rosenkraenzer <bero@redhat.com> 0.49-7a
410703
- Fix build on s390x
410703
410703
* Mon Aug 19 2002 Phil Knirsch <pknirsch@redhat.com> 0.49-7
410703
- Fixed consolehelper support.
410703
410703
* Wed Aug 07 2002 Phil Knirsch <pknirsch@redhat.com> 0.49-6
410703
- Desktop file fixes (#69550).
410703
410703
* Fri Jun 21 2002 Tim Powers <timp@redhat.com> 0.49-5
410703
- automated rebuild
410703
410703
* Tue Jun 18 2002 Phil Knirsch <pknirsch@redhat.com> 0.49-4
410703
- Added consolehelper support to xmtr.
410703
410703
* Sun May 26 2002 Tim Powers <timp@redhat.com>
410703
- automated rebuild
410703
410703
* Wed May 22 2002 Phil Knirsch <pknirsch@redhat.com> 0.49-2
410703
- Fixed autoFOO problems.
410703
410703
* Fri Mar 08 2002 Florian La Roche <Florian.LaRoche@redhat.de>
410703
- 0.49 update
410703
410703
* Thu Mar 07 2002 Florian La Roche <Florian.LaRoche@redhat.de>
410703
- 0.48 update
410703
410703
* Mon Jun 25 2001 Preston Brown <pbrown@redhat.com>
410703
- 0.44 bugfix release
410703
- fix display of icon in .desktop entry
410703
410703
* Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
410703
- Bump release + rebuild.
410703
410703
* Mon Feb 12 2001 Preston Brown <pbrown@redhat.com>
410703
- don't advertise gtk support in non-gtk binary (#27172)
410703
410703
* Fri Oct 20 2000 Bill Nottingham <notting@redhat.com>
410703
- fix autoconf check for resolver functions
410703
410703
* Fri Jul 21 2000 Bill Nottingham <notting@redhat.com>
410703
- fix group
410703
410703
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
410703
- automatic rebuild
410703
410703
* Thu Jul  6 2000 Bill Nottingham <notting@redhat.com>
410703
- fix setuid bit
410703
- remove symlink
410703
- force build of non-gtk version
410703
410703
* Mon Jun 19 2000 Preston Brown <pbrown@redhat.com>
410703
- disable SUID bits
410703
- desktop entry
410703
410703
* Mon Jun 19 2000 Than Ngo <than@redhat.de>
410703
- FHS fixes
410703
410703
* Fri May 26 2000 Preston Brown <pbrown@redhat.com>
410703
- adopted for Winston
410703
410703
* Thu Aug 19 1999 Ryan Weaver <ryanw@infohwy.com>
410703
  [mtr-0.41-1]
410703
- Added afr's patch to allow disabeling of gtk without Robn's hack.
410703
- Made report mode report the newly added extra resolution.
410703
410703
* Wed Aug 18 1999 Ryan Weaver <ryanw@infohwy.com>
410703
- renamed mtr-gtk to xmtr
410703
- added symlink from /usr/bin/mtr to /usr/sbin/mtr
410703
410703
  [mtr-0.40-1]
410703
- Fixed some problems with HPUX and SunOS.
410703
- Included Olav Kvittem's patch to do packetsize option.
410703
- Made the timekeeping in micro seconds.
410703
410703
* Thu Jun 10 1999 Ryan Weaver <ryanw@infohwy.com>
410703
  [mtr-0.39-1]
410703
- Updated to version 0.39.
410703
410703
* Wed Jun  9 1999 Ryan Weaver <ryanw@infohwy.com>
410703
  [mtr-0.38-1]
410703
- Updated to version 0.38.
410703
410703
* Thu Apr 15 1999 Ryan Weaver <ryanw@infohwy.com>
410703
  [mtr-0.37-2]
410703
- Changed RPM headers to conform to Red Hat Contrib|Net specs.
410703
410703
* Mon Apr 12 1999 Ryan Weaver <ryanw@infohwy.com>
410703
  [mtr-0.37-1]
410703
- v0.37
410703
- Added Bill Bogstad's "show the local host & time" patch.
410703
- Added R. Sparks' show-last-ping patch, submitted by Philip Kizer.
410703
410703
- v0.36
410703
- Added Craigs change-the-interval-on-the-fly patch.
410703
- Added Moritz Barsnick's "do something sensible if host not found"
410703
  patch.
410703
- Some cleanup of both Craigs and Moritz' patches.
410703
410703
* Wed Apr  7 1999 Ryan Weaver <ryanw@infohwy.com>
410703
  [mtr-0.35-1]
410703
- v0.35
410703
- Added Craig Milo Rogers pause/resume for GTK patch.
410703
- Added Craig Milo Rogers cleanup of "reset". (restart at the beginning)
410703
- Net_open used to send a first packet. After that the display-driver
410703
  got a chance to distort the timing by taking its time to initialize.
410703
410703
* Mon Apr  5 1999 Ryan Weaver <ryanw@infohwy.com>
410703
  [mtr-0.34-1]
410703
- v0.34
410703
- Added Matt's nifty "use the icmp unreachables to do the timing" patch.
410703
- Added Steve Kann's pause/resume patch.
410703
410703
* Wed Mar 10 1999 Ryan Weaver <ryanw@infohwy.com>
410703
  [mtr-0.33-1]
410703
- v0.33
410703
- Fixed the Linux glibc resolver problems.
410703
- Fixed the off-by-one problem with -c option.
410703
410703
* Mon Mar  8 1999 Ryan Weaver <ryanw@infohwy.com>
410703
  [mtr-0.32-1]
410703
- v0.32
410703
- Fixed the FreeBSD bug detection stuff.
410703
410703
* Fri Mar  5 1999 Ryan Weaver <ryanw@infohwy.com>
410703
  [mtr-0.31-1]
410703
- v0.31
410703
- Fixed a few documentation issues. -- Matt
410703
- Changed the autoconf stuff to find the resolver library on
410703
  Solaris. -- REW
410703
- Cleaned up the autoconf.in file a bit. -- Matt.
410703
410703
* Thu Mar  4 1999 Ryan Weaver <ryanw@infohwy.com>
410703
  [mtr-0.30-1]
410703
- Build gtk version against gtk+-1.2.0
410703
- v0.30
410703
- Fixed a typo in the changelog (NEWS) entry for 0.27. :-)
410703
- added use of "MTR_OPTIONS" environment variable for defaults.