diff --git a/doc/en/conf.py b/doc/en/conf.py index 475202c4d5252578f60d75927cbbffd8ffde4dc0..9f2c9fd703afc5458e7d51bffcf72219df628829 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 de8efdaa0238e3f35ec5a023e154af5b863c37eb..23e3ce42c24944c0627f7021d31cb1d783e2696e 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 533dd7150562ed5b4fcc2cce31878bc4a6bfaa08..4a7fd6b7323f8710a1b6614a32b43c711a5410b8 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 de8efdaa0238e3f35ec5a023e154af5b863c37eb..23e3ce42c24944c0627f7021d31cb1d783e2696e 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 ;