From: R.E. Wolff Date: Thu, 7 Feb 2013 15:51:10 +0000 (+0100) Subject: moving towards relasing .83. X-Git-Tag: v0.83^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ec39a1ed4e440a7431d600df3b7bc21ead65ecb9;p=thirdparty%2Fmtr.git moving towards relasing .83. --- diff --git a/NEWS b/NEWS index 5f6a4a8..ae64755 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,22 @@ WHAT'S NEW? +V0.83 Move to github. Mostly done by Travis. + +Author: Travis Cross + Add autotools bootstrap script + Update README for building from git repository + Cleanup whitespace in the NEWS file + Resolve -Wunused-but-set-variable warnings + Resolve -Wnull-dereference clang warning + Add -z / --show-ip support +Author: R.E. Wolff (mostly from patches by others) + some running patches + Made report wide switch properly to displayreport mode. Bug #780647 + fixed gtk field order. Bug #701513 + added aslookup patch from bug #701514 + added some extra clarifications to the SECURITY file. + enable ipv6 resolvers. By Antonio Querubin. Fixes bug #752583 + V0.82 Removed old Changelog file appended at the end as oldest changes. 2011-03-28 Mark Kamichoff diff --git a/configure.in b/configure.in index 8474543..4b81c44 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ AC_INIT(mtr.c) -AM_INIT_AUTOMAKE(mtr, 0.82) +AM_INIT_AUTOMAKE(mtr, 0.83) AC_SUBST(GTK_OBJ)