@@ -12,7 +12,27 @@ v33.0.0 (next next, roadmap)
12
12
- Fallback packages for non-native dependencies of SCTK.
13
13
- Dependencies for
14
14
- 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
16
36
17
37
v32.1.0 (next, roadmap)
18
38
----------------------------
@@ -68,38 +88,23 @@ Changes in Output Data Structure:
68
88
referenced_filenames, and the boolean attributes (like
69
89
is_license_notice, is_license_intro etc, as applicable).
70
90
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
-
96
91
- New and updated licenses, including support for newly released
97
92
SPDX license list version 3.22. This release of the SPDX license
98
93
list had 48 new licenses, and several of them we already had as
99
94
licenses/rules, and these has been modified to be consistent with
100
95
the SPDX list. And the rest have been added as new licenses.
101
96
For more details see https://github.com/nexB/scancode-toolkit/pull/3554
102
97
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
+
103
108
- Upgraded spdx-tools dependency to v0.8.
104
109
See https://github.com/nexB/scancode-toolkit/issues/3455
105
110
0 commit comments