@@ -12,7 +12,27 @@ v33.0.0 (next next, roadmap)
1212- Fallback packages for non-native dependencies of SCTK.
1313- Dependencies for
1414- Support for copyright detection objects.
15- - Bump commoncode to v31.0.3
15+
16+ - A new field in packages with the license category for the
17+ detected license expression and also an API function to
18+ compute license categories from license expressions.
19+ See https://github.com/nexB/scancode-toolkit/issues/2897
20+
21+ - More support for tabular output formats: New command-line
22+ options for XSLX output, and the old `--csv ` command line
23+ option is removed.
24+ See https://github.com/nexB/scancode-toolkit/issues/830
25+
26+ - `--unknown-licenses ` is removed and this is always enabled
27+ and only used in case of improper detections automatically.
28+ Also tag all license rules with required phrases to improve
29+ license detection and reduce false positives.
30+ See https://github.com/nexB/scancode-toolkit/issues/3300
31+
32+ - File categorization support added, a post scan plugin tagging
33+ files with priority levels for review, and also take advantage
34+ of these in other summary plugins.
35+ See https://github.com/nexB/scancode-toolkit/issues/1745
1636
1737v32.1.0 (next, roadmap)
1838----------------------------
@@ -68,38 +88,23 @@ Changes in Output Data Structure:
6888 referenced_filenames, and the boolean attributes (like
6989 is_license_notice, is_license_intro etc, as applicable).
7090
71- - A new field in packages with the license category for the
72- detected license expression and also an API function to
73- compute license categories from license expressions.
74- See https://github.com/nexB/scancode-toolkit/issues/2897
75-
76- - More support for tabular output formats: New command-line
77- options for XSLX output, and the old `--csv ` command line
78- option is removed.
79- See https://github.com/nexB/scancode-toolkit/issues/830
80-
81- - `--unknown-licenses ` is removed and this is always enabled
82- and only used in case of improper detections automatically.
83- Also tag all license rules with required phrases to improve
84- license detection and reduce false positives.
85- See https://github.com/nexB/scancode-toolkit/issues/3300
86-
87- - A new `--todo ` option is added to show the todo items that
88- should be reviewed, which are ambiguous license/package
89- detections.
90-
91- - File categorization support added, a post scan plugin tagging
92- files with priority levels for review, and also take advantage
93- of these in other summary plugins.
94- See https://github.com/nexB/scancode-toolkit/issues/1745
95-
9691- New and updated licenses, including support for newly released
9792 SPDX license list version 3.22. This release of the SPDX license
9893 list had 48 new licenses, and several of them we already had as
9994 licenses/rules, and these has been modified to be consistent with
10095 the SPDX list. And the rest have been added as new licenses.
10196 For more details see https://github.com/nexB/scancode-toolkit/pull/3554
10297
98+ - Improve debian namespace detection based on clues and fix
99+ namespace and qualifier bugs for debian purls.
100+ For more details see https://github.com/nexB/scancode.io/issues/899
101+ and https://github.com/nexB/scancode-toolkit/issues/3443
102+ Also improve debian manifests parsing and purl parsing from
103+ filenames. Support for https://github.com/nexB/purldb/issues/245
104+ Bumps debian-inspector to v31.1.0
105+
106+ - Bump commoncode to v31.0.3
107+
103108- Upgraded spdx-tools dependency to v0.8.
104109 See https://github.com/nexB/scancode-toolkit/issues/3455
105110
0 commit comments