]> granicus.if.org Git - icinga2/commitdiff
Release version 2.4.9 v2.4.9
authorGunnar Beutner <gunnar.beutner@netways.de>
Thu, 19 May 2016 07:55:08 +0000 (09:55 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Thu, 19 May 2016 07:55:19 +0000 (09:55 +0200)
ChangeLog
RELEASE.md
doc/1-about.md
icinga2.nuspec
icinga2.spec
tools/chocolateyInstall.ps1

index fd67558e94c0df83ee043a9510ba09fcb7d80cd3..9eec36fb94ea71367b530db76da5576215f30c94 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,18 @@ Please check [doc/1-about.md].
 
 ## What's New
 
+### What's New in Version 2.4.9
+
+#### Changes
+
+This release fixes a number of issues introduced in 2.4.8.
+
+#### Bugfixes
+
+* Bug 11801 (Perfdata): Error: Function call 'rename' for file '/var/spool/icinga2/tmp/service-perfdata' failed with error code 2, 'No such file or directory'
+* Bug 11804 (Configuration): Segfault when trying to start 2.4.8
+* Bug 11807 (Compat): Command Pipe thread 100% CPU Usage
+
 ### What's New in Version 2.4.8
 
 #### Changes
index da10b1b6434f06086ab67e95b3fe61200a0e70ee..8d7859ac3d76b952c639c7a3906ff9e6acb0519a 100644 (file)
@@ -12,9 +12,9 @@ Check the following issue filters:
 ## Backport Commits
 
     $ git checkout master
-    $ ./pick.py -V 2.4.8
+    $ ./pick.py -V 2.4.9
 
-The script creates a new branch 'auto-merged-2.4.8' which is based on the
+The script creates a new branch 'auto-merged-2.4.9' which is based on the
 current support branch. It then merges all commits from the 'master' branch which
 reference a ticket for the version that was specified.
 
@@ -26,7 +26,7 @@ rebase until no commits are left:
 After finishing the rebase the branch needs to be merged into the support branch:
 
     $ git checkout support/2.4
-    $ git merge --ff-only auto-merged-2.4.8
+    $ git merge --ff-only auto-merged-2.4.9
 
 ## Authors
 
@@ -50,15 +50,15 @@ the changelog.py script. Also generate HTML for the wordpress release announceme
 
 Changelog:
 
-    $ ./changelog.py -V 2.4.8
+    $ ./changelog.py -V 2.4.9
 
 Docs:
 
-    $ ./changelog.py -V 2.4.8 -l
+    $ ./changelog.py -V 2.4.9 -l
 
 Wordpress:
 
-    $ ./changelog.py -V 2.4.8 -H -l
+    $ ./changelog.py -V 2.4.9 -H -l
 
 ## Git Tag
 
@@ -141,7 +141,7 @@ Create the nupkg package:
 
 Install the created icinga2 package locally:
 
-    choco install icinga2 -version 2.4.8 -fdv "%cd%" -source "'%cd%;https://chocolatey.org/api/v2/'"
+    choco install icinga2 -version 2.4.9 -fdv "%cd%" -source "'%cd%;https://chocolatey.org/api/v2/'"
 
 Upload the package to [chocolatey](https://chocolatey.org/packages/upload).
 
index a8e8ad8b867d872371d13b19b4605318505f61c5..33c3745cf1d5ed7ad754257956b46bc1a3045455 100644 (file)
@@ -54,6 +54,18 @@ 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.4.9
+
+#### Changes
+
+This release fixes a number of issues introduced in 2.4.8.
+
+#### Bugfixes
+
+* Bug [11801](https://dev.icinga.org/issues/11801 "Bug 11801") (Perfdata): Error: Function call 'rename' for file '/var/spool/icinga2/tmp/service-perfdata' failed with error code 2, 'No such file or directory'
+* Bug [11804](https://dev.icinga.org/issues/11804 "Bug 11804") (Configuration): Segfault when trying to start 2.4.8
+* Bug [11807](https://dev.icinga.org/issues/11807 "Bug 11807") (Compat): Command Pipe thread 100% CPU Usage
+
 ### What's New in Version 2.4.8
 
 #### Changes
index 416a51b39882c5d1a714f7de9c2aa4522f2f00b0..6ad7e265b792650a90904a1459bc8e82a4ccdbb1 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.4.8</version>\r
+    <version>2.4.9</version>\r
     <authors>2016 - The Icinga Project</authors>\r
     <owners>Icinga Development Team</owners>\r
     <summary>icinga2 - Monitoring Agent for Windows</summary>\r
index 445a6f9a28f191ded70c4023db90197b3f0464bb..2ec770909bc8ba833b1f49ce7e8b64cad4844b58 100644 (file)
@@ -66,7 +66,7 @@
 
 Summary: Network monitoring application
 Name: icinga2
-Version: 2.4.8
+Version: 2.4.9
 Release: %{revision}%{?dist}
 License: GPL-2.0+
 Group: Applications/System
index 034446038244ba15bba2bc5a05b8736ba86ed81b..2d0013b33aae629092908e04b1c0cb340e59230c 100755 (executable)
@@ -1,7 +1,7 @@
 $packageName = 'icinga2'\r
 $installerType = 'msi'\r
-$url32 = 'http://packages.icinga.org/windows/Icinga2-v2.4.8-x86.msi'\r
-$url64 = 'http://packages.icinga.org/windows/Icinga2-v2.4.8-x86_64.msi'\r
+$url32 = 'http://packages.icinga.org/windows/Icinga2-v2.4.9-x86.msi'\r
+$url64 = 'http://packages.icinga.org/windows/Icinga2-v2.4.9-x86_64.msi'\r
 $silentArgs = '/qn /norestart'\r
 $validExitCodes = @(0)\r
 \r