From 1984c97514fbbf37155e022de3efc9d7cf194275 Mon Sep 17 00:00:00 2001 From: "Michael C. Jaeger" Date: Tue, 21 Jan 2020 23:21:48 +0100 Subject: [PATCH 1/2] chore(release): updating changelog for version 7 --- CHANGELOG.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 460bc64fce..9132f31204 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,35 @@ This is the changelog file of the sw360 software. It starts with the first relea https://github.com/eclipse/sw360 +## sw360-7.0.0-M1 + +The main reason for release version 7 is to have the license upgrade from EPL-1.0 to EPL-2.0. All contributing parties have submitted their consent by e-mail and on most cases also approved the referring pull request (https://github.com/eclipse/sw360/pull/756). + +Another change which justifies a major version jump is the required view update in the couchdb. Please see https://github.com/eclipse/sw360/blob/master/scripts/migrations/README.md for more information when migrating from an older version. The view update allows users to configure the `My Projects` portlet. + +### New Features + +* `9b92795` feat(docs): relicensing from EPL-1.0 to EPL-2.0 +* `66a4126` feat(Component/ReleaseUI): Added button to remove selected vendor for component and release +* `860aa3e` feat(ProjectMigration): script to migrate a project field to new value +* `bd99641` feat(REST): Add parameter to GET release by name +* `322c45d` feat(WelcomePageUI): display configurable content for guidelines on welcome page +* `abac231` feat(fossology-pull-report): Added the button to pull the already generated report from fossology +* `062c899` feat(HomePageUI): Listing of MyProjects is made configurable +* `9849cb0` feat(licenseinfo): Added filter to exclude releases based on selected relationship + +### Corrections + +* `2a52475` fix(ProjectUI): Show proper error msg ,when loading of project fails due to access or dependency not found +* `752bd78` fix(ProjectUI): fixed 'Project is temporarily unavailable' issue due to obligation feature +* `b32afd5` fix(ReleaseUI/REST): prevent cyclic link in release +* `0d2647d` fix(licenseinfo): White page while downloading license disclosure + +### Infrastructure + +* `d22aaaf` test: add script to start temporary couchdb with docker +* `df54014` chore(cleanup): drop unused and outdated code related to the codescoop integration + ## sw360-6.0.0-M1 This release covers as the biggest change the new integration with the FOSSology REST API. It replaces the previous integration using an ssh login. It requires a migration of the couchdb database. More information about the scripts can be found in `scripts/migrations/README.md`. From 5d53a9a8a67ab222e027e53ad8395cf56be0364f Mon Sep 17 00:00:00 2001 From: "Michael C. Jaeger" Date: Tue, 21 Jan 2020 23:23:58 +0100 Subject: [PATCH 2/2] chore(release): updating pom.xml for version 7 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 87806307ad..94e524fd4a 100644 --- a/pom.xml +++ b/pom.xml @@ -46,7 +46,7 @@ - 6.1.0-SNAPSHOT + 7.0.0 1.8 1.5.0