Skip to content

Commit a5f0bbb

Browse files
Merge pull request #143 from matyasselmeci/pr/v0.6.5
Bump version to 0.6.5
2 parents 82e9722 + d529660 commit a5f0bbb

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

rpm/xrootd-s3-http.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: xrootd-s3-http
2-
Version: 0.6.4
2+
Version: 0.6.5
33
Release: 1%{?dist}
44
Summary: S3/HTTP/Globus filesystem plugins for xrootd
55

@@ -59,6 +59,9 @@ rm %{buildroot}%{_libdir}/libXrdPelicanHttpCore.so
5959
%license LICENSE
6060

6161
%changelog
62+
* Fri Feb 20 2026 Mátyás Selmeci <mselmeci@wisc.edu> - 0.6.5-1
63+
- Build on EL8
64+
6265
* Wed Feb 04 2026 Patrick Brophy <patrick.brophy2@gmail.com> - 0.6.4-1
6366
- Fixed return code of POSC plugin when rename fails during Close() operation
6467

src/CurlUtil.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.4");
61+
curl_easy_setopt(result, CURLOPT_USERAGENT, "xrootd-s3/0.6.5");
6262
curl_easy_setopt(result, CURLOPT_BUFFERSIZE, 32 * 1024);
6363
curl_easy_setopt(result, CURLOPT_NOSIGNAL, 1L);
6464

0 commit comments

Comments
 (0)