From 39a23d0ef9bea418d7e3b9be625d593b75628fce Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 29 Jul 2010 16:41:41 +0200 Subject: Release v0.1 --- Changelog | 4 ++++ bin/icli | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 Changelog diff --git a/Changelog b/Changelog new file mode 100644 index 0000000..a8834e5 --- /dev/null +++ b/Changelog @@ -0,0 +1,4 @@ +icli 0.1 - Thu Jul 29 2010 + + * First release + * listing of service/host states, filtered by hosts/hostgroups diff --git a/bin/icli b/bin/icli index 398f2b6..b8fb7df 100755 --- a/bin/icli +++ b/bin/icli @@ -7,7 +7,7 @@ use 5.010; use Getopt::Long qw/:config bundling/; use Term::ANSIColor; -my $version = '0.0+git'; +my $version = '0.1+git'; my ($cache, $config, $data, $extra); my $config_file = '/var/cache/icinga/objects.cache'; -- cgit v1.2.3