]> granicus.if.org Git - icinga2/commitdiff
Release version 2.3.10 v2.3.10
authorMichael Friedrich <michael.friedrich@gmail.com>
Sat, 5 Sep 2015 13:50:09 +0000 (15:50 +0200)
committerMichael Friedrich <michael.friedrich@gmail.com>
Sat, 5 Sep 2015 13:50:09 +0000 (15:50 +0200)
ChangeLog
RELEASE.md
doc/1-about.md
icinga2.nuspec
icinga2.spec
tools/chocolateyInstall.ps1

index b1069032af5a683d9d861610a6c670aa9e61630c..07ea8a25d5e05988f25d51b3e8139c41f1e16664 100644 (file)
--- 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
index 7fd89a07b6c6fb90f3a05cc3f489cc062494f872..41cde4358fc0cb3e1160d38fdffa94f8cdffeaf7 100644 (file)
@@ -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
 
index bbe6ca9bf95149182394ca0e127dbdbb8829460a..899aaf8b217b7a4d8024b795d070b2ec290b60d2 100644 (file)
@@ -54,6 +54,20 @@ More details in the [Icinga FAQ](https://www.icinga.org/icinga/faq/).
 
 ## <a id="whats-new"></a> 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
index 833f3dfdc891c496b76671d88001a0bc118dccbd..8d1ebe893d0a0602fc5b3fd995e4fe8fc8a926a4 100755 (executable)
@@ -6,7 +6,7 @@
     <!-- Read this before publishing packages to chocolatey.org: https://github.com/chocolatey/chocolatey/wiki/CreatePackages -->\r
     <id>icinga2</id>\r
     <title>Icinga2</title>\r
-    <version>2.3.9</version>\r
+    <version>2.3.10</version>\r
     <authors>2015 - The Icinga Project</authors>\r
     <owners>Icinga Development Team</owners>\r
     <summary>icinga2 - Monitoring Agent for Windows</summary>\r
index 9f85a1bd4e85b1f2983dd81e462a38290144adb2..5c3846ac45e0edffd3eff27b4506f009793729aa 100644 (file)
@@ -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
index ef36b6fbb016b108f0e2cc06ba2ba15d951ac37e..be4e5de0a8cc8e3c897a8fd35f2b2f0ff7af0bd2 100755 (executable)
@@ -1,6 +1,6 @@
 $packageName = 'icinga2'\r
 $installerType = 'exe'\r
-$url = 'http://packages.icinga.org/windows/Icinga2-v2.3.8.exe'\r
+$url = 'http://packages.icinga.org/windows/Icinga2-v2.3.10.exe'\r
 $silentArgs = '/S'\r
 $validExitCodes = @(0)\r
 \r