Skip to content

Commit b723871

Browse files
Merge pull request #143 from matyasselmeci/pr/SOFTWARE-5580.v3.5.0
Bump version in Makefile and RPM spec to v3.5.0 and add changelog entry (SOFTWARE-5580)
2 parents 84eebea + 8bb4f14 commit b723871

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# ------------------------------------------------------------------------------
77

88
PACKAGE := xcache
9-
VERSION := 3.4.0
9+
VERSION := 3.5.0
1010

1111

1212
# ------------------------------------------------------------------------------

rpm/xcache.spec

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Name: xcache
22
Summary: XCache scripts and configurations
3-
Version: 3.4.0
4-
Release: 3%{?dist}
3+
Version: 3.5.0
4+
Release: 1%{?dist}
55
License: Apache 2.0
66
Group: Grid
77
URL: https://opensciencegrid.org/docs/
@@ -306,6 +306,10 @@ mkdir -p %{buildroot}%{_sysconfdir}/grid-security/xrd
306306
%config %{_sysconfdir}/xrootd/config.d/03-redir-tuning.cfg
307307

308308
%changelog
309+
* Tue May 16 2023 Mátyás Selmeci <matyas@cs.wisc.edu> - 3.5.0-1
310+
- Have the authfile updater get a grid-mapfile from Topology for
311+
stash-cache-auth and stash-origin-auth (SOFTWARE-5467)
312+
309313
* Fri Feb 24 2023 Mátyás Selmeci <matyas@cs.wisc.edu> - 3.4.0-3
310314
- Merge changes for building on el9
311315

0 commit comments

Comments
 (0)