fix parsign bug with configure_requires
[cpan-testers-parsereport.git] / Changes
blob30201a3418c6af45befcb4c5d837fad8f6c88d03
1 2010-08-26  Andreas J. Koenig  <andk@cpan.org>
3         * release 0.1.15
5         * fix parsing bug with configure_requires
7 2010-08-08  Andreas J. Koenig  <andk@cpan.org>
9         * release 0.1.14
11         * support for new option --sample to limit number of observations
13 2010-07-10  Andreas J. Koenig  <andk@cpan.org>
15         * release 0.1.13
17         * parse the new cpantesters 2.0 raw page now with <strong> tag
19 2010-02-17  Andreas J. Koenig  <andk@cpan.org>
21         * release 0.1.12
23         * switching transport to new option "http_cpantesters" because nntp has
24         a broken disk and many reports missing; option "http" has been renamed
25         to http_nntp.
27 2010-01-10  Andreas J. Koenig  <andk@cpan.org>
29         * release 0.1.11
31         * CPANPLUS may paint an exclamation mark into the margin of the
32         prerequisties stanza
34 2009-12-23  Andreas J. Koenig  <andk@cpan.org>
36         * release 0.1.10
38         * if the summary at the end doesn't provide a perl version then use the
39         one from the first paragraph
41         * junk CARRIAGE RETURNs at end of line in time
43 2009-12-09  Andreas J. Koenig  <andk@cpan.org>
45         * release 0.1.9
47         * replace DateTime::Format::DateParse with D:F:Strptime
49         * patch from Slaven Rezic to show reports after mime processing
51         * address #52550: move emacs stanza from shebang line to end (suggested
52         by Sean O'Rourke)
54         * fix typo in the compound config name "archname+osvers"
56 2009-11-11  Andreas J. Koenig  <andk@cpan.org>
58         * release 0.1.8
60         * CPANPLUS does not try to align the prereq stanza, using split as a
61         fallback
63 2009-11-02  Andreas J. Koenig  <andk@cpan.org>
65         * release 0.1.7
67         * CPANPLUS beginning with 0.89_06(?) has a toolchain stanza
69 2009-11-01  Andreas J. Koenig  <andk@cpan.org>
71         * release 0.1.6
73         * bugfix: not all reports have a correct MIME header; introduce
74         heuristics to parse MIME as MIME if it probably is.
76 2009-10-26  Andreas J. Koenig  <andk@cpan.org>
78         * release 0.1.5
80         * bugfix: allow an empty line after the Summary line
82         * bugfix: allow any whitespace after Date:
84 2009-10-10  Andreas J. Koenig  <andk@cpan.org>
86         * release 0.1.4
88         * introduce --ctdb option to use a local sqlite database instead of
89         asking cpantesters for yaml files (Andreas Koenig)
91         * Don't croak on invalid Date headers (Ask Bjørn Hansen) and protect
92         date to time converter against unexpected date format (Andreas Koenig)
94         * Avoid infinite loop if the last line of a report ends with
95           a '!' (Ask Bjørn Hansen)
97 2009-06-28  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
99         * release 0.1.3
101         * do not rely on the sort order of the cpantesters yaml file
103 2009-05-22  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
105         * release 0.1.2
107         * Fix parsing of files with a MIME-Version header which comes from
108         recent improvements on the Test::Reporter end.
110 2009-03-29  Andreas J. Koenig  <andk@cpan.org> 
112         * release 0.1.1
114         * add the parsed prerequisites wanted version number to the result with
115         the prefix C<prereq:> (popular Birmingham hackathon demand)
117         * added a bin/conf2conf.pl script developed by H.Merijn Brand during
118         Birmingham hackathon. This will probably end up as a sub in
119         ParseReport.pm, needs to be decided later.
121 2009-03-12  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
123         * release 0.1.0
125         * discontinued the support for more than one distro on the commandline;
126         it seemed unnneeded and confusing
128         * allow a versioned distro name as argument, obsoletes the --vdistro
129         option.
131         * generate a conf:git_commit_id if possible
133         * honour proxy environment
135         * return the %extract hash from parse_report (suggested by Ask B. Hansen)
137         * minor bugfixes
139 2008-12-30  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
141         * release 0.0.23
143         * do not die when we cannot parse a date in an nntp article, for example
144         550894.
146         * if -solve is given, always provide a variable C<conf:archname+osvers>
147         that concatenates C<archname> and C<osvers> because the latter alone is
148         a pointless variable.
150         * do not die if Statistics::Regression::print() dies. Before it may come
151         to that introduce additional caution, checking the return value of
152         standarderrors().
154 2008-12-29  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
156         * release 0.0.22
158         * dropped support for ctformat=html because cpantesters site is a moving
159         target.
161 2008-12-15  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
163         * release 0.0.21
165         * solve switch: secondary sort order K ascending (suggested by Slaven)
167         * solvetop switch: overrule it when there are more results with R^2==1.0
169 2008-12-14  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
171         * release 0.0.20
173         * catch errors from HTTP and NNTP server.
175 2008-11-10  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
177         * release 0.0.19
179         * introduce a backdoor to feed an arbitrary article as argument to the
180         parser.
182         * address #40812: with NNTP, when the date format doesn't match
183         expectations, use DateParse compatible parser.
185 2008-11-06  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
187         * release 0.0.18
189         * switch to Net::NNTP instead of HTTP for the reports. HTTP can be
190         switched on with --transport=http
192 2008-11-03  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
194         * release 0.0.17
196         * typo fix # 40608
198         * bug fix # 40609: division by zero error in Statistics::Regression
200         * new option --ycb to specify a callback for calculating Y
202 2008-11-01  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
204         * release 0.0.16
206         * add protection against linear dependencies between columns
208 2008-10-28  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
210         * release 0.0.15
212         * provide a normalized meta:perl for --solve
214 2008-10-26  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
216         * release 0.0.14
218         * forgot dependency on Statistics::Regression
220 2008-10-21  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
222         * release 0.0.13
224         * forgot to include the catalog files in the last release
226         * meta:writer now also detected on CPANPLUS::Dist::YACSmoke
228         * new option --cturl to temporarily switch servers
230         * new experimental option --solve to run some statistics to aid
231         determining blame candidates.
233 2008-10-19  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
235         * release 0.0.12
237         * all output goes now to STDERR except for the output for --dumpvars
238         which goes to --dumpfile's option (default: ./ctgetreports.out)
240         * XML::LibXML parser object now has a catalog and is being cached.
242         * new option --quiet to suppress all output
244         * we have a real test now (but not many individual tests)
246         * env state was not turned off correctly, fixed.
248         * entities are now decoded
250 2008-09-29  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
252         * release 0.0.11
254         * packaging issues: remove the overly clever idea to get the version into
255         the manpage. It screws the enduser who is using MM->parse_version.
257         * Since Barbie has switched to XHTML, drop HTML::TreeBuilder and parse
258         directly with XML::LibXML, set the default downloaded file back to html
259         because it is easier to debug and generally gets more attention.
261 2008-09-21  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
263         * release 0.0.10
265         * address #39458: make sort order descending with --ctformat:yaml
266         (suggested by Slaven Rezic)
268         * address #39459: set display variable to captured regexp with qr:
269         (suggested by Slaven Rezic)
271         * temporarily setting --ctformat=yaml the default until cpantesters site
272         is stable again
274 2008-09-20  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
276         * release 0.0.9
278         * new options --raw and --q qr:REGEXP (suggested by Slaven Rezic)
280         * release 0.0.8
282         * packaging issues: META.yml and MANIFEST repaired, tests added
284 2008-09-13  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
286         * release 0.0.7
288         * support new option --report to parse a single report
290         * support envariables parsing and options of the form env:VARIABLE
292         * document so far undocumented query option meta:output_from
294 2008-09-09  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
296         * release 0.0.6
298         * add meta:ok and meta:about as query parameter
300         * slightly improved manpage
302 2008-08-23  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
304         * release 0.0.5
306         * minor bug fix: --vdistro and --ctformat=yaml did not work together
308 2008-06-24  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
310         * release 0.0.4
312         * release 0.0.3
314         * address #37035: $ua could be uninitialized.
316         * introduce new option ctformat=html|yaml especially to analyze
317         DateTime::Format::Strptime which has a broken HTML page at the moment.
319         * 0.0.4 fixed a gotcha in the Makefile.PL produced by Module::Build: it
320         contained a reference to an inexistant file. Investigation pending,
321         switching to MakeMaker.
323 2008-06-15  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
325         * release 0.0.2
327         * with docs and a bit of testing.
329 2008-06-12  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
331         * release 0.0.1
333   * just the bare script I'm currently working with. very early alpha
334         quality
337         Local Variables:
338         mode: change-log
339         change-log-default-name: "Changes"
340         tab-width: 2
341         left-margin: 2
342         End: