Bumped version to 0.2.2; Updated ChangeLog liboping-0.2.2
authorFlorian Forster <octo@verplant.org>
Mon, 5 Jun 2006 08:04:44 +0000 (10:04 +0200)
committerFlorian Forster <octo@verplant.org>
Mon, 5 Jun 2006 08:04:44 +0000 (10:04 +0200)
ChangeLog
configure.ac
debian/changelog

index fe742a6..c4bd92d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-06-05, Version 0.2.2
+       * The `oping' application didn't exit if no hosts could be resolved.
+         This release fixes it's behavior.
+
 2006-06-01, Version 0.2.1
        * Fix the behavior for non GNU-Linux systems. liboping tried to
          `bind(2)' to the raw-socket it uses to send ICMP packets. Apparently
index f0b6663..0b9a8c0 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT(liboping, 0.2.1)
+AC_INIT(liboping, 0.2.2)
 AC_CONFIG_SRCDIR(src/liboping.c)
 AC_CONFIG_HEADERS(src/config.h)
 AM_INIT_AUTOMAKE(dist-bzip2)
index f4c214e..6afb9fa 100644 (file)
@@ -1,3 +1,9 @@
+liboping (0.2.2) unstable; urgency=low
+
+  * New upstream version. 
+
+ -- Florian Forster <octo@leeloo.home.verplant.org>  Mon,  5 Jun 2006 10:02:15 +0200
+
 liboping (0.2.1) unstable; urgency=low
 
   * New upstream version.