Changes introduced in the nic-per-host branch.
[pingcheck] / ChangeLog
1 v1.4 - 2012-03-14 - Network Interface per host
2 ---------------------------------
3  - Each host may define its own source network interface, or it can use a
4    global network interface;
5
6
7 v1.3 - 2012-02-21 - Test cases
8 ---------------------------------
9  - Test cases for the major classes;
10  - Refactor of configuration classes;
11  - Possibility to change the log level on-the-fly;
12  - Many fixes resulting from test cases;
13
14
15 v1.2 - 2011-12-11 - IPv6 ping
16 ---------------------------------
17  - ICMPv6 ping;
18  - TCP ping over IPv6;
19
20
21 v1.1 - 2011-08-26 - TCP ping
22 ---------------------------------
23  - TCP ping throught ACK/RST segments at configurable transport layer port;
24  - Improvement of MessagePayload class with append(), also a 32 bits versions of
25    encode() and decode() methods;
26
27
28 v1.0 - 2011-07-30 - ICMP ping
29 ---------------------------------
30  - Released the first version of pingcheck with support to a basic ICMP ping
31    through Echo Request, Echo Reply and Destination Unreachable packets;
32  - DNS resolver for IPv4 addresses through Andreas Haberstroh's Boost DNS
33    library;
34  - Caching of DNS resolved addresses until its time-to-live expires, which will
35    cause another query;
36  - The list of host to ping can be provided by a configuration file or by
37    command line;
38  - Using libi2ncommon for logging services;