forked from fossology/fossology
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request fossology#2051 from siemens/contrib/changelog-3.11…
….0-RC2 feat(changelog): add changelog for 3.11.0-rc2 Reviewed-by: [email protected]
- Loading branch information
Showing
2 changed files
with
56 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,54 @@ | ||
# Changelog of FOSSology | ||
|
||
### 3.11.0-RC2 (Jul 12th 2021) | ||
|
||
This release adds important corrections to | ||
[3.11.0-rc1](https://github.com/fossology/fossology/releases/tag/3.11.0-rc1) | ||
|
||
The release 3.11.0-rc2 introduces following major changes since | ||
[3.11.0-rc1](https://github.com/fossology/fossology/releases/tag/3.11.0-rc1): | ||
|
||
* Set candidate license creator for ojo. | ||
* Fix external auth. | ||
* Updating the license info files. | ||
|
||
The release 3.11.0-rc2 also introduces new agent `reso` which copies | ||
license findings from OJO based on REUSE.Software standard on | ||
what license is a binary file licensed under(if available). | ||
|
||
#### Credits to contributors for 3.10.0 | ||
|
||
From the GIT commit history, we have following contributors since | ||
[3.11.0-rc1](https://github.com/fossology/fossology/releases/tag/3.11.0-rc1): | ||
|
||
``` | ||
> Gaurav Mishra <[email protected]> | ||
> Michael C. Jaeger <[email protected]> | ||
> Nicolas Toussaint <[email protected]> | ||
> Shruti3004 <[email protected]> | ||
> Toussaint Nicolas <[email protected]> | ||
``` | ||
#### Corrections | ||
|
||
* `f7c7715fa` fix(reso) fix comment | ||
* `8e399f0cd` fix(ojo): Set candidate license creator | ||
* `8031b128b` fix(auth): read default visibility from database rather then config file | ||
* `b3f0d1db0` fix(api): Check for duplicate shortnames | ||
* `2d6d8b187` fix(auth): fix call to add_user() when login from external auth | ||
|
||
#### Features | ||
|
||
* `df52e53ba` feat(rest): Filter licenses by kind | ||
* `3c98947cf` feat(expose-headers): added the expose headers option for response headers | ||
* `d1031cae3` feat(reso): new agent for REUSE.Software standard | ||
* `2e1d28eb1` feat(rest): Add POST/PATCH license endpoints | ||
|
||
#### Infrastructure | ||
|
||
* `93a47eab0` docs(licenses): updating the license info files | ||
* `0eacc14af` test(api): Test cases for LicenseController | ||
|
||
### 3.11.0-RC1 (Jun 29th 2021) | ||
|
||
This release adds important corrections to | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,10 @@ | ||
fossology (3.11.0~rc1-1) unstable; urgency=low | ||
fossology (3.11.0~rc2-1) unstable; urgency=low | ||
|
||
* New upstream release | ||
* https://github.com/fossology/fossology/releases/tag/3.11.0-rc2 for details | ||
|
||
-- Shaheem Azmal M MD <[email protected]> Tue, 12 Jul 2021 12:25:12 +0530 | ||
fossology (3.11.0~rc1-1) unstable; urgency=low | ||
|
||
* New upstream release | ||
* https://github.com/fossology/fossology/releases/tag/3.11.0-rc1 for details | ||
|