Skip to content

Commit

Permalink
prepare v4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
schweikert committed Jul 24, 2020
1 parent 57061af commit 430af78
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 2 additions & 2 deletions ci/deploy-bintray.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 430af78

Please sign in to comment.