From: Florian Forster Date: Mon, 29 May 2006 08:01:55 +0000 (+0200) Subject: Bumped the version to 0.2.0. Completed the ChangeLog entry. X-Git-Tag: liboping-0.2.0^0 X-Git-Url: https://git.octo.it/?p=liboping.git;a=commitdiff_plain;h=1c7d7c5ca3841606749de0fe7808fbde0fabb8ea Bumped the version to 0.2.0. Completed the ChangeLog entry. --- diff --git a/ChangeLog b/ChangeLog index f4b8348..318e9d2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,11 @@ +2006-05-29, Version 0.2.0 * It's now possible to set the data to be send to the remote host and to get the data received from the host. - * The `oping' binary now calculates the standard deviation. + * The `oping' binary now calculates the standard deviation. Also, it + displays the number of byes that were received and other output + changes. + * Hosts are now returned in the same order as they were added by + `ping_host_add'. This is not guaranteed, but makes `oping' prettier. 2006-05-12, Version 0.1.1 * A bug in the library has been fixed: When the sequence got higher diff --git a/configure.ac b/configure.ac index 05226e2..b2758c7 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(liboping, 0.1.1) +AC_INIT(liboping, 0.2.0) AC_CONFIG_SRCDIR(src/liboping.c) AC_CONFIG_HEADERS(src/config.h) AM_INIT_AUTOMAKE(dist-bzip2) diff --git a/debian/changelog b/debian/changelog index eb0b171..32b2e8a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +liboping (0.2.0) unstable; urgency=low + + * New upstream version. + + -- Florian Forster Mon, 29 May 2006 10:00:42 +0200 + liboping (0.1.1) unstable; urgency=low * New upstream version.