From fd020977b5c30bd0784b5874aaabfcece68421d0 Mon Sep 17 00:00:00 2001 From: David Schweikert Date: Tue, 4 Sep 2012 09:32:09 +0200 Subject: [PATCH] Prepare 3.4 --- ChangeLog | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ec2ce14..f5daa00 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2012-09-04 David Schweikert + * Version 3.4 + * Revert "Output statistics to stdout instead of stderr", because it breaks + tools assuming the output goes to stderr + 2012-08-19 David Schweikert * Version 3.3 * Do not output icmp errors with -q (#1) @@ -5,6 +10,7 @@ * Fix removing of unreachable hosts when doing loop (Thomas Liske, #13 #23) * Fix -A for fping6 (reported by Matt LaPlante, #14) * Fix "options inet6" breaking IPv4 name resolution (reported by Matt LaPlante, #17) + * Output statistics to stdout instead of stderr (suggested by Simon Leinen, #9) * Set default data size to 56 bytes on all architectures (#18) * Added contrib/fping.spec (Stephen Schaefer, #24) * Convert man-page source to POD for easier maintenance diff --git a/configure.ac b/configure.ac index ba6f5b2..74d446d 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script. dnl Minimum Autoconf version required. AC_PREREQ(2.59) -AC_INIT([fping],[3.3]) +AC_INIT([fping],[3.4]) dnl make ipv4 and ipv6 options AC_ARG_ENABLE([ipv4],