changelog
[p5sagit/strictures.git] / Changes
1 Release history for strictures
2
3   - fix extras test to avoid any files in the temp directory's parent
4     directories interfering (RT#128751)
5
6 2.000005 - 2018-04-20
7   - update internal list of warnings for categories added in 5.28.0 (no
8     behaviour change)
9
10 2.000004 - 2018-04-19
11   - update bundled ExtUtils::HasCompiler to 0.021
12   - update internal list of warnings for categories added in 5.26.0 (no
13     behavior change)
14
15 2.000003 - 2016-04-19
16   - update bundled ExtUtils::HasCompiler to 0.013 to fix potential false
17     negative (RT#113637)
18   - list optional XS dependencies as suggests rather than recommends (RT#107393)
19
20 2.000002 - 2015-11-04
21   - use ExtUtils::HasCompiler to detect compiler rather than ExtUtils::CBuilder
22   - more comprehensive testing
23
24 2.000001 - 2015-06-28
25   - update for perl 5.22 warning categories
26   - avoid using goto &UNIVERSAL::VERSION on perl 5.8, since it segfaults some
27     builds
28   - also detect development directories based on .bzr directory
29   - various test cleanups
30
31 2.000000 - 2015-02-26
32   * Incompatible Changes
33     - strictures 2 fatalizes only a subset of warnings.  Some warning
34       categories are not safe to catch, or just inappropriate to have fatal.
35       Existing code looking like 'use strictures 1;' will continue to get the
36       old behavior of fatalizing all errors.  The new behavior will take effect
37       when no version or version 2 is specified.
38
39 1.005006 - 2015-01-30
40   - fix extra checks triggering on paths starting with t, xt, lib, or blib,
41     rather than only triggering on those directories.
42   - avoid stat checks for VCS directories until we are in an appropriately
43     named file
44   - various cleanups in test files
45
46 1.005005 - 2014-08-16
47   - include minimum perl version in metadata
48
49 1.005004 - 2014-03-06
50   - make sure meta files list extra modules as recommendations, not requirements
51
52 1.005003 - 2014-02-12
53   - added support for PUREPERL_ONLY (rt#91407)
54   - fixed using strictures->VERSION to query the version (rt#92965)
55
56 1.005002 - 2013-12-10
57   - extra prereqs will be listed as hard prerequisites if a compiler is
58     available
59
60 1.005001 - 2013-11-07
61   - fix skip on old perl on test script
62
63 1.005000 - 2013-11-05
64   - detect mercurial when checking for development trees
65   - avoid using constant.pm to save a bit of memory on older perls
66   - update to v2 metadata
67
68 1.004004 - 2012-11-12
69   - fix crash in 1.004003 due to qw() list being readonly
70
71 1.004003 - 2012-11-10
72   - check only once for presence of extra testing prereqs
73   - explicitly specify no dynamic_config in META
74
75 1.004002 - 2012-09-08
76   - add better rationale for the extra testing heuristic
77
78 1.004001 - 2012-07-12
79   - test-specific strictures now enabled during 'dzil test'
80
81 1.004000 - 2012-07-12
82   - switch to testing calling file to avoid firing on dependencies
83
84 1.003001 - 2012-04-08
85   - fix test to handle defatalization
86
87 1.003000 - 2012-04-07
88   - try and run for any checkout t/ now we don't blow up the process
89   - defatalize lack of extra testing modules
90   - disable extra tests on perls <= 5.008003, things do not work there as
91     expected
92
93 1.002002 - 2011-02-25
94   - only try and mkdir the .git if it doesn't already exist so repeated
95     test runs don't explode
96
97 1.002001 - 2011-02-25
98   - switch .svn to .git in smells-of-vcs test and create it ourselves
99     to ease importing of this dist into subversion repositories
100
101 1.002000 - 2011-02-16
102   - add multidimensional and bareword::filehandles in author mode
103
104 1.1.1 - 2010-12-05
105   - disable uninitialized warnings before calling ->SUPER::VERSION
106
107 1.1.0 - 2010-11-22
108   - enable extra testing only if .git or .svn present to keep requirement
109     for extra modules author-side
110
111 1.0.0 - 2010-07-18
112   - initial release