Code

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 f5eea37afcc3552b72d6f97eff7e55b17fa2a63b..8adff048ba9aac8336991820d26d47882fa623d6 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 2c4eada0e7edd5c212b4807d6e045dbb6f0c27ef..85c2b9eed69fd25f0d4f520be4b4e00926524399 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 2ea7af9811694504e2cde389991460eac1296d77..94f67f59d684317e455d10dc4dcb458c51746233 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.