diff options
author | Tobias Oetiker <tobi@oetiker.ch> | 2011-10-21 14:26:08 +0200 |
---|---|---|
committer | Tobias Oetiker <tobi@oetiker.ch> | 2011-10-21 14:26:08 +0200 |
commit | e1cf85743f68c43d0eb2476b22d5747bd28a58c5 (patch) | |
tree | be6ba85f81418d7ad899387da72f90bfb9a80cee | |
parent | c2907861471223bc08c2d68ea3ac7f0e8cf6b179 (diff) | |
download | smokeping-e1cf85743f68c43d0eb2476b22d5747bd28a58c5.tar.gz smokeping-e1cf85743f68c43d0eb2476b22d5747bd28a58c5.tar.xz |
prep for release 2.6.4
-rw-r--r-- | CHANGES | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2011/10/20 -- released version 2.6.4 + +* fixed gettimeofday() in SSH.pm probe too as noted by Phillip Corchary + 2011/10/20 -- released version 2.6.3 * make sure probes call gettimeofday with () as noted by Phillip Corchary diff --git a/configure.ac b/configure.ac index 7d3b8e2..ba210dc 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ # -AC_INIT([smokeping],[2.6.3],[tobi@oetiker.ch]) +AC_INIT([smokeping],[2.6.4],[tobi@oetiker.ch]) AC_PREREQ([2.59]) AC_CONFIG_AUX_DIR(conftools) AC_CANONICAL_TARGET |