Skip to content

Commit ff16072

Browse files
authored
Merge pull request #693 from eclipse/mcj/feat/rel5.1.0-M1
chore(release): making files for 5.1.0-M1 tested-by:travis-ci
2 parents 1729090 + 7df98ef commit ff16072

File tree

2 files changed

+47
-7
lines changed

2 files changed

+47
-7
lines changed

CHANGELOG.md

Lines changed: 45 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,53 @@ This is the changelog file of the sw360 software. It starts with the first relea
44

55
https://github.com/sw360/sw360portal
66

7+
## sw360-5.1.0-M1
8+
9+
This release contains a number of corrections after the Liferay Portal 7.2 CE GA1 based release has been rolled out. Therefore it contains mostly corrections for the UI. In addition to these, also the REST API endpoints were further improved. The report generation has been improved: Now, external Ids can be added to the generated documents.
10+
11+
Because it contains many corrections, every 5.0.0-M1 installation should be updated to this release.
12+
13+
### New Features
14+
15+
* `c86c97b` feat(License Disclosure): Change order of listed items in disclosure documents
16+
* `82a45cf` feat(license-disclosure): External Ids incorporated in the license disclosure
17+
* `5b554ae` feature(table-filter): add filter box, fix print
18+
19+
### Corrections
20+
21+
* `9b02a75` fix(components): Recompute aggrated fields on save
22+
* `17d90ee` fix(DownloadLicenseInfo): Corrected license selection based on attachment selection on attachmentusage
23+
* `d6d8540` fix(EditRelease UI): Removed duplicate field 'Licenses' from edit release
24+
* `b9be0e4` fix(licenseDisclosure): Added acknowledgements in TEXT and Docx format of License Disclosure
25+
* `b123c48` fix(LicenseDisclosureDocument): Ordering and formating license disclosure document.
26+
* `97008f3` fix(merge): allow merging of complex fields, style improvements
27+
* `cd4c788` fix(merge): fix update conflict on component merge
28+
* `c6b3838` fix(merge): Some fields were not merged
29+
* `1e6f424` fix(Release-UI): Vertical scrollbar for link release to project popup
30+
* `20fb3d2` fix(ui): Added missing search box
31+
* `dcd681b` fix(vendor): fix view name used when editing vendors
32+
* `abc6404` fix(vulnerability): Vulnerability tab loading issue
33+
* `dc0b9d6` fix(fossology): fossology and fossolgy
34+
* `4fe4d4f` fix(Rest-API): Corrected 'createdBy' field value for Project and Component
35+
* `eb15c85` fix(Rest-API): Small fix around ProjectClearingState during create and update project
36+
* `fae1c99` fix(Rest-Component): Corrected all components by type rest end point
37+
* `f7d204e` fix(REST: Project) : Fixed error response for create project from rest
38+
* `a2750bf` fix(rest): Fixed get component API having default vendor id as empty
39+
40+
### Infrastructure
41+
42+
* `d9ff676` chore(pom): change snapshot version from 6.0.0-SNAPSHOT to 5.1.0-SNAPSHOT
43+
* `e59f8b3` chores(config): Fix friendly URL for license page
44+
* `81600f4` chores(merge): Retain owner as moderator
45+
* `a80b82c` chores(pom): Update to next development version
46+
747
## sw360-5.0.0-M1
848

949
This release is the first release using the Liferay Portal 7.2 CE GA1 release. The codebase of the portal project has been updated from the previously used Liferay 6.2 version. As this represents a huge change also to related areas (pom files, etc.), the sw360 5.0.0 is bascially a sw360 4.0.1 with the newer Liferay. The following commits have been applied:
1050

1151
### New Features
1252

13-
* `35165e6` feat(auth): script to add the unsafe default client directly to DB
53+
* `35165e6` feat(auth): script to add the unsafe default client directly to DB
1454
* `4fd501c` feat(thrift): add timeout for thrift client
1555

1656
### Test, Documentation and Infrastructure
@@ -20,7 +60,7 @@ This release is the first release using the Liferay Portal 7.2 CE GA1 release. T
2060
* `7fbd42e` chores(all): Upgrade to Liferay 7.2 (Part II)
2161
* `52592bf` chores(build): add build plugin
2262
* `7d9e30e` chores(deploy): add new deploy profile
23-
* `1d5bff2` chores(liferay): Feedback from Liferay 7 review
63+
* `1d5bff2` chores(liferay): Feedback from Liferay 7 review
2464
* `36ae2c1` chores(build): Fix deploy profile
2565
* `918d054` chores(configuration): allow external files
2666
* `` chores(changelog): initial commit
@@ -32,15 +72,15 @@ This release is the first release using the Liferay Portal 7.2 CE GA1 release. T
3272
* `1d830ee` fix(project): fix compare if no version is set
3373
* `0c2a341` fix(Components): Fix naming component error (name's component contain...
3474
* `c7f03c8` fix(rest): fix broken logic in updateProject
35-
* `be90070` fix(rest): auth server is broken due to LifeRay api change
75+
* `be90070` fix(rest): auth server is broken due to LifeRay api change
3676

3777
## sw360-4.0.1-M1
3878

3979
This release fixes a small issue at the project creation. It was added to have a good working sw360 4 release.
4080

4181
### Corrections
4282

43-
* `c7f03c8` fix(rest): fix broken logic in updateProject
83+
* `c7f03c8` fix(rest): fix broken logic in updateProject
4484

4585
## sw360-4.0.0-M1
4686

@@ -197,7 +237,7 @@ The most important part on the infrastructure part is the change of the thrift c
197237
* `0632505` refactor(velocity): update to new version
198238
* `6e8c349` refactor(webjars): update versions of webjars
199239

200-
#### Database Schema Updates
240+
#### Database Schema Updates
201241

202242
Because of changes in the couchdb schema you likely need to run a migration script. Please find more information here: `sw360/scripts/migrations/`, in summary, you will need to update in the database:
203243

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<id>artifact-repository</id>
3636
<url>https://github.com/eclipse/sw360</url>
3737
</repository>
38-
</distributionManagement>
38+
</distributionManagement>
3939

4040
<modules>
4141
<module>build-configuration</module>
@@ -47,7 +47,7 @@
4747

4848
<properties>
4949
<!-- This is the single place for changing the version of SW360 -->
50-
<revision>5.1.0-SNAPSHOT</revision>
50+
<revision>5.1.0</revision>
5151

5252
<java.version>1.8</java.version>
5353
<ektorp.version>1.5.0</ektorp.version>

0 commit comments

Comments
 (0)