Skip to content

Commit

Permalink
Merge branch 'release/2.5.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
nilmerg committed Apr 25, 2018
2 parents 2fdaca9 + 70184fd commit cf079fb
Show file tree
Hide file tree
Showing 10 changed files with 67 additions and 24 deletions.
38 changes: 22 additions & 16 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,26 @@ Aaron Collins <[email protected]>
Alexander A. Klimov <[email protected]>
Alexander Fuhr <[email protected]>
Alexander Wirt <[email protected]>
ayoubabid <[email protected]>
baufrecht <[email protected]>
Bence Nagy <[email protected]>
Benedikt Heine <[email protected]>
Bernd Erk <[email protected]>
Bernhard Friedreich <[email protected]>
Blerim Sheqa <[email protected]>
Boden Garman <[email protected]>
bradynathan <[email protected]>
Carlos Cesario <[email protected]>
Carsten <[email protected]>
Chris Reeves <[email protected]>
Christoph Wiechert <[email protected]>
Christopher Rüll <[email protected]>
Christoph Niemann <[email protected]>
Christoph Wiechert <[email protected]>
Cornelius Wachinger <[email protected]>
cstegm <[email protected]>
Daniel <[email protected]>
Daniel Shirley <[email protected]>
Davide Bizzarri <[email protected]>
Davide Demuru <[email protected]>
Dirk Goetz <[email protected]>
Emil Vikström <[email protected]>
Expand All @@ -24,63 +31,62 @@ Florian Strohmaier <[email protected]>
Francesco Colista <[email protected]>
Goran Rakic <[email protected]>
Gunnar Beutner <[email protected]>
hailthemelody@rm-laptop04 <hailthemelody@rm-laptop04>
Hector Sanjuan <[email protected]>
Heike Jurzik <[email protected]>
Ian Shearin <[email protected]>
Jannis Moßhammer <[email protected]>
Jennifer Mourek <[email protected]>
Jo Rhett <[email protected]>
Joe Doherty <[email protected]>
Johannes Meyer <[email protected]>
Joonas Kylmälä <[email protected]>
Jo Rhett <[email protected]>
Ken Jungclaus <[email protected]>
Klaus Jrgensen <[email protected]>
Lee Clemens <[email protected]>
Louis Sautier <[email protected]>
mapa82 <[email protected]>
Marc DeTrano <[email protected]>
Marcus Cobden <[email protected]>
Marius Hein <[email protected]>
Markus Frosch <[email protected]>
Matthias Jentsch <[email protected]>
Max Stephan <[email protected]>
mbaschnitzi <[email protected]>
Michael Friedrich <[email protected]>
Michael T. DeGuzis <[email protected]>
Mikesch-mp <[email protected]>
Mikko Peltokangas <[email protected]>
Munzir Taha <[email protected]>
Nicolai Buchwitz <[email protected]>
Noah Hilverling <[email protected]>
Paolo Schiro <[email protected]>
Paul Richards <[email protected]>
Pavlos Daoglou <[email protected]>
Pieter Lexis <[email protected]>
Ramy Talal <[email protected]>
Raphael Bicker <[email protected]>
rbelinsky <[email protected]>
realitygaps <[email protected]>
Rene Moser <[email protected]>
rkcpi <[email protected]>
Roland Hopferwieser <[email protected]>
Rudy Gevaert <[email protected]>
Rune Darrud <[email protected]>
Russell Kubik <[email protected]>
Sander Ferdinand <[email protected]>
Simone Orsi <[email protected]>
ss23 <[email protected]>
Susanne Vestner-Ludwig <[email protected]>
Sylph Lin <[email protected]>
tfylling <[email protected]>
Thomas Gelf <[email protected]>
Tim Helfensdörfer <[email protected]>
Tobias von der Krone <[email protected]>
Tom Ford <[email protected]>
Tomas Barton <[email protected]>
Tom Ford <[email protected]>
Ulf Lange <[email protected]>
Uwe Ebel <[email protected]>
Vladislav Ponomarev <[email protected]>
Yuri Konotopov <[email protected]>
ayoubabid <[email protected]>
baufrecht <[email protected]>
bradynathan <[email protected]>
cstegm <[email protected]>
hailthemelody@rm-laptop04 <hailthemelody@rm-laptop04>
mapa82 <[email protected]>
mbaschnitzi <[email protected]>
rbelinsky <[email protected]>
realitygaps <[email protected]>
rkcpi <[email protected]>
ss23 <[email protected]>
tfylling <[email protected]>
xert <[email protected]>
Yuri Konotopov <[email protected]>
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2.5.1
v2.5.2
2 changes: 1 addition & 1 deletion library/Icinga/Application/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion modules/doc/module.info
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion modules/migrate/module.info
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion modules/monitoring/module.info
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion modules/setup/module.info
Original file line number Diff line number Diff line change
@@ -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),
Expand Down
2 changes: 1 addition & 1 deletion modules/test/module.info
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion modules/translation/module.info
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit cf079fb

Please sign in to comment.