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 @@ -48,13 +48,16 @@ cmake --build redhat-linux-build --verbose
4848%{_libdir }/libXrdOssS3-5.so
4949%{_libdir }/libXrdOssFilter-5.so
5050%{_libdir }/libXrdOssPosc-5.so
51+ %{_libdir }/libXrdN2NPrefix-5.so
5152%doc README.md
5253%license LICENSE
5354
5455%changelog
55- * Fri Dec 12 2025 William Jiang <whjiang@wisc.edu > - 0.6.0-1
56+ * Mon Jan 05 2026 Patrick Brophy <patrick.brophy2@gmail.com > - 0.6.0-1
5657- Fix some race conditions with the Globus plugin.
5758- Package the new libXrdPelicanHttpCore shared object which addresses the above.
59+ - Add file size verification to POSC plugin to prevent incomplete uploads
60+ - New XRootD Name2Name plugin to perform path prefix substitution
5861
5962* Fri Oct 24 2025 Brian Bockelman <bbockelman@morgridge.org> - 0.5.3-1
6063- Fix directory listings for the POSC filtering plugin.
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.5.3 " );
61+ curl_easy_setopt (result, CURLOPT_USERAGENT, " xrootd-s3/0.6.0 " );
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