diff options
| author | Daniel Friesel <derf@finalrewind.org> | 2012-08-28 17:44:33 +0200 | 
|---|---|---|
| committer | Daniel Friesel <derf@finalrewind.org> | 2012-08-28 17:44:33 +0200 | 
| commit | 01082cd9e4f19c2dce8a7a0ed6ea1a43e6e2026d (patch) | |
| tree | 8f9051e0c3d38352d208a228c04e882c4750f32e | |
| parent | 5e5d5d329d7a41d846dae8ea8b974674e0159416 (diff) | |
Release v0.430.43
| -rw-r--r-- | Changelog | 2 | ||||
| -rwxr-xr-x | bin/icli | 4 | 
2 files changed, 3 insertions, 3 deletions
| @@ -1,4 +1,4 @@ -git hEAD +icli 0.43 - Tue Aug 28 2012      * Add missing documentation for -a / --acknowledge      * Add -m / --match option to select on plugin output @@ -14,7 +14,7 @@ use List::MoreUtils qw(any firstval);  use Term::ANSIColor;  use Term::Size; -our $VERSION = '0.42'; +our $VERSION = '0.43';  my ( $cache, $config, $data, $extra );  my $config_file = '/var/cache/icinga/objects.cache'; @@ -926,7 +926,7 @@ B<icli> [B<-v>|B<-vv>] [B<-z> I<filter>] [B<-h> I<hosts>] [B<-g> I<hostgroups>]  =head1 VERSION -version 0.42 +version 0.43  =head1 DESCRIPTION | 
