summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f04f0bb)
raw | patch | inline | side by side (parent: f04f0bb)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sun, 13 Jun 2010 17:58:30 +0000 (19:58 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sun, 13 Jun 2010 17:58:30 +0000 (19:58 +0200) |
ChangeLog | patch | blob | history | |
configure.ac | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index 85e9b523d2fda568d01841c56e778fe5f84e4dd0..144e5cba108c44353663b75a43575654bdae9cc7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+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
diff --git a/configure.ac b/configure.ac
index 3b1b574aa86cd6005766a7cc6756cdc59e0877c1..46c8e52652b7c55db42577e3724d132f10da3279 100644 (file)
--- a/configure.ac
+++ b/configure.ac
-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)