|
2 | 2 | Release Notes |
3 | 3 | ============= |
4 | 4 |
|
| 5 | +--------------------------- |
| 6 | +pkgcheck 0.7.1 (2019-11-30) |
| 7 | +--------------------------- |
| 8 | + |
| 9 | +- DeprecatedPkg: Add initial result for flagging package dependencies |
| 10 | + deprecated via package.deprecated. |
| 11 | + |
| 12 | +- DeprecatedEclassCheck: Add support for conditionally deprecating eclasses |
| 13 | + with epatch and versionator being the first eclasses to be flagged for |
| 14 | + conditional deprecation. |
| 15 | + |
| 16 | +- SourcingCheck: Add separate check to validate ebuild sourcing and flag |
| 17 | + invalid SLOTs via a new InvalidSlot result. |
| 18 | + |
| 19 | +- pkgcheck scan: Add --sorted option to forcibly perform a global sort -- only |
| 20 | + useful for limited cases such as generating expected test output. |
| 21 | + |
| 22 | +- pkgcheck cache: Add support for listing and removing cache types for |
| 23 | + non-registered repos. |
| 24 | + |
| 25 | +- pkgcheck scan: Replace --git-disable/--profile-cache options with --cache. By |
| 26 | + default all caches are enabled. To disable all of them, use something similar |
| 27 | + to '--cache false'. |
| 28 | + |
| 29 | + Cache types can also be enabled or disabled individually using a |
| 30 | + comma-separated cache type list, e.g. '--cache profiles' will only enable |
| 31 | + profiles caches and '--cache=-git' will only disable git caches leaving |
| 32 | + all other caches enabled. |
| 33 | + |
| 34 | +- Prioritize checks that scan for metadata errors so they get run before checks |
| 35 | + that use the related metadata attrs. |
| 36 | + |
| 37 | +- Fix memory leak when generating caches for certain git repos (#178). |
| 38 | + |
| 39 | +- pkgcheck scan: Drop --profiles-base option. |
| 40 | + |
| 41 | +- Avoid caching a repo's base package.mask for profile filters in order to |
| 42 | + avoid more cases of profile cache invalidation. |
| 43 | + |
| 44 | +- Split InvalidDependency into individual attr results, e.g. InvalidRdepend. |
| 45 | + |
| 46 | +- Split RestrictsCheck into separate checks for RESTRICT and PROPERTIES. |
| 47 | + |
| 48 | +- AbsoluteSymlinkCheck: Report dosym usage with path variables, e.g. ${ED}. |
| 49 | + |
| 50 | +- BadHomepage: Flag packages using a generic Gentoo HOMEPAGE (#177). |
| 51 | + |
| 52 | +- Add initial support for using a repo's .gitignore file to avoid reporting |
| 53 | + matching files for certain results (#140). |
| 54 | + |
5 | 55 | --------------------------- |
6 | 56 | pkgcheck 0.7.0 (2019-11-08) |
7 | 57 | --------------------------- |
|
0 commit comments