]> git.ipfire.org Git - thirdparty/mtr.git/commitdiff
moving towards relasing .83. v0.83
authorR.E. Wolff <R.E.Wolff@BitWizard.nl>
Thu, 7 Feb 2013 15:51:10 +0000 (16:51 +0100)
committerR.E. Wolff <R.E.Wolff@BitWizard.nl>
Thu, 7 Feb 2013 15:51:10 +0000 (16:51 +0100)
NEWS
configure.in

diff --git a/NEWS b/NEWS
index 5f6a4a8c0a6047364c30d85aeb5ac71800390b81..ae647550cd1051b2203274564a5e1b960396f5c4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,22 @@
 WHAT'S NEW?
 
+V0.83 Move to github. Mostly done by Travis.
+
+Author: Travis Cross <tc@traviscross.com>
+    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 <R.E.Wolff@BitWizard.nl> (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 <prox@prolixium.com>
index 8474543517877dd4cb6afccf5c1e916f9d437934..4b81c444ae80beb6cf6f81c820ce88f22867d823 100644 (file)
@@ -1,5 +1,5 @@
 AC_INIT(mtr.c)
-AM_INIT_AUTOMAKE(mtr, 0.82)
+AM_INIT_AUTOMAKE(mtr, 0.83)
 
 
 AC_SUBST(GTK_OBJ)