diff --git a/CHANGELOG.md b/CHANGELOG.md index a903292176..b20eb94889 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 +> Michael C. Jaeger +> Nicolas Toussaint +> Shruti3004 +> Toussaint Nicolas + +``` +#### 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 diff --git a/debian/changelog b/debian/changelog index 9428c15ea5..11f0cdaf84 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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