summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 70c879e)
raw | patch | inline | side by side (parent: 70c879e)
author | Florian Forster <octo@verplant.org> | |
Wed, 15 Jul 2009 12:13:29 +0000 (14:13 +0200) | ||
committer | Florian Forster <octo@verplant.org> | |
Wed, 15 Jul 2009 12:13:29 +0000 (14:13 +0200) |
ChangeLog | patch | blob | history | |
configure.ac | patch | blob | history | |
src/oping.h | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index 9b239bc3f6befd00ee847ea9638d8fa2aee0b860..c4d4a8adfeddb28ff400eb795b543a2ee71a6366 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+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
diff --git a/configure.ac b/configure.ac
index a04165cb34d550e9f9a1fae4fb44f9c4e16557ae..2ebbc16fd8646a149ac500baa81fc10e12764fef 100644 (file)
--- a/configure.ac
+++ b/configure.ac
-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)
diff --git a/src/oping.h b/src/oping.h
index ce02abd1032cb770a48c8d157ec0ced16688dbbc..0debadfda07830b8176127c7dba31592601f55be 100644 (file)
--- a/src/oping.h
+++ b/src/oping.h
extern "C" {
#endif
-#define OPING_VERSION 1001002
+#define OPING_VERSION 1002000
/*
* Type definitions