From f77c71dec31f5a416757a313e1f9e6cfd891ad48 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 29 Sep 2013 16:17:08 +0200 Subject: version bump --- Build.PL | 3 +++ Changelog | 3 ++- bin/icli | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Build.PL b/Build.PL index bb2c2f3..a16e7c3 100644 --- a/Build.PL +++ b/Build.PL @@ -15,6 +15,9 @@ my $build = Module::Build->subclass( 'Test::Pod' => 0, 'Test::Command' => 0, }, + configure_requires => { + 'Module::Build' => 0, + }, dist_name => 'icli', dist_version_from => 'bin/icli', license => 'unrestricted', diff --git a/Changelog b/Changelog index 8fd8385..624c056 100644 --- a/Changelog +++ b/Changelog @@ -1,8 +1,9 @@ -git HEAD +icli 0.46 - Sun Sep 29 2013 * Fix !o filter not matching pending services * Add p filter (pending hosts/services) * Show pending hosts/services with --overview + * Remove Date::Format dependency (now uses POSIX::strftime) icli 0.45 - Tue Sep 17 2013 diff --git a/bin/icli b/bin/icli index 9be3de2..88a37df 100755 --- a/bin/icli +++ b/bin/icli @@ -16,7 +16,7 @@ use POSIX qw(strftime); use Term::ANSIColor; use Term::Size; -our $VERSION = '0.45'; +our $VERSION = '0.46'; my ( $cache, $config, $data, $extra ); my $config_file = '/var/cache/icinga/objects.cache'; @@ -1047,7 +1047,7 @@ B [B<-v>|B<-vv>] [B<-z> I] [B<-h> I] [B<-g> I] =head1 VERSION -version 0.45 +version 0.46 =head1 DESCRIPTION -- cgit v1.2.3