Code

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 fe742a64dfb35d40e45104829a8b6ffe844abefd..c4bd92d9ee27ccf019e15a25fc0e1601cb18643b 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 f0b6663eb06626144de7a13e169b312330902954..0b9a8c0ee010474e5642064fab830fd4439de75a 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 f4c214e1e87cb6e86de7a6d475c48d6518dd818f..6afb9fa59914b67a4b1dd500fd02dc03de75caf4 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.