From 2ee0742ef46a315cff429abda2581cc8f7a05913 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Tue, 27 Mar 2007 11:23:16 +0200 Subject: [PATCH] Bumped version to 0.3.5; Updated ChangeLog and debian/changelog --- ChangeLog | 9 +++++++++ configure.ac | 2 +- debian/changelog | 6 ++++++ 3 files changed, 16 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f5eea37..8adff04 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2007-03-27, Version 0.3.5 + * liboping.c: Close the filedescriptor in `ping_free', not + `ping_host_remove'. Thanks to Esteban Sanchez for submitting this + patch. + * oping.h: Include so that `size_t' is defined. Thanks + to Alex Brooks for pointing this out. + * oping.h: Use `extern "C"' when being used with C++. Thanks to Alex + Brooks for pointing this out. + 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. diff --git a/configure.ac b/configure.ac index 2c4eada..85c2b9e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(liboping, 0.3.4) +AC_INIT(liboping, 0.3.5) 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 2ea7af9..94f67f5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +liboping (0.3.5-0octo1) unstable; urgency=low + + * New upstream version. + + -- Florian Forster Tue, 27 Mar 2007 11:20:33 +0200 + liboping (0.3.4-0octo1) unstable; urgency=low * New upstream version. -- 2.30.2