Code

Bumped version to 0.3.0; Updated ChangeLog.
authorFlorian Forster <octo@crystal.wlan.home.verplant.org>
Sun, 9 Jul 2006 17:36:37 +0000 (19:36 +0200)
committerFlorian Forster <octo@crystal.wlan.home.verplant.org>
Sun, 9 Jul 2006 17:36:37 +0000 (19:36 +0200)
ChangeLog
configure.ac

index c4bd92d9ee27ccf019e15a25fc0e1601cb18643b..dd4373cbf23c81f1b306e45160958db2a8657136 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+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.
+
 2006-06-05, Version 0.2.2
        * The `oping' application didn't exit if no hosts could be resolved.
          This release fixes it's behavior.
index 0b9a8c0ee010474e5642064fab830fd4439de75a..fd5c11ddf60075e7e89039562e4f4380f66993c3 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT(liboping, 0.2.2)
+AC_INIT(liboping, 0.3.0)
 AC_CONFIG_SRCDIR(src/liboping.c)
 AC_CONFIG_HEADERS(src/config.h)
 AM_INIT_AUTOMAKE(dist-bzip2)