|
2 | 2 | Release Notes |
3 | 3 | ============= |
4 | 4 |
|
| 5 | +--------------------------- |
| 6 | +pkgcheck 0.6.9 (2019-11-04) |
| 7 | +--------------------------- |
| 8 | + |
| 9 | +- MissingSlash: Avoid some types of false positives where the path variable is |
| 10 | + used to create a simple string, but not as a path directly. |
| 11 | + |
| 12 | +- BadPerlModuleVersion: Add support for verifying Gentoo's perl module |
| 13 | + versioning scheme -- not run by default since it requires various perl |
| 14 | + dependencies. |
| 15 | + |
| 16 | +- BadCommitSummary: Also allow "${CATEGORY}/${P}:" prefixes. |
| 17 | + |
| 18 | +- MetadataError: Fix suppressing duplicate results due to multiprocess usage. |
| 19 | + |
| 20 | +- VisibleVcsPkg: Collapse profile reports for non-verbose mode. |
| 21 | + |
| 22 | +- Use replacement character for non-UTF8 characters while decoding author, |
| 23 | + committer, and message fields from git logs. |
| 24 | + |
| 25 | +- pkgcheck scan: Try parsing target arguments as restrictions before falling |
| 26 | + back to using path restrictions. |
| 27 | + |
| 28 | +- EmptyProject: Check for projects with no members in projects.xml. |
| 29 | + |
| 30 | +- StaticSrcUri: Check if SRC_URI uses static values for P or PV instead of the |
| 31 | + dynamic, variable equivalents. |
| 32 | + |
| 33 | +- MatchingChksums: Check for distfiles that share the same checksums but have |
| 34 | + different names. |
| 35 | + |
| 36 | +- pkgcheck scan: Parallelize checks for targets passed in via cli args. |
| 37 | + |
| 38 | +- Sort versioned package results under package scanning scope so outputted |
| 39 | + results are deterministic when scanning against single packages similar to |
| 40 | + what the output is per package when running scans at a category or repo |
| 41 | + level. |
| 42 | + |
5 | 43 | --------------------------- |
6 | 44 | pkgcheck 0.6.8 (2019-10-06) |
7 | 45 | --------------------------- |
|
0 commit comments