From b6dc026e37e737b5b91adf6559912db12780d30f Mon Sep 17 00:00:00 2001 From: Davide Principi Date: Thu, 26 Sep 2019 14:03:45 +0200 Subject: [PATCH 1/9] Release notes 7.7 --- administrator-manual/en/release_notes.rst | 28 +++++++++++++++++++---- 1 file changed, 24 insertions(+), 4 deletions(-) diff --git a/administrator-manual/en/release_notes.rst b/administrator-manual/en/release_notes.rst index 4a5d0648..cb2dcf8e 100644 --- a/administrator-manual/en/release_notes.rst +++ b/administrator-manual/en/release_notes.rst @@ -8,9 +8,9 @@ Release notes |version| .. only:: nscom - - ISO release 7.6.1810 "final" replaces any previous ISO 7.6.1810 + - ISO release 7.7.1908 "rc1" replaces any previous ISO 7.6.1810 - - This release is based on `CentOS 7 (1810) `_ + - This release is based on `CentOS 7 (1908) `_ - CentOS 7 will receive security updates until 2024-06-30 @@ -24,13 +24,33 @@ Release notes |version| .. only:: nsent - - ISO release 7.6.1810 "final" replaces any previous ISO 7.6.1810 + - ISO release 7.7.1908 "rc1" replaces any previous ISO 7.6.1810 - - This release is based on `CentOS 7 (1810) `_ + - This release is based on `CentOS 7 (1908) `_ - CentOS 7 will receive security updates until 2024-06-30 +Major changes on 2019-10-XX +--------------------------- + +* ISO release 7.7.1908 "rc1" replaces any previous ISO 7.6.1810 + +* The new Server Manager implementation based on Cockpit reached Beta stage and + is available by default on new installations. Existing systems can add the new + Server Manager module from the Software Center page. See also + :ref:`access-section`. + +* Delta RPM files have been removed by the upstream distro and are no longer + available from YUM repositories + +* OpenSSH configuration was removed from TLS policy settings and reverted to + upstream defaults. + +* The `Junk` public mailbox is created during the Mail module installation, + granting IMAP access to the root user; further permissions can be added from the + new Server Manager Email application or with an IMAP/ACL client, like Roundcube. + Major changes on 2018-12-17 --------------------------- From 6b0547d5cfd0c35c3e7d5ebe3079fcdb1e5efe71 Mon Sep 17 00:00:00 2001 From: Davide Principi Date: Thu, 26 Sep 2019 15:26:53 +0200 Subject: [PATCH 2/9] Removed Software updates origin feature [skip ci] --- administrator-manual/en/release_notes.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/administrator-manual/en/release_notes.rst b/administrator-manual/en/release_notes.rst index cb2dcf8e..da4ad089 100644 --- a/administrator-manual/en/release_notes.rst +++ b/administrator-manual/en/release_notes.rst @@ -41,6 +41,11 @@ Major changes on 2019-10-XX Server Manager module from the Software Center page. See also :ref:`access-section`. +* The :guilabel:`Software updates origin` (locked/unlocked) feature was removed + from the "Software Center" page. |product| can be upgraded manually + from the Software Center page when the next "point release" is released. See + also :ref:`software-center-section`. + * Delta RPM files have been removed by the upstream distro and are no longer available from YUM repositories From 2c57f3042ffa449c1a0ac8dee876771fc4294aae Mon Sep 17 00:00:00 2001 From: Davide Principi Date: Mon, 30 Sep 2019 12:36:18 +0200 Subject: [PATCH 3/9] List 7.7.1908 iso release --- administrator-manual/en/nscom_releases.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/administrator-manual/en/nscom_releases.rst b/administrator-manual/en/nscom_releases.rst index 56f1aaef..e54d62ff 100644 --- a/administrator-manual/en/nscom_releases.rst +++ b/administrator-manual/en/nscom_releases.rst @@ -8,6 +8,13 @@ See also the `ISO releases`_ on Developer's manual. .. _ISO releases: http://docs.nethserver.org/projects/nethserver-devel/en/v7/development_process.html#iso-releases-section +7.7.1908 +-------- + +* 2019-10-01 `rc1 `_ + +.. _rel77: https://github.com/NethServer/dev/milestone/25?closed=1 + 7.6.1810 --------- From b56922d222281b6f7040d7c528e38d8cd90b6a07 Mon Sep 17 00:00:00 2001 From: Davide Principi Date: Mon, 30 Sep 2019 14:23:00 +0200 Subject: [PATCH 4/9] Fix reference for new server manager --- administrator-manual/en/release_notes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/administrator-manual/en/release_notes.rst b/administrator-manual/en/release_notes.rst index da4ad089..26083f8f 100644 --- a/administrator-manual/en/release_notes.rst +++ b/administrator-manual/en/release_notes.rst @@ -39,7 +39,7 @@ Major changes on 2019-10-XX * The new Server Manager implementation based on Cockpit reached Beta stage and is available by default on new installations. Existing systems can add the new Server Manager module from the Software Center page. See also - :ref:`access-section`. + :ref:`access2-section`. * The :guilabel:`Software updates origin` (locked/unlocked) feature was removed from the "Software Center" page. |product| can be upgraded manually From c2e9797f6e533585c25bee00b06610a7e09a1093 Mon Sep 17 00:00:00 2001 From: Davide Principi Date: Mon, 30 Sep 2019 14:23:06 +0200 Subject: [PATCH 5/9] Public mailboxes rename --- administrator-manual/en/release_notes.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/administrator-manual/en/release_notes.rst b/administrator-manual/en/release_notes.rst index 26083f8f..67be708c 100644 --- a/administrator-manual/en/release_notes.rst +++ b/administrator-manual/en/release_notes.rst @@ -52,6 +52,10 @@ Major changes on 2019-10-XX * OpenSSH configuration was removed from TLS policy settings and reverted to upstream defaults. +* Starting with the new Server Manager based on Cockpit, the Mail module + feature :guilabel:`Shared mailboxes` has been renamed to :guilabel:`Public + mailboxes`. + * The `Junk` public mailbox is created during the Mail module installation, granting IMAP access to the root user; further permissions can be added from the new Server Manager Email application or with an IMAP/ACL client, like Roundcube. From 5bfd0cec4d85889bbca8d4d1dc723679d47d3f22 Mon Sep 17 00:00:00 2001 From: Giacomo Sanchietti Date: Fri, 4 Oct 2019 11:09:10 +0200 Subject: [PATCH 6/9] Add clamav, restore data and duc --- administrator-manual/en/release_notes.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/administrator-manual/en/release_notes.rst b/administrator-manual/en/release_notes.rst index 67be708c..b5101e9d 100644 --- a/administrator-manual/en/release_notes.rst +++ b/administrator-manual/en/release_notes.rst @@ -60,6 +60,15 @@ Major changes on 2019-10-XX granting IMAP access to the root user; further permissions can be added from the new Server Manager Email application or with an IMAP/ACL client, like Roundcube. +* Official ClamAV antivirus signatures are disabled by default. + +* The web interface for selective restore has been removed from the old Server Manager. + A new one is available inside Cockpit, see :ref:`selective_restore-section`. + +* As default, the disk usage analyzer (duc) will skip directories on different + file systems. + + Major changes on 2018-12-17 --------------------------- From f04d5c2646d9230e49614ead4bbdabd73c9b7eff Mon Sep 17 00:00:00 2001 From: Giacomo Sanchietti Date: Fri, 4 Oct 2019 15:05:33 +0200 Subject: [PATCH 7/9] Add server manager access --- administrator-manual/en/release_notes.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/administrator-manual/en/release_notes.rst b/administrator-manual/en/release_notes.rst index b5101e9d..1769b3fa 100644 --- a/administrator-manual/en/release_notes.rst +++ b/administrator-manual/en/release_notes.rst @@ -46,7 +46,7 @@ Major changes on 2019-10-XX from the Software Center page when the next "point release" is released. See also :ref:`software-center-section`. -* Delta RPM files have been removed by the upstream distro and are no longer +* Delta RPM files have been removed by the upstream distribution and are no longer available from YUM repositories * OpenSSH configuration was removed from TLS policy settings and reverted to @@ -60,6 +60,12 @@ Major changes on 2019-10-XX granting IMAP access to the root user; further permissions can be added from the new Server Manager Email application or with an IMAP/ACL client, like Roundcube. +* Only users with enabled shell can access the new Server Manager. + From the old Server Manager, go to the :guilabel:`Users and groups` page and enable + the :guilabel:`Remote shell (SSH)` option for the selected user. + From the new Server Manager, go to the :guilabel:`Users and groups` page and enable + the :guilabel:`Shell` option for the selected user. + * Official ClamAV antivirus signatures are disabled by default. * The web interface for selective restore has been removed from the old Server Manager. From ee303bbc708afa2cbfc4c70aa0a6e79f6ae51f10 Mon Sep 17 00:00:00 2001 From: Giacomo Sanchietti Date: Fri, 4 Oct 2019 15:25:18 +0200 Subject: [PATCH 8/9] Update administrator-manual/en/release_notes.rst Co-Authored-By: Davide Principi --- administrator-manual/en/release_notes.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/administrator-manual/en/release_notes.rst b/administrator-manual/en/release_notes.rst index 1769b3fa..936652cc 100644 --- a/administrator-manual/en/release_notes.rst +++ b/administrator-manual/en/release_notes.rst @@ -72,7 +72,6 @@ Major changes on 2019-10-XX A new one is available inside Cockpit, see :ref:`selective_restore-section`. * As default, the disk usage analyzer (duc) will skip directories on different - file systems. Major changes on 2018-12-17 From e3c554c8cfb95cd0518a44a696c508fce3301c02 Mon Sep 17 00:00:00 2001 From: Davide Principi Date: Fri, 4 Oct 2019 15:26:13 +0200 Subject: [PATCH 9/9] Update administrator-manual/en/release_notes.rst [skip ci] --- administrator-manual/en/release_notes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/administrator-manual/en/release_notes.rst b/administrator-manual/en/release_notes.rst index 936652cc..84f4151e 100644 --- a/administrator-manual/en/release_notes.rst +++ b/administrator-manual/en/release_notes.rst @@ -71,7 +71,7 @@ Major changes on 2019-10-XX * The web interface for selective restore has been removed from the old Server Manager. A new one is available inside Cockpit, see :ref:`selective_restore-section`. -* As default, the disk usage analyzer (duc) will skip directories on different +* As default, the disk usage analyzer (duc) scans only the root file system contents. Other mount points are ignored. Major changes on 2018-12-17