-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #108 from brianhlin/SOFTWARE-4417.release-1.5.3
Bump version to 1.5.3 (SOFTWARE-4417)
- Loading branch information
Showing
1 changed file
with
9 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Name: xcache | ||
Summary: XCache scripts and configurations | ||
Version: 1.5.2 | ||
Release: 2%{?dist} | ||
Version: 1.5.3 | ||
Release: 1%{?dist} | ||
License: Apache 2.0 | ||
Group: Grid | ||
URL: https://opensciencegrid.org/docs/ | ||
|
@@ -292,6 +292,13 @@ mkdir -p %{buildroot}%{_sysconfdir}/grid-security/xrd | |
%config %{_sysconfdir}/xrootd/config.d/03-redir-tuning.cfg | ||
|
||
%changelog | ||
* Wed Jan 13 2021 Brian Lin <[email protected]> - 1.5.3-1 | ||
- Add default values for the number of blocks and threads used for | ||
writing in parallel | ||
- Add new ATLAS XCache default values for the write queue, block size, | ||
and the number of prefetch blocks | ||
- Disable additional ATLAS debugging by default | ||
|
||
* Tue Nov 10 2020 Mátyás Selmeci <[email protected]> - 1.5.2-2 | ||
- Include xrootd-client in stash-origin since it's used for validation (SOFTWARE-4353) | ||
|
||
|