From 838214713e945226a2f9f77478136cd7629803f8 Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Sat, 5 Sep 2015 15:50:09 +0200 Subject: [PATCH] Release version 2.3.10 --- ChangeLog | 14 ++++++++++++++ RELEASE.md | 6 +++--- doc/1-about.md | 14 ++++++++++++++ icinga2.nuspec | 2 +- icinga2.spec | 2 +- tools/chocolateyInstall.ps1 | 2 +- 6 files changed, 34 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index b1069032a..07ea8a25d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,20 @@ Please check [doc/1-about.md]. ## What's New +### What's New in Version 2.3.10 + +#### Features + +* Feature 9218: Use the command_endpoint name as check_source value if defined + +#### Bugfixes + +* Bug 9244: String escape problem with PostgreSQL >= 9.1 and standard_conforming_strings=on +* Bug 10003: Nested "outer" macro calls fails on (handled) missing "inner" values +* Bug 10051: Missing fix for reload on Windows in 2.3.9 +* Bug 10058: Wrong calculation for host compat state "UNREACHABLE" in DB IDO +* Bug 10074: Missing zero padding for generated CA serial.txt + ### What's New in Version 2.3.9 #### Changes diff --git a/RELEASE.md b/RELEASE.md index 7fd89a07b..41cde4358 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -26,15 +26,15 @@ the changelog.py script. Also generate HTML for the wordpress release announceme Changelog: - $ ./changelog.py --version 2.3.9 --project i2 + $ ./changelog.py --version 2.3.10 --project i2 Docs: - $ ./changelog.py --version 2.3.9 --project i2 --links + $ ./changelog.py --version 2.3.10 --project i2 --links Wordpress: - $ ./changelog.py --version 2.3.9 --project i2 --html --links + $ ./changelog.py --version 2.3.10 --project i2 --html --links ## Git Tag diff --git a/doc/1-about.md b/doc/1-about.md index bbe6ca9bf..899aaf8b2 100644 --- a/doc/1-about.md +++ b/doc/1-about.md @@ -54,6 +54,20 @@ More details in the [Icinga FAQ](https://www.icinga.org/icinga/faq/). ## What's New +### What's New in Version 2.3.10 + +#### Features + +* Feature [9218](https://dev.icinga.org/issues/9218 "Feature 9218"): Use the command_endpoint name as check_source value if defined + +#### Bugfixes + +* Bug [9244](https://dev.icinga.org/issues/9244 "Bug 9244"): String escape problem with PostgreSQL >= 9.1 and standard_conforming_strings=on +* Bug [10003](https://dev.icinga.org/issues/10003 "Bug 10003"): Nested "outer" macro calls fails on (handled) missing "inner" values +* Bug [10051](https://dev.icinga.org/issues/10051 "Bug 10051"): Missing fix for reload on Windows in 2.3.9 +* Bug [10058](https://dev.icinga.org/issues/10058 "Bug 10058"): Wrong calculation for host compat state "UNREACHABLE" in DB IDO +* Bug [10074](https://dev.icinga.org/issues/10074 "Bug 10074"): Missing zero padding for generated CA serial.txt + ### What's New in Version 2.3.9 #### Changes diff --git a/icinga2.nuspec b/icinga2.nuspec index 833f3dfdc..8d1ebe893 100755 --- a/icinga2.nuspec +++ b/icinga2.nuspec @@ -6,7 +6,7 @@ icinga2 Icinga2 - 2.3.9 + 2.3.10 2015 - The Icinga Project Icinga Development Team icinga2 - Monitoring Agent for Windows diff --git a/icinga2.spec b/icinga2.spec index 9f85a1bd4..5c3846ac4 100644 --- a/icinga2.spec +++ b/icinga2.spec @@ -66,7 +66,7 @@ Summary: Network monitoring application Name: icinga2 -Version: 2.3.9 +Version: 2.3.10 Release: %{revision}%{?dist} License: GPL-2.0+ Group: Applications/System diff --git a/tools/chocolateyInstall.ps1 b/tools/chocolateyInstall.ps1 index ef36b6fbb..be4e5de0a 100755 --- a/tools/chocolateyInstall.ps1 +++ b/tools/chocolateyInstall.ps1 @@ -1,6 +1,6 @@ $packageName = 'icinga2' $installerType = 'exe' -$url = 'http://packages.icinga.org/windows/Icinga2-v2.3.8.exe' +$url = 'http://packages.icinga.org/windows/Icinga2-v2.3.10.exe' $silentArgs = '/S' $validExitCodes = @(0) -- 2.40.0