Skip to content

Commit 8899b64

Browse files
authored
Merge pull request #158 from edquist/bump-2.3.1
Bump version to 2.3.1 (SOFTWARE-3532)
2 parents 1a1b838 + f48bd95 commit 8899b64

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

Makefile

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

88
PACKAGE := osg-test
9-
VERSION := 2.3.0
9+
VERSION := 2.3.1
1010

1111

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

rpm/osg-test.spec

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Summary: Tests an OSG Software installation
22
Name: osg-test
3-
Version: 2.3.0
3+
Version: 2.3.1
44
Release: 1%{?dist}
55
License: Apache License, 2.0
66
Group: Applications/Grid
@@ -41,6 +41,12 @@ make install DESTDIR=$RPM_BUILD_ROOT
4141
%{_sbindir}/%{name}-log-viewer
4242

4343
%changelog
44+
* Wed Jan 23 2019 Carl Edquist <[email protected]> - 2.3.1-1
45+
- Require globus-proxy-utils for xrootd-multiuser tests (SOFTWARE-3359, #154)
46+
- Update test requirements for singularity-3.0.2 (SOFTWARE-3532, #157)
47+
- Add comparison class for package version tests (#153)
48+
- Update tests to support XCache 1.0.0 (SOFTWARE-3569)
49+
4450
* Wed Dec 19 2018 Brian Lin <[email protected]> - 2.3.0-1
4551
- Add extra digits to the test numbering scheme
4652
- Fix bootstrap-osg-test (SOFTWARE-2232)

0 commit comments

Comments
 (0)