root/releases/pkgcore-checks/0.3.1/NEWS @ ferringb%2540gmail.com-20070216150326-43wzcx3xtzvfmwxk

Revision ferringb%2540gmail.com-20070216150326-43wzcx3xtzvfmwxk, 2.0 kB (checked in by Brian Harring <ferringb@…>, 22 months ago)

bump to 0.3.1

Line 
1pkgcore-checks Release Notes
2=====================
3
4See ChangeLog for full commit logs; this is summarized and major changes.
5
60.3.1:
7
8* makes StaleUnstable abide by --arches; ticket 59 (thanks leio).
9* stop complaining about empty keywords, since they're now allowed instead of
10  using -*.
11
120.3:
13
14* heavy refactoring of reporter subsystem, and clean up of check results.
15  Better messages, better output for normal usage.  to_xml() methods were
16  dropped (XmlReporter handles it on it's own), same for to_str() in favor
17  of short_desc and long_desc attributes.
18* whitespace checks now output one result for each classification for an
19  ebuild, instead of emitting reports for each line.
20* all remaining 'info' statements are pushed to stderr now.
21* new PickleStream reporter; used to serialize check results, and flush the
22  stream out stdout.  If you need to get at the data generated, this is the
23  sanest way to do it (alternatives require trying to deserialize what a
24  reporter does, thus losing data).
25* added new tool replay-pcheck-stream; used to replay a pickle stream through
26  alternative reporters.
27
280.2:
29
30* invocation args have changed- please see readme for details of how to
31  use pcheck.
32* test suite added; not yet complete coverage, but 90% of the way there.
33* --list-checks output format is fair bit more human-readable now.
34* better support for overlays (should work fine with appropriate commandline
35  options supplied)
36* optimizations, and performance regression fixes; fair bit faster then .1.
37* new checks can be added via pkgcore 0.2 plugins cache.
38* UI improvements; color, and human readable output.
39* --xml option was dropped, use --reporter to specify the desired reporter,
40  and --list-reporters to see what reporters are available
41* added --enable, --disable options to prune add/remove specific checks from
42  the run.
43* add config based 'suites' that can be ran; basically, sets of tests/targets
44  to run via pcheck.  See README for details.
45* whitespace checks.
46
47pkgcore-checks 0.1:
48* inital release
Note: See TracBrowser for help on using the browser.