11Changelog
22=========
33
4- v33.0.0 (next next, roadmap)
5- ----------------------------
6-
74- We now support new package manifest formats:
85
96 - OpenWRT packages.
107 - Yocto/BitBake .bb recipes.
118
129
10+ v33.0.0 (next next, roadmap)
11+ ----------------------------
12+
1313- Fallback packages for non-native dependencies of SCTK.
1414- Dependencies for
1515- Support for copyright detection objects.
@@ -26,9 +26,14 @@ v33.0.0 (next next, roadmap)
2626
2727- `--unknown-licenses ` is removed and this is always enabled
2828 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.
3237
3338- File categorization support added, a post scan plugin tagging
3439 files with priority levels for review, and also take advantage
@@ -41,6 +46,7 @@ v33.0.0 (next next, roadmap)
4146- Update ABOUT files to adapt the ABOUT File Specification.
4247 See https://github.com/aboutcode-org/scancode-toolkit/issues/4181
4348
49+
4450v32.3.3 - 2025-03-06
4551--------------------
4652
0 commit comments