summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2010-07-29 16:41:41 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2010-07-29 16:41:41 +0200
commit39a23d0ef9bea418d7e3b9be625d593b75628fce (patch)
tree1ba4c76b68654ada77166300f8d723de6373ee6c
parent1ccf35eefc9fb507bbff0591225427655eb07684 (diff)
Release v0.10.1
-rw-r--r--Changelog4
-rwxr-xr-xbin/icli2
2 files changed, 5 insertions, 1 deletions
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';