From ec39a1ed4e440a7431d600df3b7bc21ead65ecb9 Mon Sep 17 00:00:00 2001 From: "R.E. Wolff" Date: Thu, 7 Feb 2013 16:51:10 +0100 Subject: [PATCH] moving towards relasing .83. --- NEWS | 17 +++++++++++++++++ configure.in | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) 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) -- 2.47.3