File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22Release Notes
33=============
44
5+ ---------------------------
6+ pkgcheck 0.7.4 (2020-01-11)
7+ ---------------------------
8+
9+ - BinaryFile: Ignore some classes of false positives that use multiple
10+ encodings.
11+
12+ - Output repo and commit related results after any package related results
13+ found during scanning if using a relevant scan scope level.
14+
15+ - Sort git commit-related results by name or description for multiple results
16+ against a single commit.
17+
18+ - BadCommitSummary: Convert to commit result instead of package result since it
19+ directly relates to the commit made more than the package itself.
20+
21+ - Add optional ref argument support for --commits option. This allows passing a
22+ commit or reference to diff the current tree against in order to determine
23+ scanning targets.
24+
25+ - GitPkgCommitsCheck: Flag all incorrect copyright dates instead of just
26+ outdated ones.
27+
28+ - GitCommitsCheck: Use a single ``git cat-file `` process for verifying all
29+ Fixes/Reverts tags instead of one per commit.
30+
31+ - InvalidCommitMessage: Check for empty lines between summary, body, and tags.
32+
533---------------------------
634pkgcheck 0.7.3 (2019-12-29)
735---------------------------
Original file line number Diff line number Diff line change 11__title__ = 'pkgcheck'
2- __version__ = '0.7.3 '
2+ __version__ = '0.7.4 '
You can’t perform that action at this time.
0 commit comments