Release 0.0.11.

This commit is contained in:
Gunnar Beutner 2014-05-16 11:36:53 +02:00
parent 14cb049b6a
commit 6e7d167ddb
3 changed files with 17 additions and 18 deletions

View File

@ -4,6 +4,15 @@ Please check doc/1-about.md.
## What's New
### What's New in Version 0.0.11
* Redesigned cluster stack. #6192
* Support for conditional command arguments. #5933
* IDO: is_reachable attribute for hosts and services. #6094
* IDO: Add missing events for service/host state changes. #6151
* Lots of documentation updates. #6010, #6115, #6149, #6163, #6184, #6198, #6114, #6128, #5485
* Plenty of bug fixes. #6179, #6148, #6111, #6131, and many more
### What's New in Version 0.0.10
* Make Host and Service checkable. #5919

View File

@ -29,24 +29,14 @@ Please get in touch with the Icinga team at [https://www.icinga.org/ecosystem/].
## <a id="whats-new"></a> What's new
### What's New in Version 0.0.10
### What's New in Version 0.0.11
* Make Host and Service checkable. #5919
* Support new lines in addition to commas to separate object attributes. #5901
* Add group membership assign rules. #5910
* Support nested groups. #5858
* Add apply target type. #5924
* Add relative object names. #5925
* Merge macros and custom into 'vars' dictionary. Changed runtime macros and environment variable export. #5855
* Add support for modified attributes for custom attributes. #5956
* Allow to assign var values to existing vars evaluted on runtime. #5959
* Rename/shorten attribute names and filter variables. #5857
* Remove the 'Icinga' prefix for global constants. #5960
* Global option to enable/disable host/service checks. #5975
* Add legacy attributes to host, service and group objects: `address{,6}'`, `notes`, `notes_url`, `action_url`, `icon_image`, `icon_image_alt`. #5856
* Support "#" hash comments. #5994
* Cluster: Spanning Tree like communication. #5467
* Properly implement the Process class for Windows. #3684
* Redesigned cluster stack. #6192
* Support for conditional command arguments. #5933
* IDO: is_reachable attribute for hosts and services. #6094
* IDO: Add missing events for service/host state changes. #6151
* Lots of documentation updates. #6010, #6115, #6149, #6163, #6184, #6198, #6114, #6128, #5485
* Plenty of bug fixes. #6179, #6148, #6111, #6131, and many more
#### Changes

View File

@ -54,7 +54,7 @@
Summary: Network monitoring application
Name: icinga2
Version: 0.0.10
Version: 0.0.11
Release: %{revision}%{?dist}
License: GPLv2+
Group: Applications/System