File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 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
78fping 4.3 (2020-07-11)
Original file line number Diff line number Diff line change 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
1717fi
1818
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script.
33dnl Minimum Autoconf version required.
44AC_PREREQ ( 2.59 )
55
6- AC_INIT ( [ fping] ,[ 4.3 ] )
6+ AC_INIT ( [ fping] ,[ 4.4 ] )
77AC_GNU_SOURCE
88
99dnl --disable-ipv4
You can’t perform that action at this time.
0 commit comments