]> git.gsnw.org Git - fping.git/commitdiff
prepare v4.4 v4.4
authorDavid Schweikert <david@schweikert.ch>
Fri, 24 Jul 2020 20:06:54 +0000 (22:06 +0200)
committerDavid Schweikert <david@schweikert.ch>
Fri, 24 Jul 2020 20:09:02 +0000 (22:09 +0200)
CHANGELOG.md
ci/deploy-bintray.sh
configure.ac

index 890768e320a1c47d5da2003e67d6eb74b0652dfc..59136cbf41885b9bb2a6f3dda013f3e484a9594d 100644 (file)
@@ -1,7 +1,8 @@
-fping 4.4 (unreleased)
+fping 4.4 (2020-07-24)
 ======================
 ## Bugfixes and other changes
 
+- Fix wrong ident used for normal (non-unprivileged) pings (#191, thanks @tycho)
 - Fix build with --disable-ipv6 (#187, thanks Polynomial-C)
 
 fping 4.3 (2020-07-11)
index 95219a30e8917391359c6ae7fb887802586e388b..da19af618e0cc0188191e3a5e254be862ca415c3 100755 (executable)
@@ -11,8 +11,8 @@ set -e
 #fi
 
 # do this only for the master and version3 branch
-if [ "$TRAVIS_BRANCH" != "master" -a "$TRAVIS_BRANCH" != "version3" ]; then
-    echo "skipped upload branch $TRAVIS_BRANCH isn't master/version3"
+if [ "$TRAVIS_BRANCH" != "master" -a "$TRAVIS_BRANCH" != "v4.x" ]; then
+    echo "skipped upload branch $TRAVIS_BRANCH isn't master or v4.x"
     exit 0
 fi
 
index 851e00001610da2c02437a68d54145247d6afab5..33139bd0be71eac07936c87ccfc4d3e95a36f11d 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],[4.3])
+AC_INIT([fping],[4.4])
 AC_GNU_SOURCE
 
 dnl --disable-ipv4