From bd4d51f8ea48c67732af10358473e9bcbed2dbaf Mon Sep 17 00:00:00 2001 From: rwerquin <rwerquin@merethis.com> Date: Thu, 18 Feb 2016 14:51:17 +0100 Subject: [PATCH] add release notes --- CHANGELOG | 15 +++++++++ .../centreon-2.7/centreon-2.7.2.rst | 33 +++++++++++++++++++ doc/en/release_notes/centreon-2.7/index.rst | 1 + .../centreon-2.7/centreon-2.7.2.rst | 33 +++++++++++++++++++ doc/fr/release_notes/centreon-2.7/index.rst | 1 + www/install/insertBaseConf.sql | 2 +- 6 files changed, 84 insertions(+), 1 deletion(-) create mode 100644 doc/en/release_notes/centreon-2.7/centreon-2.7.2.rst create mode 100644 doc/fr/release_notes/centreon-2.7/centreon-2.7.2.rst diff --git a/CHANGELOG b/CHANGELOG index eef3e759c5..e9aa062483 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,18 @@ +## Centreon 2.7.2 + +* Fix eventlogs pages for performances and right for non admin users +* Add New possibilities for ACL and Custom Views +* Fix Recurent Downtimes behaviour with timezones +* Fix some broken relations in web interface +* Fix Reporting pages for non admin users +* Fix some elements with the generation of the configuration +* Fix encoding problems +* Fix filters in configuration pages +* Fix Poller duplication +* Fix various ACL problems +* Fix some SQL requests +* Fix export of Meta Services + ## Centreon 2.7.1 * Improved ergonomics of the select2 component diff --git a/doc/en/release_notes/centreon-2.7/centreon-2.7.2.rst b/doc/en/release_notes/centreon-2.7/centreon-2.7.2.rst new file mode 100644 index 0000000000..c90525a4cf --- /dev/null +++ b/doc/en/release_notes/centreon-2.7/centreon-2.7.2.rst @@ -0,0 +1,33 @@ +############## +Centreon 2.7.2 +############## + +Released February 23, 2016 + +The 2.7.2 release for Centreon Web is now available for `download <https://download.centreon.com>`_. The full release notes for 2.7.2 follow: + +****** +Notice +****** +If you are upgrading from a version prior to 2.7.0, make sure to go through all the release notes available +`here <http://documentation.centreon.com/docs/centreon/en/latest/release_notes/index.html>`_. + +********* +CHANGELOG +********* + +Features and Bug Fixes +====================== + +- Fix eventlogs pages for performances and right for non admin users +- Add New possibilities for ACL and Custom Views +- Fix Recurent Downtimes behaviour with timezones +- Fix some broken relations in web interface +- Fix Reporting pages for non admin users +- Fix some elements with the generation of the configuration +- Fix encoding problems +- Fix filters in configuration pages +- Fix Poller duplication +- Fix various ACL problems +- Fix some SQL requests +- Fix export of Meta Services diff --git a/doc/en/release_notes/centreon-2.7/index.rst b/doc/en/release_notes/centreon-2.7/index.rst index c698af1e4c..e2f34b93b2 100644 --- a/doc/en/release_notes/centreon-2.7/index.rst +++ b/doc/en/release_notes/centreon-2.7/index.rst @@ -9,4 +9,5 @@ Please find here the release notes dedicated to the last 2.7.x version of Centre centreon-2.7.0 centreon-2.7.1 + centreon-2.7.2 diff --git a/doc/fr/release_notes/centreon-2.7/centreon-2.7.2.rst b/doc/fr/release_notes/centreon-2.7/centreon-2.7.2.rst new file mode 100644 index 0000000000..c90525a4cf --- /dev/null +++ b/doc/fr/release_notes/centreon-2.7/centreon-2.7.2.rst @@ -0,0 +1,33 @@ +############## +Centreon 2.7.2 +############## + +Released February 23, 2016 + +The 2.7.2 release for Centreon Web is now available for `download <https://download.centreon.com>`_. The full release notes for 2.7.2 follow: + +****** +Notice +****** +If you are upgrading from a version prior to 2.7.0, make sure to go through all the release notes available +`here <http://documentation.centreon.com/docs/centreon/en/latest/release_notes/index.html>`_. + +********* +CHANGELOG +********* + +Features and Bug Fixes +====================== + +- Fix eventlogs pages for performances and right for non admin users +- Add New possibilities for ACL and Custom Views +- Fix Recurent Downtimes behaviour with timezones +- Fix some broken relations in web interface +- Fix Reporting pages for non admin users +- Fix some elements with the generation of the configuration +- Fix encoding problems +- Fix filters in configuration pages +- Fix Poller duplication +- Fix various ACL problems +- Fix some SQL requests +- Fix export of Meta Services diff --git a/doc/fr/release_notes/centreon-2.7/index.rst b/doc/fr/release_notes/centreon-2.7/index.rst index 0d7936501b..049d0c28eb 100644 --- a/doc/fr/release_notes/centreon-2.7/index.rst +++ b/doc/fr/release_notes/centreon-2.7/index.rst @@ -9,3 +9,4 @@ Vous trouverez ici la liste des notes de versions pour les versions 2.7.x centreon-2.7.0 centreon-2.7.1 + centreon-2.7.2 diff --git a/www/install/insertBaseConf.sql b/www/install/insertBaseConf.sql index 9145cf9ecd..bbdb4fdf1f 100644 --- a/www/install/insertBaseConf.sql +++ b/www/install/insertBaseConf.sql @@ -3,7 +3,7 @@ -- Insert version -- -INSERT INTO `informations` (`key` ,`value`) VALUES ('version', '2.7.1'); +INSERT INTO `informations` (`key` ,`value`) VALUES ('version', '2.7.2'); -- -- Contenu de la table `contact` -- GitLab