File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -32,11 +32,29 @@ v32.1.0 (next, roadmap)
32
32
license detection and reduce false positives.
33
33
See https://github.com/nexB/scancode-toolkit/issues/3300
34
34
35
+ - A new `--todo ` option is added to show the todo items that
36
+ should be reviewed, which are ambiguous license/package
37
+ detections.
38
+
35
39
- File categorization support added, a post scan plugin tagging
36
40
files with priority levels for review, and also take advantage
37
41
of these in other summary plugins.
38
42
See https://github.com/nexB/scancode-toolkit/issues/1745
39
43
44
+ v32.0.1 - 2023-05-23
45
+ ---------------------
46
+
47
+ This is a minor bugfix release.
48
+
49
+ There are fixes for two issues in this release:
50
+ - https://github.com/nexB/scancode-toolkit/issues/3407:
51
+ here in typecode we had an improper import of ctypes.utils
52
+ and this is fixed in a new release v30.0.1 of typecode
53
+ - https://github.com/nexB/scancode-toolkit/issues/3408
54
+ the setup.cfg and setup-mini.cfg was not aligned for plugin
55
+ entrypoints.
56
+
57
+
40
58
v32.0.0 - 2023-05-23
41
59
---------------------
42
60
You can’t perform that action at this time.
0 commit comments