]> git.gsnw.org Git - fping.git/commitdiff
prepare release 3.11
authorDavid Schweikert <dws@open.ch>
Tue, 13 Oct 2015 19:10:54 +0000 (12:10 -0700)
committerDavid Schweikert <dws@open.ch>
Tue, 13 Oct 2015 19:10:54 +0000 (12:10 -0700)
ChangeLog
configure.ac

index f2aca192d8531df2ec3e90e30003da9ec547b508..9afc95be0daf76c4694ddb15af2f4f5e9d713405 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,9 @@
-UNRELEASED
-  * Use sockaddr_storage and simplify code, so that we can one day
-    support both IPv4 and IPv6 with the same binary
-  * Fix double entries with fping -u and unreachable hosts
-  * New option -R to use random bytes instead of NULLs (#72, Anthony DeRobertis)
-  * Small documentation and performance improvements (Ryan Underwood)
+2015-10-12  David Schweikert  <david@schweikert.ch>
+  * Version 3.11
+  * (feature)  New option -R to use random bytes instead of NULLs (#72, Anthony DeRobertis)
+  * (feature)  Small documentation and performance improvements (Ryan Underwood)
+  * (bugfix)   Fix double entries with fping -u and unreachable hosts
+  * (internal) Use sockaddr_storage and simplify code, so that we can one day support both IPv4 and IPv6 with the same binary
 
 2014-05-03  David Schweikert  <david@schweikert.ch>
   * Version 3.10
index fdf2808f6311899cd1ceef71b1b982de26b37431..20106f01f8a92225b41a2b9eee9a95f50d31bde5 100644 (file)
@@ -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.10])
+AC_INIT([fping],[3.11])
 
 dnl make ipv4 and ipv6 options
 AC_ARG_ENABLE([ipv4],