summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2013-03-16 16:55:05 +0100
committerDaniel Friesel <derf@finalrewind.org>2013-03-16 16:55:05 +0100
commit90a2dad63b8668413c7b92043cf7c283b8a3c8cc (patch)
tree8c60556b1587468fa9f0ee839da19ba5e044e716
parent6b68991fa428061f96acccf2583a41961d9a7b52 (diff)
version bump0.44
-rw-r--r--Changelog6
-rwxr-xr-xbin/icli4
2 files changed, 8 insertions, 2 deletions
diff --git a/Changelog b/Changelog
index c5d03a6..e9cba38 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,9 @@
+icli 0.44 - Sat Mar 16 2013
+
+ * Ignore 'module' field in the icinga status file
+ * Add -o / --overview option to display a 'tactical overview'-style
+ host and service listing
+
icli 0.43 - Tue Aug 28 2012
* Add missing documentation for -a / --acknowledge
diff --git a/bin/icli b/bin/icli
index 82237ed..58274e3 100755
--- a/bin/icli
+++ b/bin/icli
@@ -14,7 +14,7 @@ use List::MoreUtils qw(any firstval);
use Term::ANSIColor;
use Term::Size;
-our $VERSION = '0.43';
+our $VERSION = '0.44';
my ( $cache, $config, $data, $extra );
my $config_file = '/var/cache/icinga/objects.cache';
@@ -1020,7 +1020,7 @@ B<icli> [B<-v>|B<-vv>] [B<-z> I<filter>] [B<-h> I<hosts>] [B<-g> I<hostgroups>]
=head1 VERSION
-version 0.43
+version 0.44
=head1 DESCRIPTION