Skip to content
Snippets Groups Projects
Commit c147f97e authored by Andreas Joachim Peters's avatar Andreas Joachim Peters
Browse files

DOC: update for 0.3.177

parent cf4cee08
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ Releases
================================= =================== =================== =================================
:doc:`releases/amber` 0.2.47 1st EOS Generation
:doc:`releases/beryl` 0.3.57-beryl 2nd EOS Generation :doc:`releases/beryl-release`
:doc:`releases/beryl` 0.3.176-aquamarine 2nd EOS Generation :doc:`releases/beryl-release`
:doc:`releases/beryl` 0.3.177-aquamarine 2nd EOS Generation :doc:`releases/beryl-release`
:doc:`releases/citrine` Ongoing Development 3nd EOS Generation
:doc:`releases/diamond` Future Development 4th EOS Generation
================================= =================== =================== =================================
......
......@@ -7,6 +7,25 @@
Beryl Release Notes
===================
``V0.3.177 Aquamarine``
+++++++++++++++++++++++
Bug Fix
+++++++
- FST: reduce lock contention on Sqlite mutex
- FST: use one Sqlite lock per filestem instead of a global lock for all filesystems
- ETC: fix use of default mount dir in eosd scripts
- FUSE: fix invalid modtime calculation disabling directory caching
- FUSE: fix memory leak in XrdIo when a file was deleted before it was ever opened
- HTTP: add mutex to avoid parallel loading of grid-map file and possible memory SEGV when parsing
- NAMESPACE: don't cancel follower threads on the Slave in active code (avoids exceptions on pthread_join)
New Feature
+++++++++++
- FUSE: add support to compile eosd3 using libfuse3
``V0.3.176 Aquamarine``
+++++++++++++++++++++++
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment