summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ae248f7)
raw | patch | inline | side by side (parent: ae248f7)
author | Florian Forster <octo@verplant.org> | |
Sun, 16 Jul 2006 10:34:46 +0000 (12:34 +0200) | ||
committer | Florian Forster <octo@verplant.org> | |
Sun, 16 Jul 2006 10:34:46 +0000 (12:34 +0200) |
ChangeLog | patch | blob | history | |
configure.ac | patch | blob | history | |
debian/changelog | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index 80154f39d7e8b8e59a8e9ede3e129fd344a80c93..4568cbd2361f747243155408f88ee81d5fb6b66d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+2006-07-16, Version 0.3.3
+ * `sendto(2)' now catches `EHOSTUNREACH' and `ENETUNREACH' if they're
+ defined.
+
2006-07-13, Version 0.3.2
* `oping' now drops root privileges as soon as possible.
* `liboping' now contains an `soname' and a version.
diff --git a/configure.ac b/configure.ac
index e8105b25fc8cd3dfb29484d3344fa2d57832e1d0..56a03c7d17207402152c9eb61fc228eb88a0892d 100644 (file)
--- a/configure.ac
+++ b/configure.ac
-AC_INIT(liboping, 0.3.2)
+AC_INIT(liboping, 0.3.3)
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 6f2cbeca2d65025413c0bd4aefa663b27b9ff005..a4af605fb66d61b8d4eff96d3a3a631364cc6236 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
+liboping (0.3.3-1) unstable; urgency=low
+
+ * New upstream version.
+
+ -- Florian Forster <octo@leeloo.home.verplant.org> Sun, 16 Jul 2006 12:32:23 +0200
+
liboping (0.3.2-1) unstable; urgency=low
* New upstream version.