Bumped version to 0.3.2, updated ChangeLog(s). liboping-0.3.2
authorFlorian Forster <octo@crystal.wlan.home.verplant.org>
Thu, 13 Jul 2006 14:06:17 +0000 (16:06 +0200)
committerFlorian Forster <octo@crystal.wlan.home.verplant.org>
Thu, 13 Jul 2006 14:06:17 +0000 (16:06 +0200)
ChangeLog
configure.ac
debian/changelog

index 346cf6c..c4e1e32 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-07-13, Version 0.3.2
+       * `oping' now drops root privileges as soon as possible.
+       * `liboping' now contains an `soname' and a version.
+
 2006-07-09, Version 0.3.1
        * Removed `libltdl' from the distribution since it's not used.
        * More nonsense has been removed from the build system. Thanks to
index f4c73ce..e8105b2 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT(liboping, 0.3.1)
+AC_INIT(liboping, 0.3.2)
 AC_CONFIG_SRCDIR(src/liboping.c)
 AC_CONFIG_HEADERS(src/config.h)
 AM_INIT_AUTOMAKE(dist-bzip2)
index 4fc8646..6f2cbec 100644 (file)
@@ -1,3 +1,9 @@
+liboping (0.3.2-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Florian Forster <octo@crystal.wlan.home.verplant.org>  Thu, 13 Jul 2006 16:05:43 +0200
+
 liboping (0.3.1-1) unstable; urgency=low
 
   * New upstream version.