File tree Expand file tree Collapse file tree 11 files changed +27
-8
lines changed
library/Icinga/Application Expand file tree Collapse file tree 11 files changed +27
-8
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ Eric Lippmann <eric.lippmann@icinga.com> <lippserd@googlemail.com>
1515Florian Strohmaier <florian.strohmaier@icinga.com> <florian.strohmaier@netways.de>
1616Florian Strohmaier <florian.strohmaier@icinga.com> <hello@florianstrohmaier.com>
1717Florian Strohmaier <florian.strohmaier@icinga.com> <florian.strohmaier@me.com>
18+ Gianluca Piccolo <gianluca.piccolo@wuerth-phoenix.com> <2795394+gianlucapiccolo@users.noreply.github.com>
1819Gunnar Beutner <gunnar.beutner@netways.de> <gunnar@beutner.name>
1920Jannis Moßhammer <jannis.mosshammer@netways.de>
2021Jan Schuppik <jan.schuppik@icinga.com> <114286749+Jan-Schuppik@users.noreply.github.com>
Original file line number Diff line number Diff line change 11Aaron Collins <acollins@chegg.com>
2+ Alex <alexander.noack@web.de>
23Alexander A. Klimov <alexander.klimov@icinga.com>
34Alexander Aleksandrovič Klimov <alexander.klimov@icinga.com>
45Alexander Fuhr <alexander.fuhr@netways.de>
@@ -60,6 +61,7 @@ Jiri Pejchal <jiri.pejchal@gmail.com>
6061Joe Doherty <git@pjuu.com>
6162Johannes Meyer <johannes.meyer@icinga.com>
6263Johannes Rauh <johannes.rauh@icinga.com>
64+ Jolien Trog <jolien.trog@icinga.com>
6365Joonas Kylmälä <joonas.kylmala@kirjastot.fi>
6466Jorge Vallecillo <jorgevallecilloc@gmail.com>
6567Jo Rhett <jo@chegg.com>
Original file line number Diff line number Diff line change @@ -4,6 +4,22 @@ Please make sure to always read our [Upgrading](doc/80-Upgrading.md) documentati
44
55## What's New
66
7+ ### What's New in Version 2.12.6
8+
9+ You can find all issues related to this release on our [ Roadmap] ( https://github.com/Icinga/icingaweb2/milestone/86?closed=1 ) .
10+
11+ #### It's Like Fine Wine
12+
13+ Icinga Web 2.12 is now two years old. But like fine wine, it gets better with age. Each fix and improvement included
14+ this time enhances your experience with Icinga Web. Even if just a little bit. Maybe a small annoyance is gone now, or
15+ something you didn't even notice was broken is fixed.
16+
17+ But let's get to it, a small selection of fixes and improvements:
18+
19+ * Search box shows many magnifying glasses for some community themes #5395
20+ * Authentication hooks are not called with external backends #5415
21+ * Improve Minimal layout #5386
22+
723### What's New in Version 2.12.5
824
925You can find all issues related to this release on our [ Roadmap] ( https://github.com/Icinga/icingaweb2/milestone/85?closed=1 ) .
Original file line number Diff line number Diff line change 1- v2.12.5
1+ v2.12.6
Original file line number Diff line number Diff line change 88 */
99class Version
1010{
11- const VERSION = '2.12.5 ' ;
11+ const VERSION = '2.12.6 ' ;
1212
1313 /**
1414 * Get the version of this instance of Icinga Web 2
Original file line number Diff line number Diff line change 11Module: doc
2- Version: 2.12.5
2+ Version: 2.12.6
33Description: Documentation module
44 Extracts, shows and exports documentation for Icinga Web 2 and its modules.
Original file line number Diff line number Diff line change 11Module: migrate
2- Version: 2.12.5
2+ Version: 2.12.6
33Description: Migrate module
44 This module was introduced with the domain-aware authentication feature in version 2.5.0.
55 It helps you migrating users and user configurations according to a given domain.
Original file line number Diff line number Diff line change 11Module: monitoring
2- Version: 2.12.5
2+ Version: 2.12.6
33Description: Icinga monitoring module
44 IDO accessor and UI for your monitoring. This is the initial instalment for a
55 graphical presentation of Icinga environments. The predecessor of Icinga DB.
Original file line number Diff line number Diff line change 11Module: setup
2- Version: 2.12.5
2+ Version: 2.12.6
33Description: Setup module
44 Web based wizard for setting up Icinga Web 2 and its modules.
55 This includes the data backends (e.g. relational database, LDAP),
Original file line number Diff line number Diff line change 11Module: test
2- Version: 2.12.5
2+ Version: 2.12.6
33Description: Translation module
44 This module allows developers to run (unit) tests against Icinga Web 2 and
55 any of its modules. Usually you do not need to enable this.
You can’t perform that action at this time.
0 commit comments