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