X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=ChangeLog;h=c4d4a8adfeddb28ff400eb795b543a2ee71a6366;hb=9ae85a09d919777c9be52e55b23c08bf2c8c1d0e;hp=ef4e5d0fe895bafa0875a3993e2de654706a0ffa;hpb=a9fa6b9f0f3b15165f43e2fac6acaa7482b069dc;p=liboping.git diff --git a/ChangeLog b/ChangeLog index ef4e5d0..c4d4a8a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +2009-07-15, Version 1.2.0 + * `oping': Implement the `-f' command line option to read hostnames + from a file (or STDIN). + * src/liboping.c: No longer export `sstrerror'. + +2009-04-05, Version 1.1.2 + * liboping.c: A NULL-pointer dereference has been fixed in the IPv4 + code. This led to a segmentation fault when an ICMPv4 paket could + not be associated with any host. This usually happened when one or + more hosts were unreachable for some time. Thanks to Tomasz Pala for + discovering the problem and finding a way to reproduce it. + +2009-03-23, Version 1.1.1 + * liboping.c: Use libxnet when available. The `normal' version of + `recvmsg' does not provide the `auxiliary data' on some or all + versions of Solaris. + 2009-03-15, Version 1.1.0 * liboping.c: Eliminate the use of `strerror' and use `strerror_r' instead, removing the (hopefully) last thread-unsafe function.