summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2013-09-29 16:17:08 +0200
committerDaniel Friesel <derf@finalrewind.org>2013-09-29 16:19:41 +0200
commitf77c71dec31f5a416757a313e1f9e6cfd891ad48 (patch)
tree08daa7883ead53f400770f27fbe2424adb9b03c8
parentdcdb6a9849bffa0f9148857bd08dee46176a4afa (diff)
version bump0.46
-rw-r--r--Build.PL3
-rw-r--r--Changelog3
-rwxr-xr-xbin/icli4
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<icli> [B<-v>|B<-vv>] [B<-z> I<filter>] [B<-h> I<hosts>] [B<-g> I<hostgroups>]
=head1 VERSION
-version 0.45
+version 0.46
=head1 DESCRIPTION