Bumped version to 1.2.0; Updated ChangeLog. liboping-1.2.0
authorFlorian Forster <octo@verplant.org>
Wed, 15 Jul 2009 12:13:29 +0000 (14:13 +0200)
committerFlorian Forster <octo@verplant.org>
Wed, 15 Jul 2009 12:13:29 +0000 (14:13 +0200)
ChangeLog
configure.ac
src/oping.h

index 9b239bc..c4d4a8a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-07-15, Version 1.2.0
+       * `oping': Implement the `-f' command line option to read hostnames
+         from a file (or STDIN).
+       * src/liboping.c: No longer export `sstrerror'.
+
 2009-04-05, Version 1.1.2
        * liboping.c: A NULL-pointer dereference has been fixed in the IPv4
          code. This led to a segmentation fault when an ICMPv4 paket could
index a04165c..2ebbc16 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT(liboping, 1.1.2)
+AC_INIT(liboping, 1.2.0)
 AC_CONFIG_SRCDIR(src/liboping.c)
 AC_CONFIG_HEADERS(src/config.h)
 AM_INIT_AUTOMAKE(dist-bzip2)
index ce02abd..0debadf 100644 (file)
@@ -41,7 +41,7 @@
 extern "C" {
 #endif
 
-#define OPING_VERSION 1001002
+#define OPING_VERSION 1002000
 
 /*
  * Type definitions