]> granicus.if.org Git - icinga2/commitdiff
Release version 2.5.3
authorGunnar Beutner <gunnar.beutner@netways.de>
Thu, 25 Aug 2016 06:08:01 +0000 (08:08 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Thu, 25 Aug 2016 06:09:54 +0000 (08:09 +0200)
ChangeLog
RELEASE.md
doc/1-about.md
icinga2.nuspec
icinga2.spec
tools/chocolateyInstall.ps1

index 2719b53d9d14a447476fab8ebd68ecb3e8fddb10..215660165e515f8e8659c18d03adec3aab0c1903 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,16 @@ Please check [doc/1-about.md].
 
 ## What's New
 
+### What's New in Version 2.5.3
+
+#### Changes
+
+This release addresses an issue with PostgreSQL support for the IDO database module.
+
+#### Bugfixes
+
+* Bug 12533 (DB IDO): ido pgsql migration from 2.4.0 to 2.5.0 : wrong size for config_hash
+
 ### What's New in Version 2.5.2
 
 #### Bugfixes
index 3e2d54fc4278c7a0f0138f69858ab4b0edb8199a..6c46750265e4b71a6e8c13d8d7a531e864d7003e 100644 (file)
@@ -12,9 +12,9 @@ Check the following issue filters:
 ## Backport Commits
 
     $ git checkout master
-    $ ./pick.py -V 2.5.2
+    $ ./pick.py -V 2.5.3
 
-The script creates a new branch 'auto-merged-2.5.2' which is based on the
+The script creates a new branch 'auto-merged-2.5.3' 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.5
-    $ git merge --ff-only auto-merged-2.5.2
+    $ git merge --ff-only auto-merged-2.5.3
 
 ## Authors
 
@@ -141,7 +141,7 @@ Create the nupkg package:
 
 Install the created icinga2 package locally:
 
-    choco install icinga2 -version 2.5.2 -fdv "%cd%" -source "'%cd%;https://chocolatey.org/api/v2/'"
+    choco install icinga2 -version 2.5.3 -fdv "%cd%" -source "'%cd%;https://chocolatey.org/api/v2/'"
 
 Upload the package to [chocolatey](https://chocolatey.org/packages/upload).
 
index f3e749f9085d3de531f851e2dafe05ed2c1a8cde..0246b89881baad413dfda25e1e1a9ac168e7eecf 100644 (file)
@@ -54,6 +54,16 @@ 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.5.3
+
+#### Changes
+
+This release addresses an issue with PostgreSQL support for the IDO database module.
+
+#### Bugfixes
+
+* Bug [12533](https://dev.icinga.org/issues/12533 "Bug 12533") (DB IDO): ido pgsql migration from 2.4.0 to 2.5.0 : wrong size for config_hash
+
 ### What's New in Version 2.5.2
 
 #### Bugfixes
index 883ae46eb3506d48933ab4490f449d1003563924..814f11c0ad7b4e1ebea0a47726a202ff04371f0f 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.5.2</version>\r
+    <version>2.5.3</version>\r
     <authors>2016 - The Icinga Project</authors>\r
     <owners>Icinga Development Team</owners>\r
     <summary>icinga2 - Monitoring Agent for Windows</summary>\r
index 15c39f6cdbb7e4d97aeb58229d46ae59be899224..a682fe6061a3536c47b8b1fb03569b6e7a018bdc 100644 (file)
@@ -66,7 +66,7 @@
 
 Summary: Network monitoring application
 Name: icinga2
-Version: 2.5.2
+Version: 2.5.3
 Release: %{revision}%{?dist}
 License: GPL-2.0+
 Group: Applications/System
index 0532d0b524856b0d82695a0f08ad5a2013d0671c..28ab48fa94f69c2139ada01f0e3cc1ffab6489ef 100755 (executable)
@@ -1,7 +1,7 @@
 $packageName = 'icinga2'\r
 $installerType = 'msi'\r
-$url32 = 'http://packages.icinga.org/windows/Icinga2-v2.5.2-x86.msi'\r
-$url64 = 'http://packages.icinga.org/windows/Icinga2-v2.5.2-x86_64.msi'\r
+$url32 = 'http://packages.icinga.org/windows/Icinga2-v2.5.3-x86.msi'\r
+$url64 = 'http://packages.icinga.org/windows/Icinga2-v2.5.3-x86_64.msi'\r
 $silentArgs = '/qn /norestart'\r
 $validExitCodes = @(0)\r
 \r