Skip to content

Commit 430af78

Browse files
committed
prepare v4.4
1 parent 57061af commit 430af78

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
fping 4.4 (unreleased)
1+
fping 4.4 (2020-07-24)
22
======================
33
## Bugfixes and other changes
44

5+
- Fix wrong ident used for normal (non-unprivileged) pings (#191, thanks @tycho)
56
- Fix build with --disable-ipv6 (#187, thanks Polynomial-C)
67

78
fping 4.3 (2020-07-11)

ci/deploy-bintray.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ set -e
1111
#fi
1212

1313
# do this only for the master and version3 branch
14-
if [ "$TRAVIS_BRANCH" != "master" -a "$TRAVIS_BRANCH" != "version3" ]; then
15-
echo "skipped upload branch $TRAVIS_BRANCH isn't master/version3"
14+
if [ "$TRAVIS_BRANCH" != "master" -a "$TRAVIS_BRANCH" != "v4.x" ]; then
15+
echo "skipped upload branch $TRAVIS_BRANCH isn't master or v4.x"
1616
exit 0
1717
fi
1818

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script.
33
dnl Minimum Autoconf version required.
44
AC_PREREQ(2.59)
55

6-
AC_INIT([fping],[4.3])
6+
AC_INIT([fping],[4.4])
77
AC_GNU_SOURCE
88

99
dnl --disable-ipv4

0 commit comments

Comments
 (0)