diff options
-rw-r--r-- | Changelog | 4 | ||||
-rwxr-xr-x | bin/icli | 2 |
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 @@ -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'; |