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