summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 54b242e)
raw | patch | inline | side by side (parent: 54b242e)
author | Florian Forster <octo@verplant.org> | |
Tue, 27 Mar 2007 09:23:16 +0000 (11:23 +0200) | ||
committer | Florian Forster <octo@verplant.org> | |
Tue, 27 Mar 2007 09:23:16 +0000 (11:23 +0200) |
ChangeLog | patch | blob | history | |
configure.ac | patch | blob | history | |
debian/changelog | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index f5eea37afcc3552b72d6f97eff7e55b17fa2a63b..8adff048ba9aac8336991820d26d47882fa623d6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+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.
diff --git a/configure.ac b/configure.ac
index 2c4eada0e7edd5c212b4807d6e045dbb6f0c27ef..85c2b9eed69fd25f0d4f520be4b4e00926524399 100644 (file)
--- a/configure.ac
+++ b/configure.ac
-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 2ea7af9811694504e2cde389991460eac1296d77..94f67f59d684317e455d10dc4dcb458c51746233 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
+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.