From c354556234201c7bf6d57f4206096dfabb8950cc Mon Sep 17 00:00:00 2001 From: Brian Lin Date: Tue, 7 May 2019 10:57:34 -0500 Subject: [PATCH] Bump version to 3.0.0 --- Makefile | 2 +- rpm/osg-test.spec | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2bc5dc28..7e9d72f5 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ # ------------------------------------------------------------------------------ PACKAGE := osg-test -VERSION := 2.3.1 +VERSION := 3.0.0 # ------------------------------------------------------------------------------ diff --git a/rpm/osg-test.spec b/rpm/osg-test.spec index 8ae8effd..dbfb9da8 100644 --- a/rpm/osg-test.spec +++ b/rpm/osg-test.spec @@ -1,6 +1,6 @@ Summary: Tests an OSG Software installation Name: osg-test -Version: 2.3.1 +Version: 3.0.0 Release: 1%{?dist} License: Apache License, 2.0 Group: Applications/Grid @@ -44,6 +44,12 @@ rm -rf $RPM_BUILD_ROOT%{python_sitelib}/osgtest/vendor %{_sbindir}/%{name}-log-viewer %changelog +* Tue May 07 2019 Brian Lin - 3.0.0-1 +- Remove tests for OSG 3.3-only components +- Update StashCache and XRootD tests for XCache 1.0+ +- Add XRootD third-party copy tests (SOFTWARE-3362, SOFTWARE-3670) +- Install x509-scitokens-issuer-client for scitokens tests (SOFTWARE-3649) + * Wed Jan 23 2019 Carl Edquist - 2.3.1-1 - Require globus-proxy-utils for xrootd-multiuser tests (SOFTWARE-3359, #154) - Update test requirements for singularity-3.0.2 (SOFTWARE-3532, #157)