Skip to content

Commit

Permalink
Merge pull request fossology#2051 from siemens/contrib/changelog-3.11…
Browse files Browse the repository at this point in the history
….0-RC2

feat(changelog): add changelog for 3.11.0-rc2

Reviewed-by: [email protected]
  • Loading branch information
GMishx authored Jul 12, 2021
2 parents 626d25a + 46773a5 commit 2e21602
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 1 deletion.
49 changes: 49 additions & 0 deletions CHANGELOG.md
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
Expand Down
8 changes: 7 additions & 1 deletion debian/changelog
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
Expand Down

0 comments on commit 2e21602

Please sign in to comment.