Bumped version to 0.3.5; Updated ChangeLog and debian/changelog liboping-0.3.5
authorFlorian Forster <octo@verplant.org>
Tue, 27 Mar 2007 09:23:16 +0000 (11:23 +0200)
committerFlorian Forster <octo@verplant.org>
Tue, 27 Mar 2007 09:23:16 +0000 (11:23 +0200)
ChangeLog
configure.ac
debian/changelog

index f5eea37..8adff04 100644 (file)
--- 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 <sys/types.h> 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.
index 2c4eada..85c2b9e 100644 (file)
@@ -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)
index 2ea7af9..94f67f5 100644 (file)
@@ -1,3 +1,9 @@
+liboping (0.3.5-0octo1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Florian Forster <octo@leeloo.home.verplant.org>  Tue, 27 Mar 2007 11:20:33 +0200
+
 liboping (0.3.4-0octo1) unstable; urgency=low
 
   * New upstream version.