Bumped version to 0.3.3; Updated ChangeLog and debian/changelog liboping-0.3.3
authorFlorian Forster <octo@verplant.org>
Sun, 16 Jul 2006 10:34:46 +0000 (12:34 +0200)
committerFlorian Forster <octo@verplant.org>
Sun, 16 Jul 2006 10:34:46 +0000 (12:34 +0200)
ChangeLog
configure.ac
debian/changelog

index 80154f3..4568cbd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-07-16, Version 0.3.3
+       * `sendto(2)' now catches `EHOSTUNREACH' and `ENETUNREACH' if they're
+         defined.
+
 2006-07-13, Version 0.3.2
        * `oping' now drops root privileges as soon as possible.
        * `liboping' now contains an `soname' and a version.
index e8105b2..56a03c7 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT(liboping, 0.3.2)
+AC_INIT(liboping, 0.3.3)
 AC_CONFIG_SRCDIR(src/liboping.c)
 AC_CONFIG_HEADERS(src/config.h)
 AM_INIT_AUTOMAKE(dist-bzip2)
index 6f2cbec..a4af605 100644 (file)
@@ -1,3 +1,9 @@
+liboping (0.3.3-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Florian Forster <octo@leeloo.home.verplant.org>  Sun, 16 Jul 2006 12:32:23 +0200
+
 liboping (0.3.2-1) unstable; urgency=low
 
   * New upstream version.