|
| 1 | +2017-05-11, Version 1.10.0: |
| 2 | + * Build system: Search the "rt" library for clock_gettime(). This |
| 3 | + fixes build issues on Mac OS X. Thanks to Yann E. Morni for this |
| 4 | + fix. #9 |
| 5 | + * Build system: The "--with[out]-ncurses" option has been added and |
| 6 | + allows to enforce/disable the building of "noping". Thanks to Thomas |
| 7 | + Deutschmann for the patch. #15 |
| 8 | + * Build system: Compatibility code to work with pkg-config < 0.27 has |
| 9 | + been added. #22 |
| 10 | + * liboping: Creation of ICMPv4 packets has been fixed: due to an |
| 11 | + incorrect sizeof() the payload may have been prefixed by 20 zero |
| 12 | + bytes, resulting in larger packets than desired. Thanks to Kyle Zhou |
| 13 | + for reporting and fixing this. #10 |
| 14 | + * liboping: The number of file descriptors used has been reduced to at |
| 15 | + most two (from one per host). This and a few other optimizations |
| 16 | + significantly improve performance. Thanks to Luke Heberling for the |
| 17 | + patch. #11 |
| 18 | + * oping, noping: Handling of the "-O" command line flag has been |
| 19 | + fixed. |
| 20 | + * oping, noping: The "-b" option has been added and enables a bell |
| 21 | + whenever an echo reply is received. Thanks to Antoine Beaupré for |
| 22 | + the patch. #6 |
| 23 | + * noping: The background color has been changed to use the terminal |
| 24 | + default. Thanks to @middleO. #18 |
| 25 | + * noping: The ability to add hosts after noping has started (the "a" |
| 26 | + key) has been added. Thanks to Hamish Coleman for the patch. #20, |
| 27 | + #23 |
| 28 | + |
1 | 29 | 2016-06-27, Version 1.9.0:
|
2 | 30 | * liboping: The new "PING_OPT_MARK" option allows to mark packets,
|
3 | 31 | which can be used for filtering and routing such packets on Linux.
|
|
0 commit comments