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 19.04.3
Browse files Browse the repository at this point in the history
  • Loading branch information
adr-mo committed Jul 17, 2019
1 parent 53d0bfe commit 72371fa
Show file tree
Hide file tree
Showing 6 changed files with 93 additions and 1 deletion.
45 changes: 45 additions & 0 deletions doc/en/release_notes/centreon-19.04/centreon-19.04.3.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
====================
Centreon Web 19.04.3
====================

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

* [Traps] Increase trap special command database field (#7610)
* [Traps] Make @HOSTID@ macro available for trap configuration (#7592)
* [Traps] You can create a trap with matching mode regexp (#7679)
* [UI] Enhance helper (tooltip) for mail configuration (#7584)
* [UI] Translate notification delay parameters (#7696)

Bug fixes
---------

* [Centcore] Issue fixed with commands that were overwritten (#7650)
* [Configuration] Correctly save service_interleave_factor value in Engine configuration form (#7591)
* [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)
* [Installation] Missing template directory in tar.gz package
* [Monitoring] Correctly display services with special character "+" (#7624)
* [Remote Server] Update only properties of selected poller (#7633)
* [Remote Server] Do not compare bugfix version on task import (#7638)
* [Remote Server] Increase size of database field to store large FQDN (#7637 closes #7615)
* [Remote Server] Set task in failed if an error appears during import/export (#7634)
* [Remote Server] Filter output to master on NEB category only (#7695)
* [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] Issue with upgrade from 18.10.x to 19.04.x (#7602 closes #7596)

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

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

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

* [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-19.04/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 19.04.x version of Cent
.. toctree::
:maxdepth: 1

centreon-19.04.3
centreon-19.04.2
centreon-19.04.1
centreon-19.04.0
45 changes: 45 additions & 0 deletions doc/fr/release_notes/centreon-19.04/centreon-19.04.3.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
====================
Centreon Web 19.04.3
====================

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

* [Traps] Increase trap special command database field (#7610)
* [Traps] Make @HOSTID@ macro available for trap configuration (#7592)
* [Traps] You can create a trap with matching mode regexp (#7679)
* [UI] Enhance helper (tooltip) for mail configuration (#7584)
* [UI] Translate notification delay parameters (#7696)

Bug fixes
---------

* [Centcore] Issue fixed with commands that were overwritten (#7650)
* [Configuration] Correctly save service_interleave_factor value in Engine configuration form (#7591)
* [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)
* [Installation] Missing template directory in tar.gz package
* [Monitoring] Correctly display services with special character "+" (#7624)
* [Remote Server] Update only properties of selected poller (#7633)
* [Remote Server] Do not compare bugfix version on task import (#7638)
* [Remote Server] Increase size of database field to store large FQDN (#7637 closes #7615)
* [Remote Server] Set task in failed if an error appears during import/export (#7634)
* [Remote Server] Filter output to master on NEB category only (#7695)
* [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] Issue with upgrade from 18.10.x to 19.04.x (#7602 closes #7596)

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

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

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

* [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-19.04/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 19.04.x version of Cent
.. toctree::
:maxdepth: 1

centreon-19.04.3
centreon-19.04.2
centreon-19.04.1
centreon-19.04.0
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', '19.04.2');
INSERT INTO `informations` (`key` ,`value`) VALUES ('version', '19.04.3');

--
-- Contenu de la table `contact`
Expand Down
Empty file.

0 comments on commit 72371fa

Please sign in to comment.