-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)
#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