summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-01-31 19:12:20 +0100
committerDaniel Friesel <derf@finalrewind.org>2011-01-31 19:14:23 +0100
commitb1d784853dde0f2f63be4063734d5e6be73fe4f2 (patch)
tree9af44acdbe1a83d896a21d2bc74563770378cc59
parent35217fa34892f8170dac2f41d42770dfbe7be62c (diff)
Version bump to 0.40.4
-rw-r--r--Changelog4
-rwxr-xr-xbin/icli2
2 files changed, 3 insertions, 3 deletions
diff --git a/Changelog b/Changelog
index 475eddd..920d4ef 100644
--- a/Changelog
+++ b/Changelog
@@ -1,8 +1,8 @@
-git HEAD
+icli 0.4 - Mon Jan 31 2011
* icli -vvv lists hosts/services with maximum verbosity
* Acknowledging of host/service problems
- * Cut off or break long lines (improves output readability)
+ * Cut off or break long lines with -x (improves output readability)
* Print long plugin output in -vv/-vvv (if available)
* Fix -C (didn't remove all colours)
diff --git a/bin/icli b/bin/icli
index 6765bfb..b700d3f 100755
--- a/bin/icli
+++ b/bin/icli
@@ -12,7 +12,7 @@ use Getopt::Long qw/:config bundling/;
use Term::ANSIColor;
use Term::Size;
-my $VERSION = '0.3';
+my $VERSION = '0.4';
my ($cache, $config, $data, $extra);
my $config_file = '/var/cache/icinga/objects.cache';