Bring aboard ChangeLog file.
authorGuilherme Maciel Ferreira <guilherme.maciel.ferreira@gmail.com>
Sat, 19 Nov 2011 13:01:08 +0000 (11:01 -0200)
committerGuilherme Maciel Ferreira <guilherme.maciel.ferreira@gmail.com>
Sat, 19 Nov 2011 13:01:08 +0000 (11:01 -0200)
ChangeLog [new file with mode: 0644]

diff --git a/ChangeLog b/ChangeLog
new file mode 100644 (file)
index 0000000..a6dff02
--- /dev/null
+++ b/ChangeLog
@@ -0,0 +1,18 @@
+v1.1 - 2011-08-26 - TCP ping
+---------------------------------
+ - TCP ping throught ACK/RST segments at configurable transport layer port;
+ - Improvement of MessagePayload class with append(), also a 32 bits versions of
+   encode() and decode() methods;
+
+
+v1.0 - 2011-07-30 - ICMP ping
+---------------------------------
+ - Released the first version of pingcheck with support to a basic ICMP ping
+   through Echo Request, Echo Reply and Destination Unreachable packets;
+ - DNS resolver for IPv4 addresses through Andreas Haberstroh's Boost DNS
+   library;
+ - Caching of DNS resolved addresses until its time-to-live expires, which will
+   cause another query;
+ - The list of host to ping can be provided by a configuration file or by
+   command line;
+ - Using libi2ncommon for logging services;