Skip to content

Commit

Permalink
Merge branch 'feature/release-0-0-5-5254' into next
Browse files Browse the repository at this point in the history
Fixes #5254
  • Loading branch information
Michael Friedrich committed Dec 3, 2013
2 parents 77595f9 + 6548161 commit 08dc339
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 5 deletions.
14 changes: 14 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
Icinga 2.x CHANGELOG
====================

0.0.5 - 2013/12/03

* Cluster: Implement support for CRLs
* Implement modified attributes
* Log messages providing more context
* Default log is a file (rather than syslog)
* Improve latency after start-up
* NSCA-ng support for the Vagrant demo VM
* Configuration: Recursively include configuration files matching a certain pattern
* IDO: Improve performance
* Migration: Add fallback for objects.cache instead of cfg_{dir,file}
* Lots of bugfixes and performance improvements
* Package fixes (Note: GPG key of packages.icinga.org has been updated)

0.0.4 - 2013/11/12

* IDO: PostgreSQL support
Expand Down
15 changes: 15 additions & 0 deletions doc/1-about.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,21 @@ LICENSE file included in the package.
Support for Icinga 2 is available in a number of ways. Please have a look at
the support overview page at [https://support.icinga.org].


## What's New in Version 0.0.5

* Cluster: Implement support for CRLs
* Implement modified attributes
* Log messages providing more context
* Default log is a file (rather than syslog)
* Improve latency after start-up
* NSCA-ng support for the Vagrant demo VM
* Configuration: Recursively include configuration files matching a certain pattern
* IDO: Improve performance
* Migration: Add fallback for objects.cache instead of cfg_{dir,file}
* Lots of bugfixes and performance improvements
* Package fixes (Note: GPG key of packages.icinga.org has been updated)

## What's New in Version 0.0.4

* IDO: PostgreSQL support
Expand Down
2 changes: 1 addition & 1 deletion etc/icinga2/conf.d/generic-service.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ template Service "generic-service" {
max_check_attempts = 3,
check_interval = 5m,
retry_interval = 1m,
enable_perfdata = 1,
enable_perfdata = true,

notifications["mail-icingaadmin"] = {
templates = [ "mail-notification" ],
Expand Down
2 changes: 1 addition & 1 deletion etc/icinga2/conf.d/generic-user.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*/

template User "generic-user" {
enable_notifications = 1,
enable_notifications = true,
notification_period = "24x7",

notification_state_filter = (StateFilterWarning |
Expand Down
2 changes: 1 addition & 1 deletion icinga2.spec
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@

Summary: Network monitoring application
Name: icinga2
Version: 0.0.4
Version: 0.0.5
Release: %{revision}%{?dist}
License: GPLv2+
Group: Applications/System
Expand Down
4 changes: 2 additions & 2 deletions tools/debug/natvis/extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011">
<Metadata>
<Identity Id="Icinga2Visualizers.VS2013.D1DFF2F5-FB30-41FE-8EEF-0CEB97ABBC6B" Version="0.0.4" Language="en-US" Publisher="Icinga Development Team" />
<Identity Id="Icinga2Visualizers.VS2013.D1DFF2F5-FB30-41FE-8EEF-0CEB97ABBC6B" Version="2.0.0" Language="en-US" Publisher="Icinga Development Team" />
<DisplayName>Icinga 2 Debugger Visualizers for Visual Studio</DisplayName>
<Description xml:space="preserve">Icinga 2 Debugger Visualizers</Description>
</Metadata>
Expand All @@ -15,4 +15,4 @@
<Asset Type="NativeVisualizer" Path="Visualizers\icinga2.natvis" />
<Asset Type="StepFilter" Path="Visualizers\icinga2.natstepfilter" />
</Assets>
</PackageManifest>
</PackageManifest>

0 comments on commit 08dc339

Please sign in to comment.