root/releases/pkgcore-checks/0.3.4/NEWS @ ferringb%2540gmail.com-20070404171027-folwbt2y0og1jhg1

Revision ferringb%2540gmail.com-20070404171027-folwbt2y0og1jhg1, 2.8 kB (checked in by Brian Harring <ferringb@…>, 20 months ago)

merge 444 from my branch; treat restricts as depsets

Line 
1pkgcore-checks Release Notes
2============================
3
4See ChangeLog for full commit logs; this is summarized and major changes.
5
60.3.4:
7
8* treat pkg.restrict as a depset.
9
10
110.3.3:
12
13* drop digest specific checks; portage now prunes digests on sync regardless
14  of whether or not the repo is m2 pure; thus, no way to detect if a missing
15  digest is actually a screwup in the repo, or if it's portage being 'special'.
16  May re-add the checks down the line, currently however removing them for
17  the common case.
18
19* back down check for files directory if manifest2; manifest2 glep didn't
20  specify that files directory could be dropped, but portage has deviated there.
21  Since been backed down, but getting ahead so we don't need an intermediate
22  release when they try it again.
23
24* added check for missing metadata.xml; refactored common error class selection
25  logic into base class.
26
27
280.3.2:
29
30* correct tracebacks when dealing with a few result objects from repo_metadata
31
32
330.3.1:
34
35* makes StaleUnstable abide by --arches; ticket 59 (thanks leio).
36* stop complaining about empty keywords, since they're now allowed instead of
37  using -*.
38
39
400.3:
41
42* heavy refactoring of reporter subsystem, and clean up of check results.
43  Better messages, better output for normal usage.  to_xml() methods were
44  dropped (XmlReporter handles it on it's own), same for to_str() in favor
45  of short_desc and long_desc attributes.
46* whitespace checks now output one result for each classification for an
47  ebuild, instead of emitting reports for each line.
48* all remaining 'info' statements are pushed to stderr now.
49* new PickleStream reporter; used to serialize check results, and flush the
50  stream out stdout.  If you need to get at the data generated, this is the
51  sanest way to do it (alternatives require trying to deserialize what a
52  reporter does, thus losing data).
53* added new tool replay-pcheck-stream; used to replay a pickle stream through
54  alternative reporters.
55
56
570.2:
58
59* invocation args have changed- please see readme for details of how to
60  use pcheck.
61* test suite added; not yet complete coverage, but 90% of the way there.
62* --list-checks output format is fair bit more human-readable now.
63* better support for overlays (should work fine with appropriate commandline
64  options supplied)
65* optimizations, and performance regression fixes; fair bit faster then .1.
66* new checks can be added via pkgcore 0.2 plugins cache.
67* UI improvements; color, and human readable output.
68* --xml option was dropped, use --reporter to specify the desired reporter,
69  and --list-reporters to see what reporters are available
70* added --enable, --disable options to prune add/remove specific checks from
71  the run.
72* add config based 'suites' that can be ran; basically, sets of tests/targets
73  to run via pcheck.  See README for details.
74* whitespace checks.
75
76
770.1:
78* inital release
Note: See TracBrowser for help on using the browser.