You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+45-5Lines changed: 45 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,53 @@ This is the changelog file of the sw360 software. It starts with the first relea
4
4
5
5
https://github.com/sw360/sw360portal
6
6
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
*`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
+
7
47
## sw360-5.0.0-M1
8
48
9
49
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:
10
50
11
51
### New Features
12
52
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
14
54
*`4fd501c` feat(thrift): add timeout for thrift client
15
55
16
56
### Test, Documentation and Infrastructure
@@ -20,7 +60,7 @@ This release is the first release using the Liferay Portal 7.2 CE GA1 release. T
20
60
*`7fbd42e` chores(all): Upgrade to Liferay 7.2 (Part II)
21
61
*`52592bf` chores(build): add build plugin
22
62
*`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
*`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
36
76
37
77
## sw360-4.0.1-M1
38
78
39
79
This release fixes a small issue at the project creation. It was added to have a good working sw360 4 release.
40
80
41
81
### Corrections
42
82
43
-
*`c7f03c8` fix(rest): fix broken logic in updateProject
83
+
*`c7f03c8` fix(rest): fix broken logic in updateProject
44
84
45
85
## sw360-4.0.0-M1
46
86
@@ -197,7 +237,7 @@ The most important part on the infrastructure part is the change of the thrift c
197
237
*`0632505` refactor(velocity): update to new version
198
238
*`6e8c349` refactor(webjars): update versions of webjars
199
239
200
-
#### Database Schema Updates
240
+
#### Database Schema Updates
201
241
202
242
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:
0 commit comments