]> git.gsnw.org Git - fping.git/commitdiff
prepare release
authorDavid Schweikert <dws@open.ch>
Wed, 14 Oct 2015 18:47:08 +0000 (20:47 +0200)
committerDavid Schweikert <dws@open.ch>
Wed, 14 Oct 2015 18:47:08 +0000 (20:47 +0200)
ChangeLog
configure.ac

index 9afc95be0daf76c4694ddb15af2f4f5e9d713405..46ef98764c63ae80fb36117374101c7009b579b8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-10-14  David Schweikert  <david@schweikert.ch>
+  * Version 3.12
+  * (bugfix) Fix fping6 -R (fixes #84, reported by Stuart Henderson)
+
 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)
index 20106f01f8a92225b41a2b9eee9a95f50d31bde5..e6e244e79812cd986bf7ce7552016f47e0de8caf 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.11])
+AC_INIT([fping],[3.12])
 
 dnl make ipv4 and ipv6 options
 AC_ARG_ENABLE([ipv4],