Skip to content

Commit b1b47b8

Browse files
committed
Merge branch '2.9' into latest
2 parents 6117603 + 6c24f34 commit b1b47b8

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
# The short X.Y version.
6161
version = 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.

cpt-quickstart.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

5454
Docker 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

7070
Run 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

103103
Install the CernVM-FS package by opening the .pkg file and reboot.
104104
Future releases will provide a signed and notarized package.

cpt-releasenotes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
55
a deadlock affecting the garbage collector, and an improvement of the link between
66
the watchdog process and the fuse module.
77

0 commit comments

Comments
 (0)