diff --git a/CHANGELOG.md b/CHANGELOG.md index 890768e..59136cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/ci/deploy-bintray.sh b/ci/deploy-bintray.sh index 95219a3..da19af6 100755 --- a/ci/deploy-bintray.sh +++ b/ci/deploy-bintray.sh @@ -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 diff --git a/configure.ac b/configure.ac index 851e000..33139bd 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],[4.3]) +AC_INIT([fping],[4.4]) AC_GNU_SOURCE dnl --disable-ipv4