Code

Bumped version to 1.1.0; Updated ChangeLog.
[liboping.git] / ChangeLog
index eb7ae7c94e7f8eacb8f5bf86727091fdc040dc00..ef4e5d0fe895bafa0875a3993e2de654706a0ffa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+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.
+       * liboping.c: Provide the TTL of received IP packets.
+       * oping.c: Allow setting of the TTL using the `-t' command line
+         option.
+
 2009-02-17, Version 1.0.0
        * oping.h: Provide the OPING_VERSION to easily determine the library's
          version at compile time.