You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cpt-releasenotes.rst
+32Lines changed: 32 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,46 @@
1
1
2
+
Release Notes for CernVM-FS 2.12.4
3
+
==================================
4
+
5
+
CernVM-FS 2.12.4 is a small patch release that adds a minor fix to ``cvmfs_config fsck -q`` and a minor fix to ``cvmfs_server mkfs``.
6
+
7
+
Bug fixes
8
+
---------
9
+
10
+
* [client] Fix cvmfs_config fsck -q to work with rmd160, shake128 hashes (`#3739 <https://github.com/cvmfs/cvmfs/issues/3739>`_)
11
+
* [server] Fix mkfs overwrite-manifest check when upstream is gateway (`#37240 <https://github.com/cvmfs/cvmfs/issues/3740>`_)
12
+
13
+
14
+
Release Notes for CernVM-FS 2.12.3
15
+
==================================
16
+
17
+
CernVM-FS 2.12.3 is a small patch release that fixes the issue with zeroed files in the cache seen in 2.12.0.
18
+
19
+
Bug fixes
20
+
---------
21
+
22
+
* [client] Don't commit empty certificates to cache (`#3728 <https://github.com/cvmfs/cvmfs/issues/3728>`_)
23
+
2
24
Release Notes for CernVM-FS 2.12.2
3
25
==================================
4
26
5
27
CernVM-FS 2.12.2 is a small patch release that adds the "quick" ``cvmfs_config fsck -q`` option to check for and quarantine zeroed files in the cache.
6
28
29
+
Improvements and changes
30
+
------------------------
31
+
32
+
* [client] Add cvmfs_config fsck -q(uick) to check for zeroed files in cache (`#3726 <https://github.com/cvmfs/cvmfs/issues/3726>`_)
33
+
7
34
Release Notes for CernVM-FS 2.12.1
8
35
==================================
9
36
10
37
CernVM-FS 2.12.1 is a small patch release that fixes a packaging issue: it ensures that the service to reload cvmfs after package upgrades is correctly configured.
11
38
39
+
Bug fixes
40
+
---------
41
+
42
+
* [rpm] bugfix for reload service after rpm upgrades (`#3725 <https://github.com/cvmfs/cvmfs/issues/3725>`_)
0 commit comments