3
3
Release Notes for CernVM-FS 2.13.1
4
4
==================================
5
5
6
- CernVM-FS 2.13.1 is a patch release that fixes a few minor bugs introduced in 2.13.1 .
6
+ CernVM-FS 2.13.1 is a patch release that fixes a few bugs introduced in 2.13.0 .
7
7
8
8
9
9
As with previous releases, upgrading clients should be seamless just by
@@ -16,18 +16,19 @@ For publisher and gateway nodes, all transactions must be closed; no active leas
16
16
.. note ::
17
17
Packages no longer support libfuse2 for the new platforms: RHEL/Alma >= 10, Fedora >= 42, Debian >= 13 and Ubuntu >= 25.04.
18
18
For package maintainers: Libfuse2 support is turned off by default, and has to be enabled explicitly with the flag -DBUILD_LIBFUSE2
19
- It will be deprecated completely in a future version, and you are encouraged to remove the dependency. The cvmfs package should now
20
- explicitly depend on the cvmfs_fuse3 libs packaged in cvmfs-fuse3 package to ensure they are installed.
19
+ It will be deprecated completely in a future version, and the dependency can already be removed, as libfuse3 is required by default.
20
+ The cvmfs package should now explicitly depend on the cvmfs_fuse3 libs packaged in cvmfs-fuse3 package to ensure they are installed.
21
21
22
22
Packages are available for both the x86_64 and aarch64 architectures, for current debian- and rhel-based distros.
23
23
We've added packages for Almalinux 10 and Fedora 42 on top of Debian 13 already introduced in the previous release. Do try them out!
24
24
25
25
Bug fixes
26
26
---------
27
- * [client] Fix mount options that can lead to "futimes" error with docker (#3872)
28
- * [rpm] Allow builds without libfuse2 (#3879)
29
- * [client] Fix a segfault in one of the unmount branches of the loader (#3873)
30
- * [client] Fix host reset timeout (CVMFS_HOST_RESET_AFTER) (#3864)
27
+ * [client] Fix mount options that can lead to "futimes" error with docker (`#3872 <https://github.com/cvmfs/cvmfs/issues/3872 >`_)
28
+ * [rpm] Allow builds without libfuse2 (`#3879 <https://github.com/cvmfs/cvmfs/issues/3879 >`_)
29
+ * [client] Fix a segfault in one of the unmount branches of the loader (`#3873 <https://github.com/cvmfs/cvmfs/issues/3873 >`_)
30
+ * [client] Fix host reset timeout (CVMFS_HOST_RESET_AFTER) (`#3864 <https://github.com/cvmfs/cvmfs/issues/3864 >`_)
31
+
31
32
32
33
33
34
Release Notes for CernVM-FS 2.13.0
0 commit comments