1
1
Changelog
2
2
=========
3
3
4
- v33.0.0 (next next, roadmap)
5
- ----------------------------
6
-
7
4
- We now support new package manifest formats:
8
5
9
6
- OpenWRT packages.
10
7
- Yocto/BitBake .bb recipes.
11
8
12
9
10
+ v33.0.0 (next next, roadmap)
11
+ ----------------------------
12
+
13
13
- Fallback packages for non-native dependencies of SCTK.
14
14
- Dependencies for
15
15
- Support for copyright detection objects.
@@ -26,9 +26,14 @@ v33.0.0 (next next, roadmap)
26
26
27
27
- `--unknown-licenses ` is removed and this is always enabled
28
28
and only used in case of improper detections automatically.
29
- Also tag all license rules with required phrases to improve
30
- license detection and reduce false positives.
31
- See https://github.com/nexB/scancode-toolkit/issues/3300
29
+
30
+ - All license rules have been tagged with required phrases to improve detection accuracy
31
+ and reduce false positives. See https://github.com/nexB/scancode-toolkit/issues/3300
32
+
33
+ - Equivalent words like license and licence, as well as plurals are now treated as the same in
34
+ license detection. With this, many redundant rules have been deprecated.
35
+
36
+ - The license detection accuracy of Maven POMS has been improved fixing corner cases.
32
37
33
38
- File categorization support added, a post scan plugin tagging
34
39
files with priority levels for review, and also take advantage
@@ -41,6 +46,7 @@ v33.0.0 (next next, roadmap)
41
46
- Update ABOUT files to adapt the ABOUT File Specification.
42
47
See https://github.com/aboutcode-org/scancode-toolkit/issues/4181
43
48
49
+
44
50
v32.3.3 - 2025-03-06
45
51
--------------------
46
52
0 commit comments