summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2013-09-17 00:11:06 +0200
committerDaniel Friesel <derf@finalrewind.org>2013-09-17 00:11:06 +0200
commit0fad92366dfcad3c33bff3a1b718730617ac60e6 (patch)
treebd97178f0fcac42ad2a300770ffa7c5a717a0ed0
parent5d752f71314c901208bd6a744597ea9b05d95576 (diff)
Release v0.450.45
-rw-r--r--Changelog3
-rwxr-xr-xbin/icli4
2 files changed, 4 insertions, 3 deletions
diff --git a/Changelog b/Changelog
index 2a13f96..9751786 100644
--- a/Changelog
+++ b/Changelog
@@ -1,7 +1,8 @@
-git HEAD
+icli 0.45 - Tue Sep 17 2013
* Fix --filter N and --filter !N
* Ignore 'serviceescalation' field in the icinga status file
+ * fix smartmatch warnings on perl >= 5.018
icli 0.44 - Sat Mar 16 2013
diff --git a/bin/icli b/bin/icli
index f310e60..a26f0a8 100755
--- a/bin/icli
+++ b/bin/icli
@@ -16,7 +16,7 @@ use List::MoreUtils qw(any firstval);
use Term::ANSIColor;
use Term::Size;
-our $VERSION = '0.44';
+our $VERSION = '0.45';
my ( $cache, $config, $data, $extra );
my $config_file = '/var/cache/icinga/objects.cache';
@@ -1024,7 +1024,7 @@ B<icli> [B<-v>|B<-vv>] [B<-z> I<filter>] [B<-h> I<hosts>] [B<-g> I<hostgroups>]
=head1 VERSION
-version 0.44
+version 0.45
=head1 DESCRIPTION