root/releases/pkgcore-checks/0.3.3/NEWS @ ferringb%2540gmail.com-20070303132903-k4w87hgppwrgrw01

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

drop digest specific awareness due to portage filtering digest-* regardless of if the repo is pure m2; back down the existance check for files directory if the package is m2, add check for missing metadata_xml

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