summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-09-20 21:16:30 +0200
committerTobi Oetiker <tobi@oetiker.ch>2006-09-20 21:16:30 +0200
commitcef00a141fcccd95c3eaaac5e05d1b2aead6b49f (patch)
treee5e9c041eb0c0cfd4656af52145e82af1621eb6a /CHANGES
parentd9d02e26fe34b577f5b2dab1d654a3da49190449 (diff)
downloadsmokeping-cef00a141fcccd95c3eaaac5e05d1b2aead6b49f.tar.gz
smokeping-cef00a141fcccd95c3eaaac5e05d1b2aead6b49f.tar.xz
fixed FTPtransfer probe to use srcfile as default for destfile.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index c7cdaca..4904c51 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,6 @@
+2006/9/20 -- released version 2.0.906
-
+* in FTPtransfer probe set destfilename to srcfilename if it is empty
* alerts can now have a priority. if multiple prioritized alerts match,
only the one with the highest priority will cause any action. Alerts
without priority setting are not affected eitherway. --tobi