Code

Bumped version to 0.3.4; Updated ChangeLog and debian/changelog liboping-0.3.4
authorFlorian Forster <octo@verplant.org>
Fri, 1 Dec 2006 08:24:04 +0000 (09:24 +0100)
committerFlorian Forster <octo@verplant.org>
Fri, 1 Dec 2006 08:24:04 +0000 (09:24 +0100)
ChangeLog
configure.ac
debian/changelog

index 4568cbd2361f747243155408f88ee81d5fb6b66d..f5eea37afcc3552b72d6f97eff7e55b17fa2a63b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-12-01, Version 0.3.4
+       * Fixes a bug in `ping_host_remove': Due to an incorrect hostname
+         checking the wrong host would be removed.
+
 2006-07-16, Version 0.3.3
        * `sendto(2)' now catches `EHOSTUNREACH' and `ENETUNREACH' if they're
          defined.
index 56a03c7d17207402152c9eb61fc228eb88a0892d..2c4eada0e7edd5c212b4807d6e045dbb6f0c27ef 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT(liboping, 0.3.3)
+AC_INIT(liboping, 0.3.4)
 AC_CONFIG_SRCDIR(src/liboping.c)
 AC_CONFIG_HEADERS(src/config.h)
 AM_INIT_AUTOMAKE(dist-bzip2)
index a4af605fb66d61b8d4eff96d3a3a631364cc6236..2ea7af9811694504e2cde389991460eac1296d77 100644 (file)
@@ -1,3 +1,9 @@
+liboping (0.3.4-0octo1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Florian octo Forster <octo@alice.lan.home.verplant.org>  Fri,  1 Dec 2006 09:23:19 +0100
+
 liboping (0.3.3-1) unstable; urgency=low
 
   * New upstream version.