From 03d743a2dd881fea1882a1794271c9310d2c1d86 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 1 Jun 2012 11:58:04 +0200 Subject: version bump --- Changelog | 2 +- README | 5 ++++- bin/icli | 4 ++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Changelog b/Changelog index 14a2ccb..a866a54 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,4 @@ -git HEAD +icli 0.42 - Fri Jun 01 2012 * Add -U / --as-contact option to only operate on services visible to a certain contact diff --git a/README b/README index 0830848..d56fc32 100644 --- a/README +++ b/README @@ -1,8 +1,11 @@ icli - Icinga Command Line Interface Requires: - * perl version 5.10 or newer with Date::Format and Term::Size * A local icinga daemon + access to some of its files + * perl v5.10 or newer with the following modules: + * Date::Format + * List::MoreUtils + * Term::Size Installation: diff --git a/bin/icli b/bin/icli index ed04bd2..5ca7f2f 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.41'; +our $VERSION = '0.42'; my ( $cache, $config, $data, $extra ); my $config_file = '/var/cache/icinga/objects.cache'; @@ -920,7 +920,7 @@ B [B<-v>|B<-vv>] [B<-z> I] [B<-h> I] [B<-g> I] =head1 VERSION -version 0.41 +version 0.42 =head1 DESCRIPTION -- cgit v1.2.3