1
0
mirror of https://frontier.innolan.net/rainlance/amiga-fping.git synced 2025-11-23 00:37:59 +00:00

Fix error message on DNS error for IPv6 hosts (#27)

This commit is contained in:
David Schweikert
2012-08-16 11:26:16 +02:00
parent 1bb43dc07f
commit aa5f849c5d
2 changed files with 4 additions and 3 deletions

View File

@ -9,6 +9,7 @@ UNRELEAESD David Schweikert <david@schweikert.ch>
* Set default data size to 56 bytes on all architectures (#18)
* Added contrib/fping.spec (Stephen Schaefer, #24)
* Convert man-page source to POD for easier maintenance
* Fix error message on DNS error for IPv6 hosts (#27)
* Man-page fix: TOS option typo (Thomas Liske, #23)
* Man-page fix: inconsistency in regards to numeric arguments (Robert Henney)
* Man-page fix: better description of option -q (#15)