ad48f7
%global _hardened_build 1
ad48f7
ad48f7
Summary: A network diagnostic tool
ad48f7
Name: mtr
ad48f7
Version: 0.85
ad48f7
Release: 7%{?dist}
ad48f7
Epoch: 2
ad48f7
Group: Applications/Internet
ad48f7
License: GPLv2+
ad48f7
URL: http://www.BitWizard.nl/mtr
ad48f7
Source: ftp://ftp.bitwizard.nl/mtr/%{name}-%{version}.tar.gz
ad48f7
Source1: net-x%{name}.desktop
ad48f7
Source2: mtr-gtk-pkexec-wrapper.sh
ad48f7
Source3: org.fedoraproject.mtr.policy
ad48f7
ad48f7
Patch1: mtr-crash-in-xml-mode.patch
ad48f7
Patch2: mtr-xml-format-fixes.patch
ad48f7
Patch3: mtr-default-hostname.patch
ad48f7
Patch4: mtr-ipv6-on-ipv4-only.patch
ad48f7
Patch5: mtr-introduce-grace-period.patch
ad48f7
Patch6: mtr-query-all-ipv6-nameservers.patch
ad48f7
Patch7: mtr-missing-documentation.patch
ad48f7
ad48f7
BuildRequires: ncurses-devel gtk2-devel desktop-file-utils
ad48f7
BuildRequires: autoconf automake libtool
ad48f7
ad48f7
%description
ad48f7
Mtr is a network diagnostic tool that combines ping and traceroute
ad48f7
into one program. Mtr provides two interfaces: an ncurses interface,
ad48f7
useful for using Mtr from a telnet session; and a GTK+ interface for X
ad48f7
(provided in the mtr-gtk package).
ad48f7
ad48f7
%package gtk
ad48f7
Summary: The GTK+ interface for mtr
ad48f7
Group: Applications/Internet
ad48f7
Requires: mtr = %{epoch}:%{version}-%{release}
ad48f7
ad48f7
%description gtk
ad48f7
The mtr-gtk package provides the GTK+ interface for the mtr network
ad48f7
diagnostic tool.
ad48f7
ad48f7
%prep
ad48f7
%setup -q
ad48f7
ad48f7
%patch1 -p1
ad48f7
%patch2 -p1
ad48f7
%patch3 -p1
ad48f7
%patch4 -p1
ad48f7
%patch5 -p1
ad48f7
%patch6 -p1
ad48f7
%patch7 -p1
ad48f7
ad48f7
%build
ad48f7
export CFLAGS="%{optflags} -fPIE"
ad48f7
export LDFLAGS="-z now -pie"
ad48f7
ad48f7
autoreconf -fi
ad48f7
ad48f7
%configure --enable-gtk2
ad48f7
make %{?_smp_mflags} && mv mtr xmtr.bin && make distclean
ad48f7
%configure --without-gtk
ad48f7
make %{?_smp_mflags}
ad48f7
ad48f7
%install
ad48f7
install -D -p -m 0755 mtr %{buildroot}/%{_sbindir}/mtr
ad48f7
install -D -p -m 0755 xmtr.bin %{buildroot}/%{_bindir}/xmtr.bin
ad48f7
install -D -p -m 0755 %{SOURCE2} %{buildroot}/%{_bindir}/xmtr
ad48f7
install -D -p -m 644 %{SOURCE3} %{buildroot}/%{_datadir}/polkit-1/actions/org.fedoraproject.mtr.policy
ad48f7
install -D -p -m 644 img/mtr_icon.xpm %{buildroot}/%{_datadir}/pixmaps/mtr_icon.xpm
ad48f7
make DESTDIR=%{buildroot} install
ad48f7
ad48f7
desktop-file-install \
ad48f7
%if 0%{?fedora} && 0%{?fedora} < 19
ad48f7
    --vendor="fedora"\
ad48f7
%endif
ad48f7
    --dir=%{buildroot}/%{_datadir}/applications\
ad48f7
    %{SOURCE1}
ad48f7
ad48f7
%files
ad48f7
%defattr(-,root,root,-)
ad48f7
%doc AUTHORS COPYING FORMATS NEWS README SECURITY
ad48f7
%caps(cap_net_raw=pe) %{_sbindir}/mtr
ad48f7
%{_mandir}/man8/*
ad48f7
ad48f7
%files gtk
ad48f7
%defattr(-,root,root,-)
ad48f7
%{_bindir}/xmtr
ad48f7
%{_bindir}/xmtr.bin
ad48f7
%{_datadir}/pixmaps/mtr_icon.xpm
ad48f7
%{_datadir}/polkit-1/actions/org.fedoraproject.mtr.policy
ad48f7
%if 0%{?fedora} && 0%{?fedora} < 19
ad48f7
%{_datadir}/applications/fedora-net-x%{name}.desktop
ad48f7
%else
ad48f7
%{_datadir}/applications/net-x%{name}.desktop
ad48f7
%endif
ad48f7
ad48f7
%changelog
ad48f7
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 2:0.85-7
ad48f7
- Mass rebuild 2014-01-24
ad48f7
ad48f7
* Tue Jan 07 2014 Michal Sekletar <msekleta@redhat.com> - 2:0.85-6
ad48f7
- call autoreconf before building the package (#1048885)
ad48f7
ad48f7
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 2:0.85-5
ad48f7
- Mass rebuild 2013-12-27
ad48f7
ad48f7
* Fri Oct 18 2013 Michal Sekletar <msekleta@redhat.com> - 2:0.85-4
ad48f7
- rebuild with new upstream tarball for release 0.85 (#1020927)
ad48f7
ad48f7
* Wed Oct 16 2013 Michal Sekletar <msekleta@redhat.com> - 2:0.85-3
ad48f7
- migrate from consolehelper to policykit (#1014074)
ad48f7
- introduce grace period (#1014073)
ad48f7
- query all ipv6 nameservers (#1014075)
ad48f7
- add missing documentation (#949030)
ad48f7
- enable hardened build (#1018907)
ad48f7
- specfile cleanup
ad48f7
ad48f7
* Mon Aug 05 2013 Michal Sekletar <msekleta@redhat.com> - 2:0.85-2
ad48f7
- add generate-tarball.sh script
ad48f7
ad48f7
* Sun Aug 04 2013 Michal Sekletar <msekleta@redhat.com> - 2:0.85-1
ad48f7
- update to 0.85
ad48f7
- fix bogus dates in changelog
ad48f7
ad48f7
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:0.84-3
ad48f7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
ad48f7
ad48f7
* Thu Jun 06 2013 Michal Sekletar <msekleta@redhat.com> - 2:0.84-2
ad48f7
- fix crash when dns resolver is configured with both IPv4 and IPv6 nameservers
ad48f7
ad48f7
* Wed Apr 03 2013 Michal Sekletar <msekleta@redhat.com> - 2:0.84-1
ad48f7
- update to the newest upstream release
ad48f7
- specfile cleanup
ad48f7
ad48f7
* Mon Feb 18 2013 Adam Tkac <atkac redhat com> - 2:0.83-2
ad48f7
- make non-gtk version of mtr buildable
ad48f7
ad48f7
* Mon Feb 18 2013 Adam Tkac <atkac redhat com> - 2:0.83-1
ad48f7
- update to 0.83
ad48f7
- patches merged
ad48f7
  - mtr081-rh703549.patch
ad48f7
ad48f7
* Thu Feb 14 2013 Toshio Kuratomi <toshio@fedoraproject.org> - 2:0.82-5
ad48f7
- Remove --vendor flag from desktop-file-install https://fedorahosted.org/fesco/ticket/1077
ad48f7
ad48f7
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:0.82-4
ad48f7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
ad48f7
ad48f7
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:0.82-3
ad48f7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
ad48f7
ad48f7
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:0.82-2
ad48f7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
ad48f7
ad48f7
* Wed Dec 07 2011 Adam Tkac <atkac redhat com> - 2:0.82-1
ad48f7
- update to 0.82
ad48f7
ad48f7
* Tue Nov 01 2011 Adam Tkac <atkac redhat com> - 2:0.81-1
ad48f7
- update to 0.81
ad48f7
- mtr-now-waits-for-last-response.patch is no longer needed
ad48f7
- fixed wide report output (#703549)
ad48f7
ad48f7
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:0.80-3
ad48f7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
ad48f7
ad48f7
* Wed Nov 03 2010 Adam Tkac <atkac redhat com> 2:0.80-2
ad48f7
- use file capabilities instead of SUID (#646479)
ad48f7
ad48f7
* Tue Oct 26 2010 Jan Görig <jgorig redhat com> 2:0.80-1
ad48f7
- update to 0.80
ad48f7
- mtr now waits for last sent packet (#611739)
ad48f7
- fixed crashes in XML format
ad48f7
- XML format fixes
ad48f7
ad48f7
* Mon Jun 28 2010 Adam Tkac <atkac redhat com> 2:0.79-1
ad48f7
- update to 0.79
ad48f7
- patches merged
ad48f7
  - mtr-0.75-fd-flags.path
ad48f7
  - mtr075-rh516603.patch
ad48f7
ad48f7
* Mon Dec 07 2009 Adam Tkac <atkac redhat com> 2:0.75-6
ad48f7
- install mtr as SUID binary (#518828)
ad48f7
- use fprintf instead of perror when getaddrinfo fails (#516603)
ad48f7
ad48f7
* Fri Sep 25 2009 Adam Tkac <atkac redhat com> 2:0.75-5
ad48f7
- remove unneeded build requires (#525547)
ad48f7
ad48f7
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:0.75-4
ad48f7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
ad48f7
ad48f7
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:0.75-3
ad48f7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
ad48f7
ad48f7
* Wed Oct 29 2008 Zdenek Prikryl <zprikryl@redhat.com> - 2:0.75-2
ad48f7
- Fixed setting socket flags in ipv4 only environment (#467964)
ad48f7
ad48f7
* Tue Sep 23 2008 Zdenek Prikryl <zprikryl@redhat.com> - 2:0.75-1
ad48f7
- Updated to 0.75
ad48f7
- Removed confusing underflow patch
ad48f7
- Removed format patch bacause of -w option
ad48f7
ad48f7
* Tue Sep 09 2008 Zdenek Prikryl <zprikryl@redhat.com> - 2:0.74-1
ad48f7
- Updated to 0.74
ad48f7
ad48f7
* Tue Sep 02 2008 Zdenek Prikryl <zprikryl@redhat.com> - 2:0.73-2
ad48f7
- Minor fix in the patch underflow
ad48f7
ad48f7
* Wed May 21 2008 Zdenek Prikryl <zprikryl@redhat.com> - 2:0.73-1
ad48f7
- Updated to 0.73
ad48f7
- Fixed mtr-0.69-CVE-2002-0497.patch
ad48f7
- Added build requirement for GTK+
ad48f7
ad48f7
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2:0.72-4
ad48f7
- Autorebuild for GCC 4.3
ad48f7
ad48f7
* Fri Aug 24 2007 Marcela Maslanova <mmaslano@redhat.com> - 2:0.72-3
ad48f7
- rebuild for mas rebuild
ad48f7
- check license
ad48f7
ad48f7
* Thu Mar 15 2007 Karsten Hopp <karsten@redhat.com> 2:0.72-2
ad48f7
- rebuild with current gtk2 to add png support (#232013)
ad48f7
ad48f7
* Thu Feb 22 2007 Marcela Maslanova <mmaslano@redhat.com> - 2:0.72-1
ad48f7
- review
ad48f7
- rhbz#226164
ad48f7
ad48f7
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2:0.71-3.1
ad48f7
- rebuild
ad48f7
ad48f7
* Mon Jul 3 2006 Marcela Maslanova <mmaslano@redhat.com> - 2:0.71-3
ad48f7
- bugzilla #195458 – reverse-map bug in mtr and patch - resolving ipv6 hostname correctly
ad48f7
ad48f7
* Tue May 30 2006 Marcela Maslanova <mmaslano@redhat.com> - 2:0.71-2
ad48f7
- underflow solved
ad48f7
ad48f7
* Fri Mar 24 2006 Miroslav Lichvar <mlichvar@redhat.com> - 2:0.71-1
ad48f7
- update to mtr-0.71
ad48f7
ad48f7
* Thu Mar 23 2006 Miroslav Lichvar <mlichvar@redhat.com> - 2:0.70-1
ad48f7
- update to mtr-0.70
ad48f7
- replace s390x patch, drop automake dependency
ad48f7
ad48f7
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2:0.69-7.2.1
ad48f7
- bump again for double-long bug on ppc(64)
ad48f7
ad48f7
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2:0.69-7.2
ad48f7
- rebuilt for new gcc4.1 snapshot and glibc changes
ad48f7
ad48f7
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
ad48f7
- rebuilt
ad48f7
ad48f7
* Fri Oct 21 2005 Phil Knirsch <pknirsch@redhat.com> 2:0.69-7
ad48f7
- Fixed xmtr to be installed in /usr/bin instead of /usr/X11R6/bin (#170945)
ad48f7
ad48f7
* Mon Oct 10 2005 Phil Knirsch <pknirsch@redhat.com> 2:0.69-6
ad48f7
- Added missing gtk+-devel BuildPreReq (#168215)
ad48f7
ad48f7
* Fri Oct  7 2005 Tomas Mraz <tmraz@redhat.com> 2:0.69-5
ad48f7
- use include instead of pam_stack in pam config
ad48f7
ad48f7
* Mon Sep 05 2005 Phil Knirsch <pknirsch@redhat.com> 2:0.69-4
ad48f7
- Made the output, especially for reports much more readable (#147865)
ad48f7
- Fixed --address option (#162029)
ad48f7
ad48f7
* Wed Mar 02 2005 Phil Knirsch <pknirsch@redhat.com> 2:0.69-3
ad48f7
- bump release and rebuild with gcc 4
ad48f7
ad48f7
* Thu Feb 10 2005 Karsten Hopp <karsten@redhat.de> 2:0.69-2
ad48f7
- build with --enable-gtk2 (John Thacker)
ad48f7
ad48f7
* Wed Feb 09 2005 Phil Knirsch <pknirsch@redhat.com> 2:0.69-1
ad48f7
- Updated to mtr-0.69
ad48f7
- Dropped quite a few patches
ad48f7
- Forewardported the CVE patch
ad48f7
ad48f7
* Mon Oct 18 2004 Phil Knirsch <pknirsch@redhat.com> 2:0.54-10
ad48f7
- rebuilt
ad48f7
ad48f7
* Wed Oct 06 2004 Phil Knirsch <pknirsch@redhat.com> 2:0.54-9
ad48f7
- Add CVE patch for security reasons (#129386)
ad48f7
- Add patch to fix broken --address option (#132628)
ad48f7
- Add patch to fix broken reverse DNS lookups for ipv6 (#134532)
ad48f7
ad48f7
* Tue Aug 24 2004 Warren Togami <wtogami@redhat.com> 2:0.54-8
ad48f7
- #121705 and other spec cleanups
ad48f7
- remove redundant documentation
ad48f7
ad48f7
* Thu Jul 01 2004 Phil Knirsch <pknirsch@redhat.com> 0.54-7
ad48f7
- Fixed broken behaviour with resolver SERVFAIL results (#125392)
ad48f7
- Added ncurses-devel libtermcap-devel as BuildPreReq (#124553)
ad48f7
- Added gtk+ Requires for mtr-gtk package (#121705)
ad48f7
ad48f7
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
ad48f7
- rebuilt
ad48f7
ad48f7
* Wed Apr 21 2004 Phil Knirsch <pknirsch@redhat.com> 0.54-5
ad48f7
- Removed absolute path for Icon in desktop file (#120170)
ad48f7
ad48f7
* Mon Feb 16 2004 Phil Knirsch <pknirsch@redhat.com>
ad48f7
- Added IPv6 patch from ftp://ftp.kame.net/pub/kame/misc/mtr-054-*
ad48f7
- Enabled IPv6 in mtr.
ad48f7
- Included fix from Robert Scheck to make GTK optional in configure.
ad48f7
ad48f7
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
ad48f7
- rebuilt
ad48f7
ad48f7
* Wed Feb 04 2004 Phil Knirsch <pknirsch@redhat.com> 0.54-2
ad48f7
- Fix to build on current tree.
ad48f7
ad48f7
* Sat Oct 18 2003 Florian La Roche <Florian.LaRoche@redhat.de>
ad48f7
- update to 0.54
ad48f7
ad48f7
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
ad48f7
- rebuilt
ad48f7
ad48f7
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
ad48f7
- rebuilt
ad48f7
ad48f7
* Fri Nov 29 2002 Phil Knirsch <pknirsch@redhat.com> 0.52-1
ad48f7
- Update to latest upstream version (0.52).
ad48f7
ad48f7
* Tue Nov 12 2002 Nalin Dahyabhai <nalin@redhat.com> 0.49-9
ad48f7
- Remove absolute paths from the PAM configuration, ensuring that the modules
ad48f7
  for the right arch get used on multilib systems.
ad48f7
- Remove Icon:.
ad48f7
ad48f7
* Tue Sep 24 2002 Bernhard Rosenkraenzer <bero@redhat.com> 0.49-7a
ad48f7
- Fix build on s390x
ad48f7
ad48f7
* Mon Aug 19 2002 Phil Knirsch <pknirsch@redhat.com> 0.49-7
ad48f7
- Fixed consolehelper support.
ad48f7
ad48f7
* Wed Aug 07 2002 Phil Knirsch <pknirsch@redhat.com> 0.49-6
ad48f7
- Desktop file fixes (#69550).
ad48f7
ad48f7
* Fri Jun 21 2002 Tim Powers <timp@redhat.com> 0.49-5
ad48f7
- automated rebuild
ad48f7
ad48f7
* Tue Jun 18 2002 Phil Knirsch <pknirsch@redhat.com> 0.49-4
ad48f7
- Added consolehelper support to xmtr.
ad48f7
ad48f7
* Sun May 26 2002 Tim Powers <timp@redhat.com>
ad48f7
- automated rebuild
ad48f7
ad48f7
* Wed May 22 2002 Phil Knirsch <pknirsch@redhat.com> 0.49-2
ad48f7
- Fixed autoFOO problems.
ad48f7
ad48f7
* Fri Mar 08 2002 Florian La Roche <Florian.LaRoche@redhat.de>
ad48f7
- 0.49 update
ad48f7
ad48f7
* Thu Mar 07 2002 Florian La Roche <Florian.LaRoche@redhat.de>
ad48f7
- 0.48 update
ad48f7
ad48f7
* Mon Jun 25 2001 Preston Brown <pbrown@redhat.com>
ad48f7
- 0.44 bugfix release
ad48f7
- fix display of icon in .desktop entry
ad48f7
ad48f7
* Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
ad48f7
- Bump release + rebuild.
ad48f7
ad48f7
* Mon Feb 12 2001 Preston Brown <pbrown@redhat.com>
ad48f7
- don't advertise gtk support in non-gtk binary (#27172)
ad48f7
ad48f7
* Fri Oct 20 2000 Bill Nottingham <notting@redhat.com>
ad48f7
- fix autoconf check for resolver functions
ad48f7
ad48f7
* Fri Jul 21 2000 Bill Nottingham <notting@redhat.com>
ad48f7
- fix group
ad48f7
ad48f7
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
ad48f7
- automatic rebuild
ad48f7
ad48f7
* Thu Jul  6 2000 Bill Nottingham <notting@redhat.com>
ad48f7
- fix setuid bit
ad48f7
- remove symlink
ad48f7
- force build of non-gtk version
ad48f7
ad48f7
* Mon Jun 19 2000 Preston Brown <pbrown@redhat.com>
ad48f7
- disable SUID bits
ad48f7
- desktop entry
ad48f7
ad48f7
* Mon Jun 19 2000 Than Ngo <than@redhat.de>
ad48f7
- FHS fixes
ad48f7
ad48f7
* Fri May 26 2000 Preston Brown <pbrown@redhat.com>
ad48f7
- adopted for Winston
ad48f7
ad48f7
* Thu Aug 19 1999 Ryan Weaver <ryanw@infohwy.com>
ad48f7
  [mtr-0.41-1]
ad48f7
- Added afr's patch to allow disabeling of gtk without Robn's hack.
ad48f7
- Made report mode report the newly added extra resolution.
ad48f7
ad48f7
* Wed Aug 18 1999 Ryan Weaver <ryanw@infohwy.com>
ad48f7
- renamed mtr-gtk to xmtr
ad48f7
- added symlink from /usr/bin/mtr to /usr/sbin/mtr
ad48f7
ad48f7
  [mtr-0.40-1]
ad48f7
- Fixed some problems with HPUX and SunOS.
ad48f7
- Included Olav Kvittem's patch to do packetsize option.
ad48f7
- Made the timekeeping in micro seconds.
ad48f7
ad48f7
* Thu Jun 10 1999 Ryan Weaver <ryanw@infohwy.com>
ad48f7
  [mtr-0.39-1]
ad48f7
- Updated to version 0.39.
ad48f7
ad48f7
* Wed Jun  9 1999 Ryan Weaver <ryanw@infohwy.com>
ad48f7
  [mtr-0.38-1]
ad48f7
- Updated to version 0.38.
ad48f7
ad48f7
* Thu Apr 15 1999 Ryan Weaver <ryanw@infohwy.com>
ad48f7
  [mtr-0.37-2]
ad48f7
- Changed RPM headers to conform to Red Hat Contrib|Net specs.
ad48f7
ad48f7
* Mon Apr 12 1999 Ryan Weaver <ryanw@infohwy.com>
ad48f7
  [mtr-0.37-1]
ad48f7
- v0.37
ad48f7
- Added Bill Bogstad's "show the local host & time" patch.
ad48f7
- Added R. Sparks' show-last-ping patch, submitted by Philip Kizer.
ad48f7
ad48f7
- v0.36
ad48f7
- Added Craigs change-the-interval-on-the-fly patch.
ad48f7
- Added Moritz Barsnick's "do something sensible if host not found"
ad48f7
  patch.
ad48f7
- Some cleanup of both Craigs and Moritz' patches.
ad48f7
ad48f7
* Wed Apr  7 1999 Ryan Weaver <ryanw@infohwy.com>
ad48f7
  [mtr-0.35-1]
ad48f7
- v0.35
ad48f7
- Added Craig Milo Rogers pause/resume for GTK patch.
ad48f7
- Added Craig Milo Rogers cleanup of "reset". (restart at the beginning)
ad48f7
- Net_open used to send a first packet. After that the display-driver
ad48f7
  got a chance to distort the timing by taking its time to initialize.
ad48f7
ad48f7
* Mon Apr  5 1999 Ryan Weaver <ryanw@infohwy.com>
ad48f7
  [mtr-0.34-1]
ad48f7
- v0.34
ad48f7
- Added Matt's nifty "use the icmp unreachables to do the timing" patch.
ad48f7
- Added Steve Kann's pause/resume patch.
ad48f7
ad48f7
* Wed Mar 10 1999 Ryan Weaver <ryanw@infohwy.com>
ad48f7
  [mtr-0.33-1]
ad48f7
- v0.33
ad48f7
- Fixed the Linux glibc resolver problems.
ad48f7
- Fixed the off-by-one problem with -c option.
ad48f7
ad48f7
* Mon Mar  8 1999 Ryan Weaver <ryanw@infohwy.com>
ad48f7
  [mtr-0.32-1]
ad48f7
- v0.32
ad48f7
- Fixed the FreeBSD bug detection stuff.
ad48f7
ad48f7
* Fri Mar  5 1999 Ryan Weaver <ryanw@infohwy.com>
ad48f7
  [mtr-0.31-1]
ad48f7
- v0.31
ad48f7
- Fixed a few documentation issues. -- Matt
ad48f7
- Changed the autoconf stuff to find the resolver library on
ad48f7
  Solaris. -- REW
ad48f7
- Cleaned up the autoconf.in file a bit. -- Matt.
ad48f7
ad48f7
* Thu Mar  4 1999 Ryan Weaver <ryanw@infohwy.com>
ad48f7
  [mtr-0.30-1]
ad48f7
- Build gtk version against gtk+-1.2.0
ad48f7
- v0.30
ad48f7
- Fixed a typo in the changelog (NEWS) entry for 0.27. :-)
ad48f7
- added use of "MTR_OPTIONS" environment variable for defaults.