From 111ecf86bdf8d094f3301db9b4e3dda24660de38 Mon Sep 17 00:00:00 2001 From: Philippe Ombredanne Date: Mon, 17 Jul 2023 15:20:59 +0200 Subject: [PATCH 1/2] Add funding note Signed-off-by: Philippe Ombredanne --- README.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.rst b/README.rst index 63a0e8e9..2227dc42 100644 --- a/README.rst +++ b/README.rst @@ -172,6 +172,19 @@ API Endpoints * Used to check the SHA1 values of archives from a scan to determine if they are known Packages +Funding +------- + +This project was funded through the NGI Assure Fund https://nlnet.nl/assure, a +fund established by NLnet https://nlnet.nl/ with financial support from the +European Commission's Next Generation Internet programme, under the aegis of DG +Communications Networks, Content and Technology under grant agreement No 957073. + +This project is also funded through grants from the Google Summer of Code +program, continuing support and sponsoring from nexB Inc. and generous +donations from multiple sponsors. + + License ------- From 72d5317f1d62588ac21440ee403c1b409d9e764c Mon Sep 17 00:00:00 2001 From: Philippe Ombredanne Date: Mon, 17 Jul 2023 15:24:56 +0200 Subject: [PATCH 2/2] Update CHANGELOG to match versions Signed-off-by: Philippe Ombredanne --- CHANGELOG.rst | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index eda3bcfb..2c035cef 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,9 +4,25 @@ Changelog next-version ------------ -*2023-01-03* -- Add clearcode, matchcode, and matchcode-toolkit to purldb. Reorganize code such that purldb is a single Django app. +- TBD + +v3.0.0 +------- + +This is a major release with major API changes + +- Add clearcode, matchcode, and matchcode-toolkit to purldb. +- Reorganize code such that purldb is a single Django app. +- support for new package repositories and ecosystems +- Add new matching capabilities for exact files +- Improve deployment with docker-compose +- Add new and improved scan queue +- Add a new matchcode-toolkit for matching packaged as a ScanCode plugin +- This is now using the latest version of ScanCode toolkit + + v2.0.0 ------ -*2022-11-11* -- Initial release. +Initial release.