summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: aad7132)
raw | patch | inline | side by side (parent: aad7132)
author | Florian Forster <octo@verplant.org> | |
Mon, 5 Jun 2006 08:04:44 +0000 (10:04 +0200) | ||
committer | Florian Forster <octo@verplant.org> | |
Mon, 5 Jun 2006 08:04:44 +0000 (10:04 +0200) |
ChangeLog | patch | blob | history | |
configure.ac | patch | blob | history | |
debian/changelog | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index fe742a64dfb35d40e45104829a8b6ffe844abefd..c4bd92d9ee27ccf019e15a25fc0e1601cb18643b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+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
diff --git a/configure.ac b/configure.ac
index f0b6663eb06626144de7a13e169b312330902954..0b9a8c0ee010474e5642064fab830fd4439de75a 100644 (file)
--- a/configure.ac
+++ b/configure.ac
-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)
diff --git a/debian/changelog b/debian/changelog
index f4c214e1e87cb6e86de7a6d475c48d6518dd818f..6afb9fa59914b67a4b1dd500fd02dc03de75caf4 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
+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.