Commit Graph

74 Commits

Author SHA1 Message Date
lilinjie
b7a6df88fd fix typo
Signed-off-by: lilinjie <lilinjie@uniontech.com>
2023-01-10 14:20:12 +08:00
R.E. Wolff
852e5617fb The release script bumped the version number to 95 2022-01-11 10:10:34 +01:00
R.E. Wolff
08c6acc747 The release script bumped the version number to 94 2020-09-24 10:09:53 +02:00
R.E. Wolff
304349bad8 The release script bumped the version number to 0.93 2019-08-03 10:31:26 +02:00
R.E. Wolff
6cddfc6e8f The release script bumped the version number 2017-06-02 10:54:58 +02:00
R.E. Wolff
e45d242d94 The release script bumped the version number 2017-06-02 10:20:18 +02:00
R.E. Wolff
b1e256835d The release script bumped the version number 2017-06-02 10:18:28 +02:00
R.E. Wolff
654f7bf293 The release script bumped the version number 2017-06-02 10:16:48 +02:00
R.E. Wolff
d130a0788f The release script bumped the version number 2017-06-02 10:14:09 +02:00
R.E. Wolff
74966541b5 The release script bumped the version number 2017-06-02 07:39:46 +02:00
Jakub Wilk
06876a43af Fix typos 2017-02-27 23:52:08 +01:00
R.E. Wolff
c5e0cd4cb3 Updated NEWS as in v0.87.1 2016-08-06 14:18:43 +02:00
R.E. Wolff
07bfd1f69c fixed double printout of start time, issue 131 2016-08-04 13:09:24 +02:00
Jakub Wilk
d7ea6ffa95 Fix typos. 2016-01-04 12:42:23 +01:00
R.E. Wolff
24ccd114cd explanation of the version numbers in NEWS. 2014-12-10 15:57:01 +01:00
Eli Lindsey
c7f56992a6 document which version added TCP support 2014-08-17 08:53:22 -07:00
R.E. Wolff
0512f4a2c4 fixed 100% CPU bug when paused 2013-08-21 17:24:04 +02:00
Richard Hartmann
c31be71bc8 NEWS: Fix spelling 2013-08-07 11:47:39 +02:00
Roger Wolff
cd19508a36 fixed manpage, updated NEWS 2013-07-16 14:37:28 +02:00
Roger Wolff
df8ce1a3f7 updated NEWS. 2013-07-06 07:38:41 +02:00
Roger Wolff
3689b6977e updated NEWS. 2013-07-05 11:41:44 +02:00
Roger Wolff
ebcbf6237b updated NEWS. 2013-07-04 12:38:36 +02:00
Roger Wolff
6c943172f1 updated NEWS. 2013-07-03 12:11:39 +02:00
R.E. Wolff
8b45b5bd42 updated NEWS. 2013-04-22 09:20:27 +02:00
R.E. Wolff
ec39a1ed4e moving towards relasing .83. 2013-02-07 16:51:10 +01:00
Travis Cross
6a0146d65c Cleanup whitespace in the NEWS file 2013-02-03 20:58:50 +00:00
Roger Wolff
a932cb2abc mtr v0.82
- Removed old Changelog file appended at the end as oldest changes.

2011-03-28 Mark Kamichoff <prox@prolixium.com>
 - Enable decoding of ICMP extensions for MPLS for curses and report
   interfaces.  Use the -e flag or press 'e' to enable it.

source: ftp://ftp.bitwizard.nl/mtr/mtr-0.82.tar.gz
2013-02-03 20:45:39 +00:00
Roger Wolff
b955477ada mtr v0.81
- Moved to git. Testing git...

source: ftp://ftp.bitwizard.nl/mtr/mtr-0.81.tar.gz
2013-02-03 20:45:38 +00:00
Roger Wolff
d2d0342ad9 mtr v0.80
- Some compilation fixes for BSD by Jeremy Chadwick
   <freebsd@jdc.parodius.com>

source: ftp://ftp.bitwizard.nl/mtr/mtr-0.80.tar.gz
2013-02-03 20:45:38 +00:00
Roger Wolff
8e6b377aca mtr v0.79
- some compilation fixes for BSD&others by Thomas Klausner
   <wiz@NetBSD.org>

source: ftp://ftp.bitwizard.nl/mtr/mtr-0.79.tar.gz
2013-02-03 20:45:38 +00:00
Roger Wolff
5c7494c44f mtr v0.76
- display load sharing hosts in --raw output.  added about button in
   gui.

source: ftp://ftp.bitwizard.nl/mtr/mtr-0.76.tar.gz
2013-02-03 20:45:38 +00:00
Roger Wolff
ae6cb801f1 mtr v0.75
- Feelgood patch to move sprintf to snprintf. People might think that
   sprintf might cause a buffer overflow. Now it's clean.  cut-paste
   patches: you can now copy an intermediate host to the clipboard.

source: ftp://ftp.bitwizard.nl/mtr/mtr-0.75.tar.gz
2013-02-03 20:45:38 +00:00
Roger Wolff
0697fbe707 mtr v0.74
- Martin Pels' patch to allow UDP probes.
 - KES reported a build problem. Turns out I need to install gtk-1.2
   on my development sytem, otherwise my release script causes the
   build to break.
 - changed some docs to advertise the new mailing list.  added
   documentation for the Mac OS X compilation problem.  added
   -Wno-pointer-sign to the compiler options.
 - Nico Lichtmaier's cleanup-gtk patch. (now mtr uses a more modern
   dialect of gtk).

source: ftp://ftp.bitwizard.nl/mtr/mtr-0.74.tar.gz
2013-02-03 20:45:38 +00:00
Roger Wolff
de3d6bc16e mtr v0.73
- Some securty patches. Although MTR drops privileges as soon as
   possible after opening the sockets, it still had some sprintf
   calls, which have now been converted into snprintf.

source: ftp://ftp.bitwizard.nl/mtr/mtr-0.73.tar.gz
2013-02-03 20:45:38 +00:00
Roger Wolff
1217d66e6b mtr v0.70
- Antinio submitted a cumulative patch containing some nice
   improvements. He also submitted an automake patch that causes mtr
   to no longer compile on my system. I refuse to have mtr "in the
   dark" that I can't test-compile the dist.

source: ftp://ftp.bitwizard.nl/mtr/mtr-0.70.tar.gz
2013-02-03 20:45:38 +00:00
Roger Wolff
c7dc45b525 mtr v0.69
- 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.

source: ftp://ftp.bitwizard.nl/mtr/mtr-0.69.tar.gz
2013-02-03 20:45:38 +00:00
Roger Wolff
fc3fcefbc2 mtr v0.68
- 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.

source: ftp://ftp.bitwizard.nl/mtr/mtr-0.68.tar.gz
2013-02-03 20:45:38 +00:00
Roger Wolff
8dc40aaaf5 mtr v0.67
- Bad keyboarding by REW caused this one out the door. Sorry.  No
   changes.

source: ftp://ftp.bitwizard.nl/mtr/mtr-0.67.tar.gz
2013-02-03 20:45:38 +00:00
Roger Wolff
1f8386e1fa mtr v0.66
- 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)

source: ftp://ftp.bitwizard.nl/mtr/mtr-0.66.tar.gz
2013-02-03 20:45:38 +00:00
Roger Wolff
6ca6e88791 mtr v0.65
- 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.

source: ftp://ftp.bitwizard.nl/mtr/mtr-0.65.tar.gz
2013-02-03 20:45:38 +00:00
Roger Wolff
3210151c58 mtr v0.64
- Philippe suggests to do the time_t thingy before socket.h.
   Apparently, MAC OS X doesn't compile socket.h otherwise.

source: ftp://ftp.bitwizard.nl/mtr/mtr-0.64.tar.gz
2013-02-03 20:45:38 +00:00
Roger Wolff
0657553a16 mtr v0.63
- 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.

source: ftp://ftp.bitwizard.nl/mtr/mtr-0.63.tar.gz
2013-02-03 20:45:38 +00:00
Roger Wolff
2006090bce mtr v0.62
- 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)

source: ftp://ftp.bitwizard.nl/mtr/mtr-0.62.tar.gz
2013-02-03 20:45:38 +00:00
Roger Wolff
3adcb265b5 mtr v0.61
- 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).

source: ftp://ftp.bitwizard.nl/mtr/mtr-0.61.tar.gz
2013-02-03 20:45:38 +00:00
Roger Wolff
5536e69f6f mtr v0.60
- John Thacker submitted a surprisingly simple patch to enable
   linking against GTK2.  (up to 2.4.0)

source: ftp://ftp.bitwizard.nl/mtr/mtr-0.60.tar.gz
2013-02-03 20:45:38 +00:00
Roger Wolff
81684295f6 mtr v0.59
- 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. :-)

source: ftp://ftp.bitwizard.nl/mtr/mtr-0.59.tar.gz
2013-02-03 20:45:38 +00:00
Roger Wolff
e10f7d90b8 mtr v0.57
- Lots of whitespace cleanups. And a DNS fix: Don't do DNS lookups in
   raw mode with -n specified.

source: ftp://ftp.bitwizard.nl/mtr/mtr-0.57.tar.gz
2013-02-03 20:45:37 +00:00
Roger Wolff
c2567776d7 mtr v0.56
- Fixed compile warnings. Now compiles with -Wall. If your compiler
   finds things mine didn't feel free to shout.

source: ftp://ftp.bitwizard.nl/mtr/mtr-0.56.tar.gz
2013-02-03 20:45:37 +00:00
Roger Wolff
548d4b6082 mtr v0.55
- 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.

source: ftp://ftp.bitwizard.nl/mtr/mtr-0.55.tar.gz
2013-02-03 20:45:37 +00:00
Roger Wolff
0cae59787a mtr v0.54
- Added "scrolling" patch from Roland Illig, to allow scrolling in
   text mode. I've always wanted this......

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