This repository has been archived by the owner on Dec 13, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 240
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(build): New version released 2.8.29
- Loading branch information
Showing
6 changed files
with
47 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; |