From b186ddf41a226945efba133d30e23ad48dddf3c9 Mon Sep 17 00:00:00 2001 From: Matthieu Kermagoret <mkermagoret@centreon.com> Date: Thu, 8 Dec 2016 09:30:24 +0100 Subject: [PATCH] Update Centreon Web 2.8.2 release notes. --- doc/en/conf.py | 2 +- .../centreon-2.8/centreon-2.8.2.rst | 21 +++++++++++++------ doc/fr/conf.py | 2 +- .../centreon-2.8/centreon-2.8.2.rst | 21 +++++++++++++------ 4 files changed, 32 insertions(+), 14 deletions(-) diff --git a/doc/en/conf.py b/doc/en/conf.py index 475202c4d5..9f2c9fd703 100644 --- a/doc/en/conf.py +++ b/doc/en/conf.py @@ -61,7 +61,7 @@ copyright = u'2015, Centreon' # The short X.Y version. version = '2.8' # The full version, including alpha/beta/rc tags. -release = '2.8.1' +release = '2.8.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/doc/en/release_notes/centreon-2.8/centreon-2.8.2.rst b/doc/en/release_notes/centreon-2.8/centreon-2.8.2.rst index de8efdaa02..23e3ce42c2 100644 --- a/doc/en/release_notes/centreon-2.8/centreon-2.8.2.rst +++ b/doc/en/release_notes/centreon-2.8/centreon-2.8.2.rst @@ -2,18 +2,27 @@ Centreon 2.8.2 ############## -Released December 6th, 2016. +Released December 8th, 2016. The 2.8.2 release for Centreon Web is now available for download. Here are its release notes. +Features +-------- + +* #4779 : Centreon Web supports proxy configuration for use with its + modules requiring external web access. This notably concerns Centreon + Plugin Pack Manager (component of the Centreon IMP offer). + +Bug Fixes +--------- + +* #4791: Can't delete host command on host/host template form ; +* #4773: Centreon Clapi call and empty line at beginning ; +* #4752: Options missing in notification tab ; + Known bugs or issues -------------------- -* This release is not yet compatible with some commercial products - from Centreon, notably Centreon EPP. If your are using any of our - commercial products, you are strongly advised **NOT** to update - Centreon Web until new releases of these products are available and - specifically mention Centreon Web 2.8 compatibility ; * Centreon Engine performance chart still in RRDTools PNG format ; * Zoom out on chart change period on filters ; * User with ACL can't see it own previously created meta service ; diff --git a/doc/fr/conf.py b/doc/fr/conf.py index 533dd71505..4a7fd6b732 100644 --- a/doc/fr/conf.py +++ b/doc/fr/conf.py @@ -61,7 +61,7 @@ copyright = u'2016, Centreon' # The short X.Y version. version = '2.8' # The full version, including alpha/beta/rc tags. -release = '2.8.1' +release = '2.8.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/doc/fr/release_notes/centreon-2.8/centreon-2.8.2.rst b/doc/fr/release_notes/centreon-2.8/centreon-2.8.2.rst index de8efdaa02..23e3ce42c2 100644 --- a/doc/fr/release_notes/centreon-2.8/centreon-2.8.2.rst +++ b/doc/fr/release_notes/centreon-2.8/centreon-2.8.2.rst @@ -2,18 +2,27 @@ Centreon 2.8.2 ############## -Released December 6th, 2016. +Released December 8th, 2016. The 2.8.2 release for Centreon Web is now available for download. Here are its release notes. +Features +-------- + +* #4779 : Centreon Web supports proxy configuration for use with its + modules requiring external web access. This notably concerns Centreon + Plugin Pack Manager (component of the Centreon IMP offer). + +Bug Fixes +--------- + +* #4791: Can't delete host command on host/host template form ; +* #4773: Centreon Clapi call and empty line at beginning ; +* #4752: Options missing in notification tab ; + Known bugs or issues -------------------- -* This release is not yet compatible with some commercial products - from Centreon, notably Centreon EPP. If your are using any of our - commercial products, you are strongly advised **NOT** to update - Centreon Web until new releases of these products are available and - specifically mention Centreon Web 2.8 compatibility ; * Centreon Engine performance chart still in RRDTools PNG format ; * Zoom out on chart change period on filters ; * User with ACL can't see it own previously created meta service ; -- GitLab