summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d402ce2)
raw | patch | inline | side by side (parent: d402ce2)
author | Florian Forster <octo@leeloo.(none)> | |
Mon, 29 May 2006 08:01:55 +0000 (10:01 +0200) | ||
committer | Florian Forster <octo@leeloo.(none)> | |
Mon, 29 May 2006 08:01:55 +0000 (10:01 +0200) |
ChangeLog | patch | blob | history | |
configure.ac | patch | blob | history | |
debian/changelog | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index f4b8348c006a5458b6540600ba202a6a3aac2ed7..318e9d2c45465a9c234bc0a888ff1be7e3702cd9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+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 05226e237f3d69d2869c0bfdd1aac12dd1ef49ae..b2758c785ea286dc42cfe2780abdb66ff8f119c0 100644 (file)
--- a/configure.ac
+++ b/configure.ac
-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 eb0b171586747411e4612eaaa1f40a2100246a14..32b2e8a1bd6baf0cec53d6a004ca9afd5057110a 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
+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.