Code

Bumped the version to 0.2.0. Completed the ChangeLog entry.
[liboping.git] / ChangeLog
1 2006-05-29, Version 0.2.0
2         * It's now possible to set the data to be send to the remote host and
3           to get the data received from the host.
4         * The `oping' binary now calculates the standard deviation. Also, it
5           displays the number of byes that were received and other output
6           changes.
7         * Hosts are now returned in the same order as they were added by
8           `ping_host_add'. This is not guaranteed, but makes `oping' prettier.
10 2006-05-12, Version 0.1.1
11         * A bug in the library has been fixed: When the sequence got higher
12           than 2^16 the counter in the packets wrapped around, but the
13           internal counter didn't, causing the library to ignore all further
14           ICMP packets. This affected both, ICMPv4 and ICMPv6.
16 2006-05-08, Version 0.1.0
17         * Initial release.