generate a conf:git_commit_id if possible
[cpan-testers-parsereport.git] / Changes
blob8c94a1520d4981b8cf7bf112440a4592d143e9c2
1 2009-02-06  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
3         * release 0.1.0
5         * discontinued the support for more than one distro on the commandline;
6         it seemed unnneeded and confusing
8         * allow a versioned distro name as argument, obsoletes the --vdistro
9         option.
11 2008-12-30  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
13         * release 0.0.23
15         * do not die when we cannot parse a date in an nntp article, for example
16         550894.
18         * if -solve is given, always provide a variable C<conf:archname+osvers>
19         that concatenates C<archname> and C<osvers> because the latter alone is
20         a pointless variable.
22         * do not die if Statistics::Regression::print() dies. Before it may come
23         to that introduce additional caution, checking the return value of
24         standarderrors().
26 2008-12-29  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
28         * release 0.0.22
30         * dropped support for ctformat=html because cpantesters site is a moving
31         target.
33 2008-12-15  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
35         * release 0.0.21
37         * solve switch: secondary sort order K ascending (suggested by Slaven)
39         * solvetop switch: overrule it when there are more results with R^2==1.0
41 2008-12-14  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
43         * release 0.0.20
45         * catch errors from HTTP and NNTP server.
47 2008-11-10  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
49         * release 0.0.19
51         * introduce a backdoor to feed an arbitrary article as argument to the
52         parser.
54         * address #40812: with NNTP, when the date format doesn't match
55         expectations, use DateParse compatible parser.
57 2008-11-06  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
59         * release 0.0.18
61         * switch to Net::NNTP instead of HTTP for the reports. HTTP can be
62         switched on with --transport=http
64 2008-11-03  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
66         * release 0.0.17
68         * typo fix # 40608
70         * bug fix # 40609: division by zero error in Statistics::Regression
72         * new option --ycb to specify a callback for calculating Y
74 2008-11-01  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
76         * release 0.0.16
78         * add protection against linear dependencies between columns
80 2008-10-28  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
82         * release 0.0.15
84         * provide a normalized meta:perl for --solve
86 2008-10-26  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
88         * release 0.0.14
90         * forgot dependency on Statistics::Regression
92 2008-10-21  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
94         * release 0.0.13
96         * forgot to include the catalog files in the last release
98         * meta:writer now also detected on CPANPLUS::Dist::YACSmoke
100         * new option --cturl to temporarily switch servers
102         * new experimental option --solve to run some statistics to aid
103         determining blame candidates.
105 2008-10-19  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
107         * release 0.0.12
109         * all output goes now to STDERR except for the output for --dumpvars
110         which goes to --dumpfile's option (default: ./ctgetreports.out)
112         * XML::LibXML parser object now has a catalog and is being cached.
114         * new option --quiet to suppress all output
116         * we have a real test now (but not many individual tests)
118         * env state was not turned off correctly, fixed.
120         * entities are now decoded
122 2008-09-29  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
124         * release 0.0.11
126         * packaging issues: remove the overly clever idea to get the version into
127         the manpage. It screws the enduser who is using MM->parse_version.
129         * Since Barbie has switched to XHTML, drop HTML::TreeBuilder and parse
130         directly with XML::LibXML, set the default downloaded file back to html
131         because it is easier to debug and generally gets more attention.
133 2008-09-21  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
135         * release 0.0.10
137         * address #39458: make sort order descending with --ctformat:yaml
138         (suggested by Slaven Rezic)
140         * address #39459: set display variable to captured regexp with qr:
141         (suggested by Slaven Rezic)
143         * temporarily setting --ctformat=yaml the default until cpantesters site
144         is stable again
146 2008-09-20  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
148         * release 0.0.9
150         * new options --raw and --q qr:REGEXP (suggested by Slaven Rezic)
152         * release 0.0.8
154         * packaging issues: META.yml and MANIFEST repaired, tests added
156 2008-09-13  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
158         * release 0.0.7
160         * support new option --report to parse a single report
162         * support envariables parsing and options of the form env:VARIABLE
164         * document so far undocumented query option meta:output_from
166 2008-09-09  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
168         * release 0.0.6
170         * add meta:ok and meta:about as query parameter
172         * slightly improved manpage
174 2008-08-23  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
176         * release 0.0.5
178         * minor bug fix: --vdistro and --ctformat=yaml did not work together
180 2008-06-24  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
182         * release 0.0.4
184         * release 0.0.3
186         * address #37035: $ua could be uninitialized.
188         * introduce new option ctformat=html|yaml especially to analyze
189         DateTime::Format::Strptime which has a broken HTML page at the moment.
191         * 0.0.4 fixed a gotcha in the Makefile.PL produced by Module::Build: it
192         contained a reference to an inexistant file. Investigation pending,
193         switching to MakeMaker.
195 2008-06-15  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
197         * release 0.0.2
199         * with docs and a bit of testing.
201 2008-06-12  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
203         * release 0.0.1
205   * just the bare script I'm currently working with. very early alpha
206         quality
209         Local Variables:
210         mode: change-log
211         change-log-default-name: "Changes"
212         tab-width: 2
213         left-margin: 2
214         End: