Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
chore(build): New version released 18.10.6
Browse files Browse the repository at this point in the history
  • Loading branch information
adr-mo committed Jul 17, 2019
1 parent 81c8dc4 commit 5582313
Show file tree
Hide file tree
Showing 5 changed files with 63 additions and 15 deletions.
37 changes: 30 additions & 7 deletions doc/en/release_notes/centreon-18.10/centreon-18.10.6.rst
Original file line number Diff line number Diff line change
@@ -1,24 +1,47 @@
####################
====================
Centreon Web 18.10.6
####################
====================

Enhancements
------------

* [SNMP Trap] Increase size of special command field to text
* [LDAP] Optimizing data sent when importing contact (#7559)
* [Traps] Increase trap special command database field (#7610)
* [Traps] Make @HOSTID@ macro available for trap configuration (#7592)
* [UI] Enhance helper (tooltip) for mail configuration (#7584)
* [UI] Translate notification delay parameters (#7696)
* [Traps] You can create a trap with matching mode regexp (#7679)

Bug fixes
---------

* [Installation] Missing template directory in tar.gz package
* [Centcore] Issue fixed with commands that were overwritten (#7650)
* [Remote Server] Do not compare bugfix version on task import (#7638)
* [Remote Server] Set task in failed if an error appears during import/export (#7634)
* [Remote Server] Increase size of database field to store large FQDN (#7637 closes #7615)
* [Remote Server] Update only properties of selected poller (#7633)
* [Remote Server] Filter output to master on NEB category only (#7695)
* [Monitoring] Correctly display services with special character "+" (#7624)
* [Configuration] Correctly search services by "disabled" state (#7612)
* [Downtime] Correctly compute downtime duration & end date (#7601)
* [Event Logs] Several issues fixed on CSV export (group arrows, host filter)
* [Configuration] Correctly save service_interleave_factor value in Engine configuration form (#7591)
* [Reporting] Correctly apply ACL on reporting dashboard (#7604)
* [UI] Add scrollbar to remote server configuration wizard (#7600)
* [UI] Change icon cursor when exporting graphs to PNG (#7613)
* [Upgrade] Execute again missing PHP update from 2.8.27 (#7434)
* [Upgrade] add missing upgrade script for 2.8.28

Documentation
-------------

* [Onboarding] Improve actual content for Quick Start and add more (#7609)

Security fixes
--------------

Technical
---------
* [UI] add escapeshellarg to nagios_bin binary passed to shell_exec (#7694 closes CVE-2019-13024)

Known issue
-----------

-----------
1 change: 1 addition & 0 deletions doc/en/release_notes/centreon-18.10/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Please find here the release notes dedicated to the last 18.10.x version of Cent
.. toctree::
:maxdepth: 1

centreon-18.10.6
centreon-18.10.5
centreon-18.10.4
centreon-18.10.3
Expand Down
37 changes: 30 additions & 7 deletions doc/fr/release_notes/centreon-18.10/centreon-18.10.6.rst
Original file line number Diff line number Diff line change
@@ -1,24 +1,47 @@
####################
====================
Centreon Web 18.10.6
####################
====================

Enhancements
------------

* [SNMP Trap] Increase size of special command field to text
* [LDAP] Optimizing data sent when importing contact (#7559)
* [Traps] Increase trap special command database field (#7610)
* [Traps] Make @HOSTID@ macro available for trap configuration (#7592)
* [UI] Enhance helper (tooltip) for mail configuration (#7584)
* [UI] Translate notification delay parameters (#7696)
* [Traps] You can create a trap with matching mode regexp (#7679)

Bug fixes
---------

* [Installation] Missing template directory in tar.gz package
* [Centcore] Issue fixed with commands that were overwritten (#7650)
* [Remote Server] Do not compare bugfix version on task import (#7638)
* [Remote Server] Set task in failed if an error appears during import/export (#7634)
* [Remote Server] Increase size of database field to store large FQDN (#7637 closes #7615)
* [Remote Server] Update only properties of selected poller (#7633)
* [Remote Server] Filter output to master on NEB category only (#7695)
* [Monitoring] Correctly display services with special character "+" (#7624)
* [Configuration] Correctly search services by "disabled" state (#7612)
* [Downtime] Correctly compute downtime duration & end date (#7601)
* [Event Logs] Several issues fixed on CSV export (group arrows, host filter)
* [Configuration] Correctly save service_interleave_factor value in Engine configuration form (#7591)
* [Reporting] Correctly apply ACL on reporting dashboard (#7604)
* [UI] Add scrollbar to remote server configuration wizard (#7600)
* [UI] Change icon cursor when exporting graphs to PNG (#7613)
* [Upgrade] Execute again missing PHP update from 2.8.27 (#7434)
* [Upgrade] add missing upgrade script for 2.8.28

Documentation
-------------

* [Onboarding] Improve actual content for Quick Start and add more (#7609)

Security fixes
--------------

Technical
---------
* [UI] add escapeshellarg to nagios_bin binary passed to shell_exec (#7694 closes CVE-2019-13024)

Known issue
-----------

-----------
1 change: 1 addition & 0 deletions doc/fr/release_notes/centreon-18.10/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Please find here the release notes dedicated to the last 18.10.x version of Cent
.. toctree::
:maxdepth: 1

centreon-18.10.6
centreon-18.10.5
centreon-18.10.4
centreon-18.10.3
Expand Down
2 changes: 1 addition & 1 deletion www/install/insertBaseConf.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-- Insert version
--

INSERT INTO `informations` (`key` ,`value`) VALUES ('version', '18.10.5');
INSERT INTO `informations` (`key` ,`value`) VALUES ('version', '18.10.6');

--
-- Contenu de la table `contact`
Expand Down

0 comments on commit 5582313

Please sign in to comment.