File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 6060# The short X.Y version.
6161version = u'2.9'
6262# The full version, including alpha/beta/rc tags.
63- release = u'2.9.3 '
63+ release = u'2.9.4 '
6464
6565# The language for content autogenerated by Sphinx. Refer to documentation
6666# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ To install the CVMFS package run
4848
4949::
5050
51- sudo dnf install https://ecsft.cern.ch/dist/cvmfs/cvmfs-2.9.3 /cvmfs-2.9.3 -1.fc34.x86_64.rpm https://ecsft.cern.ch/dist/cvmfs/cvmfs-config/cvmfs-config-default-latest.noarch.rpm
51+ sudo dnf install https://ecsft.cern.ch/dist/cvmfs/cvmfs-2.9.4 /cvmfs-2.9.4 -1.fc34.x86_64.rpm https://ecsft.cern.ch/dist/cvmfs/cvmfs-config/cvmfs-config-default-latest.noarch.rpm
5252
5353
5454Docker Container
@@ -65,7 +65,7 @@ or with
6565
6666::
6767
68- curl https://ecsft.cern.ch/dist/cvmfs/cvmfs-2.9.3 /cvmfs-service-2.9.3 -1.x86_64.docker.tar.gz | docker load
68+ curl https://ecsft.cern.ch/dist/cvmfs/cvmfs-2.9.4 /cvmfs-service-2.9.4 -1.x86_64.docker.tar.gz | docker load
6969
7070Run the container as a system service with
7171
@@ -98,7 +98,7 @@ Download the CernVM-FS client package in the terminal in order to avoid signatur
9898
9999::
100100
101- curl -o ~/Downloads/cvmfs-2.9.3 .pkg https://ecsft.cern.ch/dist/cvmfs/cvmfs-2.9.3 /cvmfs-2.9.3 .pkg
101+ curl -o ~/Downloads/cvmfs-2.9.4 .pkg https://ecsft.cern.ch/dist/cvmfs/cvmfs-2.9.4 /cvmfs-2.9.4 .pkg
102102
103103Install the CernVM-FS package by opening the .pkg file and reboot.
104104Future releases will provide a signed and notarized package.
Original file line number Diff line number Diff line change 1- Release Notes for CernVM-FS 2.9.3
1+ Release Notes for CernVM-FS 2.9.4
22=================================
33
4- CernVM-FS 2.9.3 is a patch release, containing two important bug fixes: a fix for
4+ CernVM-FS 2.9.4 is a patch release, containing two important bug fixes: a fix for
55a deadlock affecting the garbage collector, and an improvement of the link between
66the watchdog process and the fuse module.
77
You can’t perform that action at this time.
0 commit comments