File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 11Name: xrootd-s3-http
2- Version: 0.6.3
2+ Version: 0.6.4
33Release: 1%{?dist }
44Summary: S3/HTTP/Globus filesystem plugins for xrootd
55
@@ -54,6 +54,9 @@ rm %{buildroot}%{_libdir}/libXrdPelicanHttpCore.so
5454%license LICENSE
5555
5656%changelog
57+ * Wed Feb 04 2026 Patrick Brophy <patrick.brophy2@gmail.com> - 0.6.4-1
58+ - Fixed return code of POSC plugin when rename fails during Close() operation
59+
5760* Mon Jan 26 2026 Patrick Brophy <patrick.brophy2@gmail.com> - 0.6.3-1
5861- Fixed crash when copying XrdSecEntity in POSC plugin
5962- Fixed parallel runs of POSC tests
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ CURL *HandlerQueue::GetHandle() {
5858 return result;
5959 }
6060
61- curl_easy_setopt (result, CURLOPT_USERAGENT, " xrootd-s3/0.6.3 " );
61+ curl_easy_setopt (result, CURLOPT_USERAGENT, " xrootd-s3/0.6.4 " );
6262 curl_easy_setopt (result, CURLOPT_BUFFERSIZE, 32 * 1024 );
6363 curl_easy_setopt (result, CURLOPT_NOSIGNAL, 1L );
6464
You can’t perform that action at this time.
0 commit comments