Bumbed version to 1.4.0, updated ChangeLog.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sun, 13 Jun 2010 17:58:30 +0000 (19:58 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sun, 13 Jun 2010 17:58:30 +0000 (19:58 +0200)
ChangeLog
configure.ac

index 85e9b52..144e5cb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-06-13, Version 1.4.0:
+       * noping: A new front-end to liboping, using the ncurses library, has
+         been added. The new command line application displays ping
+         statistics online and highlights aberrant round-trip times.
+
 2009-12-20, Version 1.3.4:
        * src/liboping.c: When one file descriptor was in an error state, the
          select(2) loop would run indefinitely. Error handling has been
index 3b1b574..46c8e52 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT(liboping, 1.3.4)
+AC_INIT(liboping, 1.4.0)
 AC_CONFIG_SRCDIR(src/liboping.c)
 AC_CONFIG_HEADERS(src/config.h)
 AM_INIT_AUTOMAKE(dist-bzip2)