From 4305dace7d21f1d7b0477dd5b227412520bc000b Mon Sep 17 00:00:00 2001 From: Andreas Koenig Date: Tue, 24 Sep 2013 06:12:58 +0200 Subject: [PATCH] reformat changes file according to CPAN::Changes::Spec --- Changes | 220 +++++++++++++++++----------------------------------------------- 1 file changed, 59 insertions(+), 161 deletions(-) diff --git a/Changes b/Changes index d98a5ce..380a25b 100644 --- a/Changes +++ b/Changes @@ -1,12 +1,8 @@ -2013-09-15 Andreas Koenig - - * release 0.2.6 +0.2.6 2013-09-15 Andreas Koenig * fix handling of cached gzipped results -2013-09-11 Andreas Koenig - - * release 0.2.5 +0.2.5 2013-09-11 Andreas Koenig * switch download URLs for reports to guid, they seem to have a greater chance to succeed than the numeric ids @@ -14,38 +10,28 @@ * RT #86898: fix META_ADD syntax to inject repository into META.yml (thanks to Karen Etheridge) -2012-08-22 Andreas Koenig - - * release 0.2.4 +0.2.4 2012-08-22 Andreas Koenig * bugfix: parsing of lines that nowadays have commas to separate variables but that did not have commas with perl 5.8.9 -2012-05-01 Andreas J. Koenig - - * release 0.2.3 +0.2.3 2012-05-01 Andreas J. Koenig * bugfix: parsing of config lines that have neither quotes nor commas but spaces, thus need to consume the whole line, like libpth, libs and perllibs -2012-01-06 Andreas J. Koenig - - * release 0.2.2 +0.2.2 2012-01-06 Andreas J. Koenig * bugfix: prerequisites of "0" could be misparsed -2011-12-13 Andreas J. Koenig - - * release 0.2.1 +0.2.1 2011-12-13 Andreas J. Koenig * Replace the use of zcat with Compress::Zlib * Remove all remnants of dependencies on XML::LibXML -2011-11-27 Andreas J. Koenig - - * release 0.2.0 +0.2.0 2011-11-27 Andreas J. Koenig * Upgrading to this release seems needed to get at reports of distros for which a yaml formatted summary file is not available. I don't know @@ -68,101 +54,73 @@ compressed versions of reports. Highly recommended to reduce download times. -2011-10-29 Andreas J. Koenig - - * release 0.1.22 +0.1.22 2011-10-29 Andreas J. Koenig * support YAML::XS besides YAML::Syck * set CPANPLUS version from the intro of the report if not reported properly in the footer -2011-05-31 Andreas J. Koenig - - * release 0.1.21 +0.1.21 2011-05-31 Andreas J. Koenig * protect against zcat implementations that expect a $target.Z file instead of a $target.gz file -2011-05-28 Andreas J. Koenig - - * release 0.1.20 +0.1.20 2011-05-28 Andreas J. Koenig * adjust default to official URLS -2011-04-07 Andreas J. Koenig - - * release 0.1.19 +0.1.19 2011-04-07 Andreas J. Koenig * introduce dependency on CPAN::Meta::Converter -2011-04-06 Andreas J. Koenig - - * release 0.1.18 +0.1.18 2011-04-06 Andreas J. Koenig * improve diagnostics for Makefile.PL failures -2011-03-27 Andreas J. Koenig - - * release 0.1.17 +0.1.17 2011-03-27 Andreas J. Koenig * fix misparsing of UID, EUID, GID, EGID, and $^X under CPANPLUS * fix misparsing of UID and EUID under CPAN::Reporter -2011-03-24 Andreas J. Koenig - - * release 0.1.16 +0.1.16 2011-03-24 Andreas J. Koenig * add compression support for fetched and cached cpan testers reports * rip out nntp support, the nntp server has closed its gates in 2010 -2010-08-26 Andreas J. Koenig - - * release 0.1.15 +0.1.15 2010-08-26 Andreas J. Koenig * fix parsing bug with configure_requires -2010-08-08 Andreas J. Koenig - - * release 0.1.14 +0.1.14 2010-08-08 Andreas J. Koenig * support for new option --sample to limit number of observations -2010-07-10 Andreas J. Koenig - - * release 0.1.13 +0.1.13 2010-07-10 Andreas J. Koenig * parse the new cpantesters 2.0 raw page now with tag -2010-02-17 Andreas J. Koenig - - * release 0.1.12 +0.1.12 2010-02-17 Andreas J. Koenig * switching transport to new option "http_cpantesters" because nntp has a broken disk and many reports missing; option "http" has been renamed to http_nntp. -2010-01-10 Andreas J. Koenig - - * release 0.1.11 +0.1.11 2010-01-10 Andreas J. Koenig * CPANPLUS may paint an exclamation mark into the margin of the prerequisties stanza -2009-12-23 Andreas J. Koenig - - * release 0.1.10 +0.1.10 2009-12-23 Andreas J. Koenig * if the summary at the end doesn't provide a perl version then use the one from the first paragraph * junk CARRIAGE RETURNs at end of line in time -2009-12-09 Andreas J. Koenig - - * release 0.1.9 +0.1.9 2009-12-09 Andreas J. Koenig * replace DateTime::Format::DateParse with D:F:Strptime @@ -173,37 +131,27 @@ * fix typo in the compound config name "archname+osvers" -2009-11-11 Andreas J. Koenig - - * release 0.1.8 +0.1.8 2009-11-11 Andreas J. Koenig * CPANPLUS does not try to align the prereq stanza, using split as a fallback -2009-11-02 Andreas J. Koenig - - * release 0.1.7 +0.1.7 2009-11-02 Andreas J. Koenig * CPANPLUS beginning with 0.89_06(?) has a toolchain stanza -2009-11-01 Andreas J. Koenig - - * release 0.1.6 +0.1.6 2009-11-01 Andreas J. Koenig * bugfix: not all reports have a correct MIME header; introduce heuristics to parse MIME as MIME if it probably is. -2009-10-26 Andreas J. Koenig - - * release 0.1.5 +0.1.5 2009-10-26 Andreas J. Koenig * bugfix: allow an empty line after the Summary line * bugfix: allow any whitespace after Date: -2009-10-10 Andreas J. Koenig - - * release 0.1.4 +0.1.4 2009-10-10 Andreas J. Koenig * introduce --ctdb option to use a local sqlite database instead of asking cpantesters for yaml files (Andreas Koenig) @@ -214,22 +162,16 @@ * Avoid infinite loop if the last line of a report ends with a '!' (Ask Bjørn Hansen) -2009-06-28 Andreas J. Koenig - - * release 0.1.3 +0.1.3 2009-06-28 Andreas J. Koenig * do not rely on the sort order of the cpantesters yaml file -2009-05-22 Andreas J. Koenig - - * release 0.1.2 +0.1.2 2009-05-22 Andreas J. Koenig * Fix parsing of files with a MIME-Version header which comes from recent improvements on the Test::Reporter end. -2009-03-29 Andreas J. Koenig - - * release 0.1.1 +0.1.1 2009-03-29 Andreas J. Koenig * add the parsed prerequisites wanted version number to the result with the prefix C (popular Birmingham hackathon demand) @@ -238,9 +180,7 @@ Birmingham hackathon. This will probably end up as a sub in ParseReport.pm, needs to be decided later. -2009-03-12 Andreas J. Koenig - - * release 0.1.0 +0.1.0 2009-03-12 Andreas J. Koenig * discontinued the support for more than one distro on the commandline; it seemed unnneeded and confusing @@ -256,9 +196,7 @@ * minor bugfixes -2008-12-30 Andreas J. Koenig - - * release 0.0.23 +0.0.23 2008-12-30 Andreas J. Koenig * do not die when we cannot parse a date in an nntp article, for example 550894. @@ -271,30 +209,22 @@ to that introduce additional caution, checking the return value of standarderrors(). -2008-12-29 Andreas J. Koenig - - * release 0.0.22 +0.0.22 2008-12-29 Andreas J. Koenig * dropped support for ctformat=html because cpantesters site is a moving target. -2008-12-15 Andreas J. Koenig - - * release 0.0.21 +0.0.21 2008-12-15 Andreas J. Koenig * solve switch: secondary sort order K ascending (suggested by Slaven) * solvetop switch: overrule it when there are more results with R^2==1.0 -2008-12-14 Andreas J. Koenig - - * release 0.0.20 +0.0.20 2008-12-14 Andreas J. Koenig * catch errors from HTTP and NNTP server. -2008-11-10 Andreas J. Koenig - - * release 0.0.19 +0.0.19 2008-11-10 Andreas J. Koenig * introduce a backdoor to feed an arbitrary article as argument to the parser. @@ -302,16 +232,12 @@ * RT #40812: with NNTP, when the date format doesn't match expectations, use DateParse compatible parser. -2008-11-06 Andreas J. Koenig - - * release 0.0.18 +0.0.18 2008-11-06 Andreas J. Koenig * switch to Net::NNTP instead of HTTP for the reports. HTTP can be switched on with --transport=http -2008-11-03 Andreas J. Koenig - - * release 0.0.17 +0.0.17 2008-11-03 Andreas J. Koenig * typo fix RT #40608 @@ -319,27 +245,19 @@ * new option --ycb to specify a callback for calculating Y -2008-11-01 Andreas J. Koenig - - * release 0.0.16 +0.0.16 2008-11-01 Andreas J. Koenig * add protection against linear dependencies between columns -2008-10-28 Andreas J. Koenig - - * release 0.0.15 +0.0.15 2008-10-28 Andreas J. Koenig * provide a normalized meta:perl for --solve -2008-10-26 Andreas J. Koenig - - * release 0.0.14 +0.0.14 2008-10-26 Andreas J. Koenig * forgot dependency on Statistics::Regression -2008-10-21 Andreas J. Koenig - - * release 0.0.13 +0.0.13 2008-10-21 Andreas J. Koenig * forgot to include the catalog files in the last release @@ -350,9 +268,7 @@ * new experimental option --solve to run some statistics to aid determining blame candidates. -2008-10-19 Andreas J. Koenig - - * release 0.0.12 +0.0.12 2008-10-19 Andreas J. Koenig * all output goes now to STDERR except for the output for --dumpvars which goes to --dumpfile's option (default: ./ctgetreports.out) @@ -367,9 +283,7 @@ * entities are now decoded -2008-09-29 Andreas J. Koenig - - * release 0.0.11 +0.0.11 2008-09-29 Andreas J. Koenig * packaging issues: remove the overly clever idea to get the version into the manpage. It screws the enduser who is using MM->parse_version. @@ -378,9 +292,7 @@ directly with XML::LibXML, set the default downloaded file back to html because it is easier to debug and generally gets more attention. -2008-09-21 Andreas J. Koenig - - * release 0.0.10 +0.0.10 2008-09-21 Andreas J. Koenig * RT #39458: make sort order descending with --ctformat:yaml (suggested by Slaven Rezic) @@ -391,19 +303,15 @@ * temporarily setting --ctformat=yaml the default until cpantesters site is stable again -2008-09-20 Andreas J. Koenig - - * release 0.0.9 - - * new options --raw and --q qr:REGEXP (suggested by Slaven Rezic) - - * release 0.0.8 +0.0.9 2008-09-20 Andreas J. Koenig * packaging issues: META.yml and MANIFEST repaired, tests added -2008-09-13 Andreas J. Koenig +0.0.8 2008-09-20 Andreas J. Koenig - * release 0.0.7 + * new options --raw and --q qr:REGEXP (suggested by Slaven Rezic) + +0.0.7 2008-09-13 Andreas J. Koenig * support new option --report to parse a single report @@ -411,46 +319,36 @@ * document so far undocumented query option meta:output_from -2008-09-09 Andreas J. Koenig - - * release 0.0.6 +0.0.6 2008-09-09 Andreas J. Koenig * add meta:ok and meta:about as query parameter * slightly improved manpage -2008-08-23 Andreas J. Koenig - - * release 0.0.5 +0.0.5 2008-08-23 Andreas J. Koenig * minor bug fix: --vdistro and --ctformat=yaml did not work together -2008-06-24 Andreas J. Koenig +0.0.4 2008-06-24 Andreas J. Koenig - * release 0.0.4 + * fixed a gotcha in the Makefile.PL produced by Module::Build: it + contained a reference to an inexistant file. Investigation pending, + switching to MakeMaker. - * release 0.0.3 +0.0.3 2008-06-24 Andreas J. Koenig * RT #37035: $ua could be uninitialized. * introduce new option ctformat=html|yaml especially to analyze DateTime::Format::Strptime which has a broken HTML page at the moment. - * 0.0.4 fixed a gotcha in the Makefile.PL produced by Module::Build: it - contained a reference to an inexistant file. Investigation pending, - switching to MakeMaker. - -2008-06-15 Andreas J. Koenig - - * release 0.0.2 +0.0.2 2008-06-15 Andreas J. Koenig * with docs and a bit of testing. -2008-06-12 Andreas J. Koenig - - * release 0.0.1 +0.0.1 2008-06-12 Andreas J. Koenig - * just the bare script I'm currently working with. very early alpha + * just the bare script I'm currently working with. very early alpha quality -- 2.11.4.GIT