From: Florian Forster Date: Sun, 9 Jul 2006 17:36:37 +0000 (+0200) Subject: Bumped version to 0.3.0; Updated ChangeLog. X-Git-Tag: liboping-0.3.0~1 X-Git-Url: https://git.octo.it/?p=liboping.git;a=commitdiff_plain;h=7762e25e9f0968b7b82856abeb6fcd37b0cab632 Bumped version to 0.3.0; Updated ChangeLog. --- diff --git a/ChangeLog b/ChangeLog index c4bd92d..dd4373c 100644 --- 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. diff --git a/configure.ac b/configure.ac index 0b9a8c0..fd5c11d 100644 --- a/configure.ac +++ b/configure.ac @@ -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)