Implemented in commit aafde4f869c9a119bfb44e54961d7ac93804d995.
[pingcheck] / ChangeLog
CommitLineData
4d095fa1
GMF
1v1.2 - 2011-12-11 - IPv6 ping
2---------------------------------
3 - ICMPv6 ping;
4 - TCP ping over IPv6;
5
6
768d0eaf
GMF
7v1.1 - 2011-08-26 - TCP ping
8---------------------------------
9 - TCP ping throught ACK/RST segments at configurable transport layer port;
10 - Improvement of MessagePayload class with append(), also a 32 bits versions of
11 encode() and decode() methods;
12
13
14v1.0 - 2011-07-30 - ICMP ping
15---------------------------------
16 - Released the first version of pingcheck with support to a basic ICMP ping
17 through Echo Request, Echo Reply and Destination Unreachable packets;
18 - DNS resolver for IPv4 addresses through Andreas Haberstroh's Boost DNS
19 library;
20 - Caching of DNS resolved addresses until its time-to-live expires, which will
21 cause another query;
22 - The list of host to ping can be provided by a configuration file or by
23 command line;
24 - Using libi2ncommon for logging services;