From: Florian Forster Date: Sun, 16 Jul 2006 10:25:42 +0000 (+0200) Subject: ChangeLog: Added note about the E{HOST,NET}UNREACH bugfix. X-Git-Tag: liboping-0.2.3~2 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=bf9432b9312eb2038ac5bbab59d1214b64c54913;p=liboping.git ChangeLog: Added note about the E{HOST,NET}UNREACH bugfix. --- diff --git a/ChangeLog b/ChangeLog index c4bd92d..3c5b254 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-07-16, Version 0.2.3 + * `sendto(2)' now catches `EHOSTUNREACH' and `ENETUNREACH' if they're + defined. + 2006-06-05, Version 0.2.2 * The `oping' application didn't exit if no hosts could be resolved. This release fixes it's behavior.