Skip to content

Commit c46e4e4

Browse files
authored
Merge pull request #152 from brianhlin/master
Bump version to 2.3.0
2 parents 0c1065a + 3476fe1 commit c46e4e4

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
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.2.0
9+
VERSION := 2.3.0
1010

1111

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

rpm/osg-test.spec

Lines changed: 12 additions & 5 deletions
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.2.2
3+
Version: 2.3.0
44
Release: 1%{?dist}
55
License: Apache License, 2.0
66
Group: Applications/Grid
@@ -41,27 +41,34 @@ make install DESTDIR=$RPM_BUILD_ROOT
4141
%{_sbindir}/%{name}-log-viewer
4242

4343
%changelog
44+
* Wed Dec 19 2018 Brian Lin <[email protected]> - 2.3.0-1
45+
- Add extra digits to the test numbering scheme
46+
- Fix bootstrap-osg-test (SOFTWARE-2232)
47+
- Add tests for xrootd-multiuser, StashCache (SOFTWARE-3369, SOFTWARE-3360)
48+
- Update tests for HTCondor 8.8.0 (SOFTWARE-3473)
49+
- Re-enable xrootd-fuse tests
50+
4451
* Tue Oct 02 2018 Carl Edquist <[email protected]> - 2.2.2-1
4552
- Update bootstrap-osg-test to fetch from source control (SOFTWARE-2232)
4653
- Allow installing slurm without all of osg-tested-internal (SOFTWARE-3347)
4754
- Conditionalize xrootd policy based on lcmaps version (SOFTWARE-3396)
4855

49-
* Tue Aug 7 2018 Suchandra Thapa <[email protected]>
56+
* Tue Aug 7 2018 Suchandra Thapa <[email protected]> - 2.2.1-1
5057
- Add crl and ca expiration tests for RSV
5158
- Update to use Slurm 17.11.7
5259

53-
* Fri Apr 27 2018 Brian Lin <[email protected]> 2.2.0-1
60+
* Fri Apr 27 2018 Brian Lin <[email protected]> - 2.2.0-1
5461
- Move proxy generation to the beginning of the tests
5562
- Add xrootd-lcmaps tests
5663
- Fix BeStMan and gfal test GUMS dependencies
5764
- Disable Gratia tests on EL7
5865
- Drop osg-configure unit tests
5966

60-
* Tue Jan 30 2018 Brian Lin <[email protected]> 2.1.0-1
67+
* Tue Jan 30 2018 Brian Lin <[email protected]> - 2.1.0-1
6168
- Add test decorator to limit tests/modules to specific OSG or EL releases (SOFTWARE-2759)
6269
- Fix gfal2 tests to not depend on bestman (SOFTWARE-2911)
6370

64-
* Fri Dec 08 2017 Brian Lin <[email protected]> 2.0.1-1
71+
* Fri Dec 08 2017 Brian Lin <[email protected]> - 2.0.1-1
6572
- Grab slurm from development repos instead of contrib (SOFTWARE-2994)
6673
- Fix cagen.py calls for osg-ca-generator-1.3.0
6774

0 commit comments

Comments
 (0)