Skip to content

Commit fbe20b5

Browse files
committed
Bump version to 2.2.0
1 parent e2d7afc commit fbe20b5

2 files changed

Lines changed: 9 additions & 2 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 := osg-test
9-
VERSION := 2.1.0
9+
VERSION := 2.2.0
1010

1111

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

rpm/osg-test.spec

Lines changed: 8 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.1.0
3+
Version: 2.2.0
44
Release: 1%{?dist}
55
License: Apache License, 2.0
66
Group: Applications/Grid
@@ -40,6 +40,13 @@ make install DESTDIR=$RPM_BUILD_ROOT
4040
%{_sbindir}/%{name}-log-viewer
4141

4242
%changelog
43+
* Fri Apr 27 2018 Brian Lin <blin@cs.wisc.edu> 2.2.0-1
44+
- Move proxy generation to the beginning of the tests
45+
- Add xrootd-lcmaps tests
46+
- Fix BeStMan and gfal test GUMS dependencies
47+
- Disable Gratia tests on EL7
48+
- Drop osg-configure unit tests
49+
4350
* Tue Jan 30 2018 Brian Lin <blin@cs.wisc.edu> 2.1.0-1
4451
- Add test decorator to limit tests/modules to specific OSG or EL releases (SOFTWARE-2759)
4552
- Fix gfal2 tests to not depend on bestman (SOFTWARE-2911)

0 commit comments

Comments
 (0)