Skip to content

Commit b9ea7c2

Browse files
committed
Bump versions for v0.5.3 release
1 parent 037c9e5 commit b9ea7c2

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.5.2
2+
Version: 0.5.3
33
Release: 1%{?dist}
44
Summary: S3/HTTP filesystem plugins for xrootd
55

@@ -50,6 +50,9 @@ cmake --build redhat-linux-build --verbose
5050
%license LICENSE
5151

5252
%changelog
53+
* Fri Oct 24 2025 Brian Bockelman <bbockelman@morgridge.org> - 0.5.3-1
54+
- Fix directory listings for the POSC filtering plugin.
55+
5356
* Thu Oct 2 2025 Justin Hiemstra <jhiemstra@wisc.edu> - 0.5.2-1
5457
- Fix download buffers that could try reading past the end of the file
5558

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.5.2");
61+
curl_easy_setopt(result, CURLOPT_USERAGENT, "xrootd-s3/0.5.3");
6262
curl_easy_setopt(result, CURLOPT_BUFFERSIZE, 32 * 1024);
6363
curl_easy_setopt(result, CURLOPT_NOSIGNAL, 1L);
6464

0 commit comments

Comments
 (0)