From 7186c0e67196328f77c2966f0bbdd370d45c411f Mon Sep 17 00:00:00 2001 From: Carla Schroder Date: Tue, 27 Oct 2015 16:17:04 -0700 Subject: [PATCH] Update release_notes.rst --- admin_manual/release_notes.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/admin_manual/release_notes.rst b/admin_manual/release_notes.rst index f8dfaedd5..25fe4ce37 100644 --- a/admin_manual/release_notes.rst +++ b/admin_manual/release_notes.rst @@ -5,6 +5,8 @@ ownCloud |version| Release Notes Changes in 8.2 -------------- +PHP 5.6.11+ breaks the LDAP wizard with a 'Could not connect to LDAP' error. See https://github.com/owncloud/core/issues/20020. + ``filesystem_check_changes`` in ``config.php`` is set to 0 by default. This prevents unnecessary update checks and improves performance. If you are using external storage mounts such as NFS on a remote storage server, set this to 1 @@ -28,6 +30,9 @@ Run ``sudo -u www-data php occ ldap:show-config`` to find the correct ``sNN`` value; if there is not one then use empty quotes, ``""``. (See :doc:`configuration_server/occ_command`.) +Users of the Linux Package need to update their repository setup as described +in this `blogpost `_. + Changes in 8.1 --------------