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 4568cbd..f5eea37 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 56a03c7..2c4eada 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 a4af605..2ea7af9 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.