From 39eb8836c3dabff15e58ac0187e05eb44fe3d572 Mon Sep 17 00:00:00 2001 From: Tim Theisen Date: Tue, 1 Oct 2024 14:46:30 -0500 Subject: [PATCH 1/2] 2024-10-01 release notes --- docs/release/osg-23.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/docs/release/osg-23.md b/docs/release/osg-23.md index 2e736660e..bc112cc2e 100644 --- a/docs/release/osg-23.md +++ b/docs/release/osg-23.md @@ -44,6 +44,29 @@ root@host # update-crypto-policies --set DEFAULT:SHA1 Latest News ----------- +### **October 1, 2024:** HTCondor 23.0.15, XRootD 5.7.1-1.1, xrdcl-pelican 0.9.6 +- HTCondor 23.0.15 + - Fix bug where Docker universe jobs reported zero memory usage on EL9 + - Fix bug where Docker universe images would not be removed from EP cache + - Fix bug where `condor_watch_q` could crash + - Fix bug that could cause the file transfer hold reason to be truncated +- XRootD 5.7.1 + - New Features + - Allow cconfig to write out combined config file + - Allow for API endpoints for fixed remote origins + - Allow server to assume an arbitrary network identity + - Allow a redirector to be configured read-only + - Add "OSS Statistics" plugin to enable file system load monitoring + - Defer client TLS authentication for XRootD to avoid unnecessary browser popups + - Major bug fixes + - Do not leak file pointer on open error + - Fix memory leaks when creating Python objects + - Ensure correct certificate is used when passed via cgi with `xrd.gsiusrproxy=...` + - Fix too few arguments to formatting function +- xrdcl-pelican 0.9.4 + - Allow X.509 client authentication + - Provide an error code on metadata lookup failure + ### **September 12, 2024:** CVMFS 2.11.5, vault 1.17.2, htvault-config 1.18, htgettoken 2.0, xrootd-multiuser 2.2.0-1.1, xrdcl-pelican 0.9.3-2.1 - [CVMFS 2.11.5](https://cvmfs.readthedocs.io/en/2.11/cpt-releasenotes.html#release-notes-for-cernvm-fs-2-11-5) - Fix blocking behavior in repositories when pipe reads take longer than a timeout From 92877fe7225fa21ace4c75e44a32b1bf32e03c06 Mon Sep 17 00:00:00 2001 From: Tim Theisen Date: Tue, 1 Oct 2024 14:49:53 -0500 Subject: [PATCH 2/2] Add in links for 2024-10-01 release notes --- docs/release/osg-23.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/release/osg-23.md b/docs/release/osg-23.md index bc112cc2e..d2811adc2 100644 --- a/docs/release/osg-23.md +++ b/docs/release/osg-23.md @@ -45,12 +45,12 @@ Latest News ----------- ### **October 1, 2024:** HTCondor 23.0.15, XRootD 5.7.1-1.1, xrdcl-pelican 0.9.6 -- HTCondor 23.0.15 +- [HTCondor 23.0.15 LTS](https://htcondor.readthedocs.io/en/23.0/version-history/lts-versions-23-0.html#version-23-0-15) - Fix bug where Docker universe jobs reported zero memory usage on EL9 - Fix bug where Docker universe images would not be removed from EP cache - Fix bug where `condor_watch_q` could crash - Fix bug that could cause the file transfer hold reason to be truncated -- XRootD 5.7.1 +- [XRootD 5.7.1](https://xrootd.slac.stanford.edu/2024/09/03/announcement_5_7_1.html) - New Features - Allow cconfig to write out combined config file - Allow for API endpoints for fixed remote origins