summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f984e62)
raw | patch | inline | side by side (parent: f984e62)
author | Florian Forster <octo@verplant.org> | |
Sun, 9 Jul 2006 22:20:19 +0000 (00:20 +0200) | ||
committer | Florian Forster <octo@verplant.org> | |
Sun, 9 Jul 2006 22:20:19 +0000 (00:20 +0200) |
ChangeLog | patch | blob | history | |
configure.ac | patch | blob | history | |
debian/changelog | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index dd4373cbf23c81f1b306e45160958db2a8657136..346cf6c10fd5b6776107d8e79c6180fb031dee4d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+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
+ Sebastian Harl for pointing it out :)
+
2006-07-09, Version 0.3.0
* The ability to set the source address from which the packets
originate has been added to the library and the oping application.
diff --git a/configure.ac b/configure.ac
index ad588e72303e634df3b058c7ac953ae69104c884..f4c73ce90fa9cfdb56a6c2a21d91642be931ddbb 100644 (file)
--- a/configure.ac
+++ b/configure.ac
-AC_INIT(liboping, 0.3.0)
+AC_INIT(liboping, 0.3.1)
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 6afb9fa59914b67a4b1dd500fd02dc03de75caf4..4fc86461c960bb29e91477bee6d9d86407f2ec6e 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
+liboping (0.3.1-1) unstable; urgency=low
+
+ * New upstream version.
+
+ -- Florian Forster <octo@leeloo.home.verplant.org> Mon, 10 Jul 2006 00:18:08 +0200
+
liboping (0.2.2) unstable; urgency=low
* New upstream version.