|
1 | 1 | Changelog
|
2 | 2 | =========
|
3 | 3 |
|
4 |
| -- We now support new package manifest formats: |
| 4 | +Next release |
| 5 | +-------------- |
5 | 6 |
|
6 |
| - - OpenWRT packages. |
7 |
| - - Yocto/BitBake .bb recipes. |
8 | 7 |
|
9 | 8 |
|
10 |
| -v33.0.0 (next next, roadmap) |
11 |
| ----------------------------- |
| 9 | +v32.4.1 - 2025-07-23 |
| 10 | +-------------------- |
12 | 11 |
|
13 |
| -- Fallback packages for non-native dependencies of SCTK. |
14 |
| -- Dependencies for |
15 |
| -- Support for copyright detection objects. |
| 12 | +This is a patch release with bugfixes and improvements:: |
16 | 13 |
|
17 |
| -- A new field in packages with the license category for the |
18 |
| - detected license expression and also an API function to |
19 |
| - compute license categories from license expressions. |
20 |
| - See https://github.com/nexB/scancode-toolkit/issues/2897 |
| 14 | +- Fix broken scancode release archives and release scripts |
| 15 | + https://github.com/aboutcode-org/scancode-toolkit/issues/4469 |
21 | 16 |
|
22 |
| -- More support for tabular output formats: New command-line |
23 |
| - options for XSLX output, and the old `--csv` command line |
24 |
| - option is removed. |
25 |
| - See https://github.com/nexB/scancode-toolkit/issues/830 |
| 17 | +- Support licenses from SPDX License List 3.27 |
| 18 | + https://github.com/aboutcode-org/scancode-toolkit/pull/4468 |
26 | 19 |
|
27 |
| -- `--unknown-licenses` is removed and this is always enabled |
28 |
| - and only used in case of improper detections automatically. |
| 20 | +- Add new licenses, license rules and license data updates |
| 21 | + https://github.com/aboutcode-org/scancode-toolkit/pull/4478 |
29 | 22 |
|
30 |
| -- File categorization support added, a post scan plugin tagging |
31 |
| - files with priority levels for review, and also take advantage |
32 |
| - of these in other summary plugins. |
33 |
| - See https://github.com/nexB/scancode-toolkit/issues/1745 |
| 23 | +- Use updated license-expression v30.4.4 with updated licenses |
| 24 | + https://github.com/aboutcode-org/license-expression/releases/tag/v30.4.4 |
34 | 25 |
|
35 |
| -- Update Dockerfile and test container build. |
36 |
| - See https://github.com/aboutcode-org/scancode-toolkit/issues/3955 |
| 26 | +- Use pygmars v1.0.0 with copyright detection performance |
| 27 | + improvements by removing unnecessary regex substitutions. |
| 28 | + https://github.com/aboutcode-org/scancode-toolkit/issues/4063 |
37 | 29 |
|
38 |
| -- Update ABOUT files to adapt the ABOUT File Specification. |
39 |
| - See https://github.com/aboutcode-org/scancode-toolkit/issues/4181 |
40 |
| - |
41 |
| -- Add licenses from SPDX License List 3.27 |
42 |
| - - Total Licenses: 21 |
43 |
| - - Old Licenses: 13 |
44 |
| - - From rules: 4 |
45 |
| - - From licenses: 9 |
46 |
| - - New licenses: 8 |
47 |
| - https://github.com/aboutcode-org/scancode-toolkit/pull/4468 |
| 30 | +- Fix misc scancode doumentation related issues |
| 31 | + https://github.com/aboutcode-org/scancode-toolkit/pull/4457 |
| 32 | + https://github.com/aboutcode-org/scancode-toolkit/pull/4458 |
| 33 | + https://github.com/aboutcode-org/scancode-toolkit/pull/4462 |
| 34 | + https://github.com/aboutcode-org/scancode-toolkit/pull/4465 |
| 35 | + https://github.com/aboutcode-org/scancode-toolkit/pull/4470 |
| 36 | + https://github.com/aboutcode-org/scancode-toolkit/pull/4471 |
| 37 | + https://github.com/aboutcode-org/scancode-toolkit/pull/4476 |
48 | 38 |
|
49 | 39 |
|
50 | 40 | v32.4.0 - 2025-06-26
|
@@ -114,6 +104,9 @@ These are the details for the most important changes introduced::
|
114 | 104 | because of a compatibility issue with Click
|
115 | 105 | https://github.com/aboutcode-org/scancode-toolkit/pull/4427
|
116 | 106 |
|
| 107 | +- Update ABOUT files to adapt the ABOUT File Specification. |
| 108 | + See https://github.com/aboutcode-org/scancode-toolkit/issues/4181 |
| 109 | + |
117 | 110 | v32.3.3 - 2025-03-06
|
118 | 111 | --------------------
|
119 | 112 |
|
@@ -159,6 +152,9 @@ Bugfixes:
|
159 | 152 | - Fix npm package parsing bug for packages with workspaces.
|
160 | 153 | https://github.com/aboutcode-org/scancode.io/issues/1521
|
161 | 154 |
|
| 155 | +- Update Dockerfile and test container build. |
| 156 | + See https://github.com/aboutcode-org/scancode-toolkit/issues/3955 |
| 157 | + |
162 | 158 | New features/licenses:
|
163 | 159 |
|
164 | 160 | - Adds support for pnpm lock YAML v9
|
@@ -812,6 +808,8 @@ License detection:
|
812 | 808 |
|
813 | 809 | See https://github.com/nexB/scancode-toolkit/issues/3343
|
814 | 810 |
|
| 811 | +- `--unknown-licenses` is removed and this is always enabled |
| 812 | + and only used in case of improper detections automatically. |
815 | 813 |
|
816 | 814 | v31.2.6 - 2023-04-25
|
817 | 815 | ----------------------------------
|
|
0 commit comments