From 74fd74de5724dae4d7ba399b06cde9c1be9604e1 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 8 Nov 2010 19:31:40 +0100 Subject: About time for a version bump --- Changelog | 6 ++++++ bin/icli | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index a8834e5..2ba1f3c 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,9 @@ +icli 0.2 - Mon Nov 08 2010 + + * List downtimes and check queue + * Reschedule service checks + * Filter by host/hostgroup and/or service name + icli 0.1 - Thu Jul 29 2010 * First release diff --git a/bin/icli b/bin/icli index c516e1b..85c2101 100755 --- a/bin/icli +++ b/bin/icli @@ -11,7 +11,7 @@ use Date::Format; use Getopt::Long qw/:config bundling/; use Term::ANSIColor; -my $VERSION = '0.1'; +my $VERSION = '0.2'; my ($cache, $config, $data, $extra); my $config_file = '/var/cache/icinga/objects.cache'; -- cgit v1.2.3