From: Florian Forster Date: Sun, 13 Jun 2010 17:58:30 +0000 (+0200) Subject: Bumbed version to 1.4.0, updated ChangeLog. X-Git-Tag: liboping-1.4.0~1 X-Git-Url: https://git.octo.it/?p=liboping.git;a=commitdiff_plain;h=d04a88204731486497bd450de3e84c1849a5ead3 Bumbed version to 1.4.0, updated ChangeLog. --- diff --git a/ChangeLog b/ChangeLog index 85e9b52..144e5cb 100644 --- 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 diff --git a/configure.ac b/configure.ac index 3b1b574..46c8e52 100644 --- a/configure.ac +++ b/configure.ac @@ -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)