summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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';