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 2.8.29
Browse files Browse the repository at this point in the history
  • Loading branch information
adr-mo committed Sep 5, 2019
1 parent a005b27 commit 9cea7a1
Show file tree
Hide file tree
Showing 6 changed files with 47 additions and 1 deletion.
21 changes: 21 additions & 0 deletions doc/en/release_notes/centreon-2.8/centreon-2.8.29.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
###################
Centreon Web 2.8.29
###################

Bug Fixes
=========

* [ACL] Add ACL to select meta-services for service performance (#6534, PR/#7736)
* [Configuration] Add possibility to save service_interleave_factor in Centreon Engine form (PR/#7591)
* [Widget] Fix preferences #7641 (#6988, PR/#7641)

Security
========

* [UI] Add escapeshellarg to nagios_bin binary passed to shell_exec (PR/#7694 closes CVE-2019-13024)

Others
======

* [SQL] Use pearDb (PR/#7668)
* [Generation] Fix requirement (PR/#7703)
1 change: 1 addition & 0 deletions doc/en/release_notes/centreon-2.8/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@ Please find here the release notes dedicated to the last 2.8.x version of Centre
centreon-2.8.26
centreon-2.8.27
centreon-2.8.28
centreon-2.8.29
21 changes: 21 additions & 0 deletions doc/fr/release_notes/centreon-2.8/centreon-2.8.29.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
###################
Centreon Web 2.8.29
###################

Bug Fixes
=========

* [ACL] Add ACL to select meta-services for service performance (#6534, PR/#7736)
* [Configuration] Add possibility to save service_interleave_factor in Centreon Engine form (PR/#7591)
* [Widget] Fix preferences #7641 (#6988, PR/#7641)

Security
========

* [UI] Add escapeshellarg to nagios_bin binary passed to shell_exec (PR/#7694 closes CVE-2019-13024)

Others
======

* [SQL] Use pearDb (PR/#7668)
* [Generation] Fix requirement (PR/#7703)
1 change: 1 addition & 0 deletions doc/fr/release_notes/centreon-2.8/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@ Please find here the release notes dedicated to the last 2.8.x version of Centre
centreon-2.8.26
centreon-2.8.27
centreon-2.8.28
centreon-2.8.29
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', '2.8.28');
INSERT INTO `informations` (`key` ,`value`) VALUES ('version', '2.8.29');

--
-- Contenu de la table `contact`
Expand Down
2 changes: 2 additions & 0 deletions www/install/sql/centreon/Update-DB-2.8.28_to_2.8.29.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- Change version of Centreon
UPDATE `informations` SET `value` = '2.8.29' WHERE CONVERT( `informations`.`key` USING utf8 ) = 'version' AND CONVERT ( `informations`.`value` USING utf8 ) = '2.8.28' LIMIT 1;

0 comments on commit 9cea7a1

Please sign in to comment.