Many fixes after CPANTESTERS report
[Config-Perl-V.git] / Changelog
blob7a3a620e305005a817e34cf1c55e2ce0300a8a7d
1 0.22    - 02 Aug 2014, H.Merijn Brand
2     * Fixed parsing locally applied patches (passed only first line)
3     * Fixed parsing compile-time options (passed only first line)
4     * Some settings run unquoted to end-of-line
5     * Not all key-value pairs were separated by ',' in older perl
6     * Small typo in test comment
8 0.21    - 01 Aug 2014, H.Merijn Brand
9     * Add tests for each major distribution since 5.6.2
10     * Better detect build times
11     * Sync with 5.20.1
13 0.20    - 19 Feb 2014, H.Merijn Brand
14     * Update copyright to 2014
15     * Typo fix in comment (RT#92469)
16     * Sync up with blead
18 0.19    - 30 Jul 2013, H.Merijn Brand
19     * TEST_REQUIRES was added in 6.63_03 (RT#85811)
20     * Removed duplicate entry (no visible change)
22 0.18    - 24 May 2013, H.Merijn Brand
23     * Fixed typo in META (Chorny)
24     * Support for using uninstalled Test::NoWarnings (RT#82386)
25     * Sync up with perl-5.18.0 (and 5.19.0)
27 0.17    - 10 Feb 2013, H.Merijn Brand
28     * Deal with spaces in patch descriptions
30 0.16    - 25 Jan 2013, H.Merijn Brand
31     * Do not shell out on 5.14.0 and up if perl provides internals (Nicholas)
32     * Update copyright to 2013
33     * Update list of known symbols to 5.17.8
34     * Prevent tar paxheaders (http://www.perlmonks.org/?node_id=1004571)
36 0.15    - 07 Jun 2012, H.Merijn Brand
37     * Update copyright to 2012
38     * Prepare for CORE inclusion (BinGOs)
40 0.14    - 07 Sep 2011, H.Merijn Brand
41     * Upped copyright to 2011
42     * NAME / DISTNAME in Makefile.PL
44 0.13    - 07 Sep 2011, H.Merijn Brand
45     * Some spelling fixes
46     * More cross-checks for META data
48 0.12    - 16 Mar 2010, H.Merijn Brand
49     * YAML dropped to spec 1.0 (RT#55614)
51 0.11    - 15 Mar 2010, H.Merijn Brand
52     * Upped copyright to 2010
53     * osname in {build} can be different from {config} (OpenBSD vs openbsd)
54     * Add USE_ATTRIBUTES_FOR_PERLIO to the list of -V's compile-time options.
55     * Add USE_PERL_ATOF to the list of -V's compile-time options.
57 0.10    - 24 Sep 2009, H.Merijn Brand
58     * Add PERL_DISABLE_PMC to the list of -V's compile-time options.
59     * Add PERL_IS_MINIPERL to the list of -V's compile-time options.
60     * pod fix (Jim Cromie)
62 0.05    - 01 Jul 2009, H.Merijn Brand
63     * 0.04 was shipped with 0.05 as $VERSION. Sorry
65 0.04    - 01 Jul 2009, H.Merijn Brand
66     * Default for summary is myconfig
67     * Added signature ()
68     * Added @EXPORT_OK and EXPORT_TAGS
70 0.03    - 05 Apr 2009, H.Merijn Brand
71     * Reconstruct version from perl-v output (dagolden)
73 0.02    - 30 Mar 2009, H.Merijn Brand
74     * Added plv2hash ()
75     * Documentation
76     * Added all (new) version related config entries, including git
77     * Added a derived section
78     * Added summary ()
80 0.01    - 29 Mar 2009, H.Merijn Brand
81     * Initial release