Skip to content

Commit 72078d0

Browse files
committed
release notes for 2.13.2
1 parent 717fdef commit 72078d0

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
# The short X.Y version.
6464
version = u'2.13'
6565
# The full version, including alpha/beta/rc tags.
66-
release = u'2.13.1'
66+
release = u'2.13.2'
6767

6868
# The language for content autogenerated by Sphinx. Refer to documentation
6969
# for a list of supported languages.

cpt-releasenotes.rst

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,40 @@
11

22

3+
4+
Release Notes for CernVM-FS 2.13.2
5+
==================================
6+
7+
CernVM-FS 2.13.2 is a fairly large patch release. It fixes two long standing issues in the core client code that have caused crashes in some rare circumstances.
8+
A regression in 2.13 that has led to spurious "failed to umount (errno 22)" log messages is fixed as well.
9+
Furthermore this patch release includes some important improvements for stratum one operations (As a reminder, the versioning of CVMFS is semantic mostly for the client.
10+
New features may be added to the server tools and unpacker even in patch releases).
11+
12+
13+
As with previous releases, upgrading clients should be seamless just by
14+
installing the new package from the repository. As usual, we recommend updating only a few worker nodes first and gradually ramp up once the new version proves
15+
to work correctly. Please take special care when upgrading a cvmfs client in NFS mode.
16+
17+
For Stratum 1 servers, there should be no running snapshots during the upgrade.
18+
For publisher and gateway nodes, all transactions must be closed; no active leases must be present before upgrading.
19+
20+
21+
Bug fixes
22+
---------
23+
* [client] Fix loader return value when automounter unmounts (#3929)
24+
* [client] Fix race when using page cache tracker for chunked files (#3685)
25+
* [client] Correct PCT Close in cvmfs_open (#3917)
26+
* [server] Change gc -a to only do repos where gc was run on the stratum0 (#3895)
27+
* [server] Move the no collectable repos message to gc.log (#3915)
28+
* [server] Do only one gc -a at a time, and remove need for check -a to be run by root (#3575)
29+
* [server] snapshot: Avoid recursion into history (#3846)
30+
* [server] Optimize DNS lookups by cvmfs_geo.py to ignore short host names (#3920)
31+
* [client] Add cvmfs_talk metrics prometheus command for faster telemetry (#3944)
32+
* [rpm] Temporarily re-add fuse3 dependency to server to fix fstab #3943
33+
* [build system] cmake: add BUILTIN_EXTERNALS_LIST and EXCLUDE options (#3940)
34+
* [client] Add CVMFS_VERSION and CVMFS_VERSION_NUMERIC env vars to config (#3934)
35+
* [rpm] fix logrotate config for el8 (#3932)
36+
37+
338
Release Notes for CernVM-FS 2.13.1
439
==================================
540

0 commit comments

Comments
 (0)