+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
-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)
+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.