Skip to content

2ping 4.6.1

Latest

Choose a tag to compare

@rfinnie rfinnie released this 03 Mar 04:35
· 1 commit to main since this release
v4.6.1
4d25c47

2ping 4.6.1 (2026-03-02)

  • Re-add bash-completion definition

2ping 4.6 (2026-03-01)

  • Relicense from GPLv2 to MPL 2.0
    • All files now have SPDX licensing information
  • Guard against netifaces race condition
  • End stats updates
    • Do not display itemized loss numbers if no lost packets
    • Only display raw packet counts with --debug
  • Argument parsing cleanups
    • Do not add extra attributes to args, use type conversions instead
    • Remove maximum --pattern size
    • Clean up / simplify conversion parsing
    • Remove hard-coded --encrypt-method / --auth-digest values
    • Group ping-compatible and 2ping-specific options
  • Many packaging / scaffolding updates not tied to functionality