Skip to content

Commit

Permalink
add JIRA tickets to release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
jblomer committed Nov 26, 2019
1 parent 9e73587 commit 4b1543a
Showing 1 changed file with 71 additions and 3 deletions.
74 changes: 71 additions & 3 deletions cpt-releasenotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ Release Notes for CernVM-FS 2.7.0
=================================

CernVM-FS 2.7 is a feature release that comes with performance improvements,
new functionality, support for new platforms, and bugfixes.
new functionality, and bugfixes.

CernVM-FS 2.7 includes support for the new platform EL8 (RHEL8, CentOS8, etc.),
Debian 10, and macOS 10.15 "Catalina".

As with previous releases, upgrading should be seamless just by installing the
new package from the repository. As usual, we recommend to update only a few
Expand All @@ -21,13 +24,78 @@ Fuse 3 Support
Pre-mounted Repository
----------------------

POSIX ACLs
----------

Client Performance Instrumentation
----------------------------------

(CVM-1770)

Bug Fixes
---------

* Client:
(`CVM-XXX <https://sft.its.cern.ch/jira/browse/CVM-XXX>`_)
* Client: fix stale negative entries in active cache eviction
(`CVM-1759 <https://sft.its.cern.ch/jira/browse/CVM-1759>`_)

* Client: fix potentially incomplete parsing of /etc/hosts

* Client: fix potential file descriptor mix-up of external cache manager
after reload

* Client: fix repository updates on shared, writable alien cache
(`CVM-1803 <https://sft.its.cern.ch/jira/browse/CVM-1803>`_)

* Client: fix missing package dependency on Debian 9 and Ubuntu 18.04
(`CVM-1789 <https://sft.its.cern.ch/jira/browse/CVM-1789>`_)

* Client: fix spurious error message when starting external cache manager

* Client: fix sprious error message with ``auto;DIRECT`` if proxy auto
discovery returns an empty list
(`CVM-1818 <https://sft.its.cern.ch/jira/browse/CVM-1818>`_)

* Client, macOS >= 10.15: set default mount point to /Users/Shared/cvmfs
with a firm link from /cvmfs to the new destination
(`CVM-1813 <https://sft.its.cern.ch/jira/browse/CVM-1813>`_)

* Server: fix publish statistics for several corner cases
(`CVM-1716 <https://sft.its.cern.ch/jira/browse/CVM-1716>`_,
`CVM-1717 <https://sft.its.cern.ch/jira/browse/CVM-1717>`_,
`CVM-1718 <https://sft.its.cern.ch/jira/browse/CVM-1718>`_,
`CVM-1719 <https://sft.its.cern.ch/jira/browse/CVM-1719>`_,
`CVM-1720 <https://sft.its.cern.ch/jira/browse/CVM-1720>`_)

* Server, gateway: fix clashing generic tags for short transactions
(`CVM-1735 <https://sft.its.cern.ch/jira/browse/CVM-1735>`_)

* Server, DUCC: use relative symbolic links
(`CVM-1817 <https://sft.its.cern.ch/jira/browse/CVM-1817>`_)


Other Improvements
------------------

* Client: enable default config repository on Debian stretch and newer
(`CVM-1794 <https://sft.its.cern.ch/jira/browse/CVM-1794>`_)

* Client: add new magic extended attribute ``repo_counters``
(`CVM-1499 <https://sft.its.cern.ch/jira/browse/CVM-1499>`_)

* Client: add new magic extended attribute ``repo_metainfo``
(`CVM-1733 <https://sft.its.cern.ch/jira/browse/CVM-1733>`_)

* Client: enforce ``CVMFS_NFILES`` parameter only when mounting through
mount helper

* Client: add support for ``CVMFS_LIBRARY_PATH`` environment variable in
order to facilitate standalone deployment

* Server: add support for extended attributes on directories

* Server: add ``filestats`` command to ``cvmfs_swisknife``
(`CVM-1756 <https://sft.its.cern.ch/jira/browse/CVM-1756>`_)

* Server: add ``list_reflog`` command to ``cvmfs_swisknife``
(`CVM-1756 <https://sft.its.cern.ch/jira/browse/CVM-1760>`_)

0 comments on commit 4b1543a

Please sign in to comment.