+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.
-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)
+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.