Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions administrator-manual/en/nscom_releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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_>`_

.. _rel77: https://github.com/NethServer/dev/milestone/25?closed=1

7.6.1810
---------

Expand Down
51 changes: 47 additions & 4 deletions administrator-manual/en/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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) <https://wiki.centos.org/Manuals/ReleaseNotes/CentOS7>`_
- This release is based on `CentOS 7 (1908) <https://wiki.centos.org/Manuals/ReleaseNotes/CentOS7>`_

- CentOS 7 will receive security updates until 2024-06-30

Expand All @@ -24,13 +24,56 @@ 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) <https://wiki.centos.org/Manuals/ReleaseNotes/CentOS7>`_
- This release is based on `CentOS 7 (1908) <https://wiki.centos.org/Manuals/ReleaseNotes/CentOS7>`_

- 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:`access2-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 distribution and are no longer
available from YUM repositories

* 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.

* 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.
A new one is available inside Cockpit, see :ref:`selective_restore-section`.

* 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
---------------------------

Expand Down