summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ea4bb41)
raw | patch | inline | side by side (parent: ea4bb41)
author | Florian Forster <octo@crystal.wlan.home.verplant.org> | |
Thu, 13 Jul 2006 14:06:17 +0000 (16:06 +0200) | ||
committer | Florian Forster <octo@crystal.wlan.home.verplant.org> | |
Thu, 13 Jul 2006 14:06:17 +0000 (16:06 +0200) |
ChangeLog | patch | blob | history | |
configure.ac | patch | blob | history | |
debian/changelog | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index 346cf6c10fd5b6776107d8e79c6180fb031dee4d..c4e1e3276b2000152b5fd91435015f97333ef3a7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+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
diff --git a/configure.ac b/configure.ac
index f4c73ce90fa9cfdb56a6c2a21d91642be931ddbb..e8105b25fc8cd3dfb29484d3344fa2d57832e1d0 100644 (file)
--- a/configure.ac
+++ b/configure.ac
-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)
diff --git a/debian/changelog b/debian/changelog
index 4fc86461c960bb29e91477bee6d9d86407f2ec6e..6f2cbeca2d65025413c0bd4aefa663b27b9ff005 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
+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.