summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c337c0f)
raw | patch | inline | side by side (parent: c337c0f)
author | Florian Forster <octo@verplant.org> | |
Fri, 1 Dec 2006 08:24:04 +0000 (09:24 +0100) | ||
committer | Florian Forster <octo@verplant.org> | |
Fri, 1 Dec 2006 08:24:04 +0000 (09:24 +0100) |
ChangeLog | patch | blob | history | |
configure.ac | patch | blob | history | |
debian/changelog | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index 4568cbd2361f747243155408f88ee81d5fb6b66d..f5eea37afcc3552b72d6f97eff7e55b17fa2a63b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+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.
diff --git a/configure.ac b/configure.ac
index 56a03c7d17207402152c9eb61fc228eb88a0892d..2c4eada0e7edd5c212b4807d6e045dbb6f0c27ef 100644 (file)
--- a/configure.ac
+++ b/configure.ac
-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)
diff --git a/debian/changelog b/debian/changelog
index a4af605fb66d61b8d4eff96d3a3a631364cc6236..2ea7af9811694504e2cde389991460eac1296d77 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
+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.