This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Updated Object-Accessor to CPAN version 0.44
[perl5.git] / cpan / Compress-Raw-Bzip2 / Changes
1 CHANGES
2 -------
3
4   2.048 29 January 2012
5
6       * No Changes
7
8   2.047 28 January 2012
9
10       * Set minimum Perl version to 5.6
11
12   2.045 3 December 2011
13
14       * Moved FAQ.pod to IO::Compress
15
16   2.044 2 December 2011
17
18       * Moved FAQ.pod under the lib directory so it can get installed
19
20   2.043 20 November 2011
21
22       * No Changes
23
24   2.042 17 November 2011
25
26       * No Changes
27
28   2.040 28 October 2011
29
30       * No Changes
31
32   2.039 28 October 2011
33
34       * croak if attempt to freeze/thaw compression object
35         [RT #69985]
36
37   2.037 22 June 2011
38
39       * No Changes
40
41   2.036 18 June 2011
42
43       * No Changes
44
45   2.035 6 May 2011
46
47       * No Changes
48
49   2.033 11 Jan 2011
50       * Fixed typos & spelling errors.
51         [perl# 81782]
52
53   2.032 4 Jan 2011
54
55       * No Changes
56
57   2.031 21 September 2010
58
59       * Updated to use bzip2 1.0.6
60         Version 1.0.6 removes a potential security vulnerability,
61         CVE-2010-0405, so all users are recommended to upgrade immediately.
62
63   2.030 22 July 2010
64
65       * No Changes
66
67   2.027 24 April 2010
68
69       * No Changes
70
71   2.026 7 April 2010
72
73       * No Changes
74
75   2.025 27 March 2010
76
77       * Documented the unused "verbosity" option in
78         Compress::Raw::Bunzip2::new
79         [RT# 54425]
80
81   2.023 9 November 2009
82
83       * Removed redundant bzip2 source files from the bzip2-src directory.
84         [RT# 47225]
85
86       * Fixed instance where $[ should have been $] in t/01bzip2.t
87         Thanks to Robin Barker and zefram [RT #50764] for independently
88         spotting the issue.
89
90   2.021 30 August 2009
91
92       * Changed test harness so that it can cope with PERL5OPT=-MCarp=verbose
93         [RT# 47225]
94
95   2.020 4 June 2009
96
97       * No Changes
98
99   2.019 4 May 2009
100
101       * tidied up Bzip2.xs
102
103   2.018 3 May 2009
104
105       * added linitOutput option
106
107       * Changes to bzip2 source to get the module to build using a C++
108         compiler
109
110   2.017 28 March 2009
111
112       * Minor changes to allow building in perl core.
113
114       * Removed MAN3PODS from Makefile.PL
115
116   2.015 3 September 2008
117
118       * Documented bzlibversion
119
120   2.015 3 September 2008
121
122       * Makefile.PL
123         Backout changes made in 2.014
124
125   2.014 2 September 2008
126
127       * Makefile.PL
128         Updated to check for indirect dependencies.
129
130   2.012 15 July 2008
131
132       * No Changes
133
134   2.011 17 May 2008
135
136       * No Changes
137
138   2.010 5 May 2008
139
140       * No Changes
141
142   2.009 20 April 2008
143
144       * Updated to use bzip2 1.0.5
145
146   2.008 2 November 2007
147
148       * Minor documentation changes in README
149
150   2.006 1 September 2007
151
152       * Added the bzip2 LICENSE file into bzip2-src.
153         [rt.cpan.org #28980]
154
155   2.005 18 June 2007
156
157       * Added patch from Fedora to allow the module to be built with an
158         existing bzip2 library.
159         [rt.cpan.org #25489]
160
161   2.004 3 March 2007
162
163       * Updated to use bzip2 1.0.4
164
165       * Remove redundant code from Bzip2.xs
166
167   2.003 2 January 2007
168
169       * Added explicit version checking
170
171   2.002 29 December 2006
172
173       * Documentation updates.
174
175   2.001 1 November 2006
176
177       * Remove beta status.
178
179   2.000_14 26 October 2006
180
181       * Fixed memory leak on realloc.
182
183   2.000_12 12 May 2006
184
185       * Documentation updates.
186
187   2.000_10 13 March 2006
188
189       * Created Compress::Raw::Bzip2
190