Bumped the version to 0.2.0. Completed the ChangeLog entry. liboping-0.2.0
authorFlorian Forster <octo@leeloo.(none)>
Mon, 29 May 2006 08:01:55 +0000 (10:01 +0200)
committerFlorian Forster <octo@leeloo.(none)>
Mon, 29 May 2006 08:01:55 +0000 (10:01 +0200)
ChangeLog
configure.ac
debian/changelog

index f4b8348..318e9d2 100644 (file)
--- 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
index 05226e2..b2758c7 100644 (file)
@@ -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)
index eb0b171..32b2e8a 100644 (file)
@@ -1,3 +1,9 @@
+liboping (0.2.0) unstable; urgency=low
+
+  * New upstream version. 
+
+ -- Florian Forster <octo@leeloo.home.verplant.org>  Mon, 29 May 2006 10:00:42 +0200
+
 liboping (0.1.1) unstable; urgency=low
 
   * New upstream version.