initial checkin
[cpan-testers-parsereport.git] / Changes
blob34dd66f8746de3f35d1b912736f9e7034462829e
1 2008-10-19  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
3         * release 0.0.12
5         * all output goes now to STDERR except for the output for --dumpvars
6         which goes to --dumpfile's option (default: ./ctgetreports.out)
8         * XML::LibXML parser object now has a catalog and is being cached.
10         * new option --quiet to suppress all output
12         * we have a real test now (but not many individual tests)
14         * env state was not turned off correctly, fixed.
16         * entities are now decoded
18 2008-09-29  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
20         * release 0.0.11
22         * packaging issues: remove the overly clever idea to get the version into
23         the manpage. It screws the enduser who is using MM->parse_version.
25         * Since Barbie has switched to XHTML, drop HTML::TreeBuilder and parse
26         directly with XML::LibXML, set the default downloaded file back to html
27         because it is easier to debug and generally gets more attention.
29 2008-09-21  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
31         * release 0.0.10
33         * address #39458: make sort order descending with --ctformat:yaml
34         (suggested by Slaven Rezic)
36         * address #39459: set display variable to captured regexp with qr:
37         (suggested by Slaven Rezic)
39         * temporarily setting --ctformat=yaml the default until cpantesters site
40         is stable again
42 2008-09-20  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
44         * release 0.0.9
46         * new options --raw and --q qr:REGEXP (suggested by Slaven Rezic)
48         * release 0.0.8
50         * packaging issues: META.yml and MANIFEST repaired, tests added
52 2008-09-13  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
54         * release 0.0.7
56         * support new option --report to parse a single report
58         * support envariables parsing and options of the form env:VARIABLE
60         * document so far undocumented query option meta:output_from
62 2008-09-09  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
64         * release 0.0.6
66         * add meta:ok and meta:about as query parameter
68         * slightly improved manpage
70 2008-08-23  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
72         * release 0.0.5
74         * minor bug fix: --vdistro and --ctformat=yaml did not work together
76 2008-06-24  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
78         * release 0.0.4
80         * release 0.0.3
82         * address #37035: $ua could be uninitialized.
84         * introduce new option ctformat=html|yaml especially to analyze
85         DateTime::Format::Strptime which has a broken HTML page at the moment.
87         * 0.0.4 fixed a gotcha in the Makefile.PL produced by Module::Build: it
88         contained a reference to an inexistant file. Investigation pending,
89         switching to MakeMaker.
91 2008-06-15  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
93         * release 0.0.2
95         * with docs and a bit of testing.
97 2008-06-12  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
99         * release 0.0.1
101   * just the bare script I'm currently working with. very early alpha
102         quality
105         Local Variables:
106         mode: change-log
107         change-log-default-name: "Changes"
108         tab-width: 2
109         left-margin: 2
110         End: