From 98ae974b464206e460614646903cf490e4e7287d Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Wed, 25 Apr 2018 12:55:52 +0200 Subject: [PATCH 1/5] Update AUTHORS --- AUTHORS | 38 ++++++++++++++++++++++---------------- 1 file changed, 22 insertions(+), 16 deletions(-) diff --git a/AUTHORS b/AUTHORS index cea5b962fa..e131465710 100644 --- a/AUTHORS +++ b/AUTHORS @@ -2,19 +2,26 @@ Aaron Collins Alexander A. Klimov Alexander Fuhr Alexander Wirt +ayoubabid +baufrecht Bence Nagy Benedikt Heine Bernd Erk Bernhard Friedreich Blerim Sheqa Boden Garman +bradynathan Carlos Cesario +Carsten Chris Reeves -Christoph Wiechert Christopher Rüll +Christoph Niemann +Christoph Wiechert Cornelius Wachinger +cstegm Daniel Daniel Shirley +Davide Bizzarri Davide Demuru Dirk Goetz Emil Vikström @@ -24,63 +31,62 @@ Florian Strohmaier Francesco Colista Goran Rakic Gunnar Beutner +hailthemelody@rm-laptop04 Hector Sanjuan Heike Jurzik Ian Shearin Jannis Moßhammer Jennifer Mourek -Jo Rhett Joe Doherty Johannes Meyer Joonas Kylmälä +Jo Rhett Ken Jungclaus Klaus Jrgensen Lee Clemens Louis Sautier +mapa82 Marc DeTrano Marcus Cobden Marius Hein Markus Frosch Matthias Jentsch +Max Stephan +mbaschnitzi Michael Friedrich +Michael T. DeGuzis Mikesch-mp Mikko Peltokangas Munzir Taha Nicolai Buchwitz Noah Hilverling +Paolo Schiro Paul Richards Pavlos Daoglou Pieter Lexis Ramy Talal Raphael Bicker +rbelinsky +realitygaps Rene Moser +rkcpi Roland Hopferwieser Rudy Gevaert Rune Darrud Russell Kubik Sander Ferdinand Simone Orsi +ss23 Susanne Vestner-Ludwig Sylph Lin +tfylling Thomas Gelf Tim Helfensdörfer Tobias von der Krone -Tom Ford Tomas Barton +Tom Ford Ulf Lange Uwe Ebel Vladislav Ponomarev -Yuri Konotopov -ayoubabid -baufrecht -bradynathan -cstegm -hailthemelody@rm-laptop04 -mapa82 -mbaschnitzi -rbelinsky -realitygaps -rkcpi -ss23 -tfylling xert +Yuri Konotopov From 6b5bc78c352ab6b0dbfd3c7d1eecf960f0afba8a Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Wed, 25 Apr 2018 13:02:32 +0200 Subject: [PATCH 2/5] Update VERSION --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 2c3fc41996..f6dcb6433a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v2.5.1 +v2.5.2 From 23e508ac27c5bd74c773f01d16f7308060c1389e Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Wed, 25 Apr 2018 13:02:47 +0200 Subject: [PATCH 3/5] Version.php: Raise version to 2.5.2 --- library/Icinga/Application/Version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/Icinga/Application/Version.php b/library/Icinga/Application/Version.php index 8b727c60c7..a17ecf7720 100644 --- a/library/Icinga/Application/Version.php +++ b/library/Icinga/Application/Version.php @@ -8,7 +8,7 @@ */ class Version { - const VERSION = '2.5.1'; + const VERSION = '2.5.2'; /** * Get the version of this instance of Icinga Web 2 From 77787c3ac117ccb748a0a9f8271627288aa41f65 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Wed, 25 Apr 2018 13:03:24 +0200 Subject: [PATCH 4/5] modules: Raise versions to 2.5.2 --- modules/doc/module.info | 2 +- modules/migrate/module.info | 2 +- modules/monitoring/module.info | 2 +- modules/setup/module.info | 2 +- modules/test/module.info | 2 +- modules/translation/module.info | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/modules/doc/module.info b/modules/doc/module.info index 3c56243762..1e1c80d03e 100644 --- a/modules/doc/module.info +++ b/modules/doc/module.info @@ -1,4 +1,4 @@ Module: doc -Version: 2.5.1 +Version: 2.5.2 Description: Documentation module Extracts, shows and exports documentation for Icinga Web 2 and its modules. diff --git a/modules/migrate/module.info b/modules/migrate/module.info index e288664adc..1d98c35054 100644 --- a/modules/migrate/module.info +++ b/modules/migrate/module.info @@ -1,5 +1,5 @@ Module: migrate -Version: 2.5.1 +Version: 2.5.2 Description: Migrate module This module was introduced with the domain-aware authentication feature in version 2.5.0. It helps you migrating users and user configurations according to a given domain. diff --git a/modules/monitoring/module.info b/modules/monitoring/module.info index fd3c27c0c7..252ac3c814 100644 --- a/modules/monitoring/module.info +++ b/modules/monitoring/module.info @@ -1,5 +1,5 @@ Module: monitoring -Version: 2.5.1 +Version: 2.5.2 Description: Icinga monitoring module This is the core module for most Icingaweb users. It provides an abstraction layer for various Icinga data backends. diff --git a/modules/setup/module.info b/modules/setup/module.info index 213c4d43bf..46786d9025 100644 --- a/modules/setup/module.info +++ b/modules/setup/module.info @@ -1,5 +1,5 @@ Module: setup -Version: 2.5.1 +Version: 2.5.2 Description: Setup module Web based wizard for setting up Icinga Web 2 and its modules. This includes the data backends (e.g. relational database, LDAP), diff --git a/modules/test/module.info b/modules/test/module.info index 88cae62eb6..a935fdc353 100644 --- a/modules/test/module.info +++ b/modules/test/module.info @@ -1,5 +1,5 @@ Module: test -Version: 2.5.1 +Version: 2.5.2 Description: Translation module This module allows developers to run (unit) tests against Icinga Web 2 and any of its modules. Usually you do not need to enable this. diff --git a/modules/translation/module.info b/modules/translation/module.info index 1a8386e4f3..4d86ecb2c3 100644 --- a/modules/translation/module.info +++ b/modules/translation/module.info @@ -1,5 +1,5 @@ Module: translation -Version: 2.5.1 +Version: 2.5.2 Description: Translation module This module allows developers and translators to translate Icinga Web 2 and its modules for multiple languages. You do not need this module to run an From 70184fde6ab3ab15b29e4918720c94981ee6fe06 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Wed, 25 Apr 2018 13:56:37 +0200 Subject: [PATCH 5/5] Update CHANGELOG.md --- CHANGELOG.md | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c86d75fd5..2ce3e67536 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,43 @@ Please make sure to always read our [Upgrading](doc/80-Upgrading.md) documentati ## What's New +### What's New in Version 2.5.2 + +You can find issues and features related to this release on our [Roadmap](https://github.com/Icinga/icingaweb2/milestone/49?closed=1). + +#### UI Changes + +The sidebar's search behaviour has been changed so that it does only react to user-input after the user stopped typing. +Also, the cursor does not jump to the end of form-inputs anymore in case of an auto-refresh. We've also fixed an issue +that caused [custom icons](https://github.com/Icinga/icingaweb2/issues/3181#issuecomment-378875462) to be inverted when +placed in the sidebar. Last but not least, the header now expands its width beyond the 3840px mark and single dashlets +do not show a horizontal scrollbar anymore. + +#### PHP7 MSSQL Compatibility + +Support for Microsoft's `sqlsrv` extension has been added. Also, it's now possible to setup MSSQL resources in the +front-end using the `dblib` extension. + +#### Proper Error Responses + +An issue introduced with v2.5.1 has been resolved where some errors (especially HTTP 404 Not Found) were masked +by another subsequent error. + +#### Broken LDAP Group Memberships + +An issue introduced with v2.5.1 has been resolved where users with a domain in their name were not associated with any +LDAP groups. + +#### Monitoring Module + +Issuing a check using the "Check Now" action now properly causes a check being made by Icinga 2 even if outside the +timeperiod. (Note: This issue was only present if using the Icinga 2 Api as command transport.) + +#### Login/Logout Expandability + +It's now possible for modules to provide hooks for the user authorization. This for example allows to transparently +authenticate users in third-party applications such as [Grafana](https://github.com/Icinga/icingaweb2/pull/3401#issue-178030542). + ### What's New in Version 2.5.1 You can find issues and features related to this release on our [Roadmap](https://github.com/Icinga/icingaweb2/milestone/47?closed=1).