This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove ‘use File::Spec’ from IO::File
[perl5.git] / cpan / Compress-Raw-Zlib / Changes
1 CHANGES
2 -------
3
4   2.043 20 November 2011
5
6       * No Changes
7
8   2.042 17 November 2011
9
10       * No Changes
11
12   2.040 28 October 2011
13
14       * No Changes
15
16   2.039 28 October 2011
17
18       * croak if attempt to freeze/thaw compression object
19         [RT #69985]
20
21   2.037 22 June 2011
22
23       * No Changes
24
25   2.036 6 May 2011
26
27       * Added offset patramter to CRC32
28
29   2.035 6 May 2011
30
31       * No Changes
32
33   2.033 11 Jan 2011
34       * Fixed typos & spelling errors.
35         [perl# 81782]
36
37   2.032 4 Jan 2011
38
39       * Document inflateReset
40         [RT #61082]
41
42   2.030 22 July 2010 
43
44       * Ran the zlib2ansi script against the files in zlib-src.
45         Thanks to Nicholas Clark for the reminder.
46
47       * Added "-DNO_VIZ" to DEFINE in Makefile.PL
48         [RT #65293]
49
50   2.027 24 April 2010 
51
52       * Updated to include zlib 1.2.5
53
54   2.026 7 April 2010 
55
56       * Fixed definition of Z_TREES in Makefile.PL
57         [RT #65293]
58
59       * Fixed build issue with definition of off64_t not found on Solaris
60         by modifying the zlib source - changed the symbol
61         _LARGEFILE64_SOURCE to _LARGEFILE64_SOURCE_dummy in zconf.h, 
62         zlib.h and zutil.h 
63         [RT #56108]
64
65   2.025 27 March 2010 
66
67       * Updated to include zlib 1.2.4
68
69       * Allow zlib version check to be disabled by setting
70         TEST_SKIP_VERSION_CHECK environment variable.
71         [RT #54510]
72
73   2.023 9 November 2009
74
75       * fixed instance where $[ should have been $] in t/02zlib.t
76         Thanks to Robin Barker and zefram [RT #50765] for independently
77         spotting the issue.
78
79   2.021 30 August 2009
80
81       * Changed test harness so that it can cope with PERL5OPT=-MCarp=verbose
82         [RT# 47225]
83
84   2.020 3 June 2009
85
86       * Minor documentation update.
87
88   2.019 4 May 2009
89
90       * No Changes
91
92   2.018 3 May 2009
93
94       * No Changes
95
96   2.017 28 March 2009
97
98       * Added 'LimitOutput' option
99
100       * Removed MAN3PODS from Makefile.PL
101
102       * Fixed coring issue when LimitOutput was used.
103
104       * Documented Compress::Raw::Zlib::zlib_version()
105
106       * Documented Compress::Raw::Zlib::deflateReset()
107         [RT #40566]
108
109   2.015 3 September 2008
110
111       * Makefile.PL
112         Backout changes made in 2.014
113
114   2.014 2 September 2008
115
116       * Makefile.PL
117         Updated to check for indirect dependencies.
118
119   2.012 15 July 2008
120
121       * Document the gzip flags that WindowBits can take.
122
123       * Allow a dictionary to be used with a raw inflate. 
124         Needs zlib 1.2.2.1 or better.
125         [RT #36046]
126       
127   2.011 5 May 2008
128
129       * A C++-style comment sneaked in with the last update. Fixed.
130         [core patch #33828]
131
132   2.010 5 May 2008
133
134       * No Changes
135
136   2.009 20 April 2008
137
138       * No Changes
139
140   2.008 2 November 2007
141
142       * Minor documentation changes in README
143
144   2.006 1 September 2007
145
146       * Makefile.PL
147         Added INSTALLDIRS directive to install as a core module when built
148         on a perl >= 5.9.
149
150   2.005 18 June 2007
151
152       * Only include ppport.h when not being built with perl.
153         [core patch #30655]
154
155   2.004 3 March 2007
156
157       * Fixed lvalue substr issue
158
159       * Remove redundant code from Zlib.xs
160
161   2.003 2 January 2007
162
163       * Added explicit version checking
164
165   2.002 29 December 2006
166
167       * Documentation updates.
168
169   2.001 1 November 2006
170
171       * Remove beta status.
172
173   2.000_14 26 October 2006
174
175       * Fixed memory leak on realloc.
176
177       * Ticket #18986 says that ExtUtils::Install 1.39 fixes the in-use
178         issue on win32/cygwin, so make the code that checks whether trying
179         to install via the cpan shell conditional on the version of
180         ExtUtils::Install.
181         http://rt.cpan.org/Ticket/Display.html?id=18986
182
183   2.000_10 13 March 2006
184
185       * Fixed a potential NULL pointer dereference problem in
186         Compress::Raw::Zlib::resetLastBlockByte.
187         Issue highlighted by David Dyck and reproduced by Marcus Holland-Moritz.
188
189   2.000_09 3 March 2006
190
191       * Released onto CPAN
192
193       * Documentation updates.
194
195   2.000_08 2 March 2006
196
197       * Moved the IO::* modules out into their own distributions.
198
199       * Breakout zlib specific code into separate modules.
200
201       * Limited support for reading/writing zip files added.
202
203   2.000_06 5 October 2005
204
205       * Added eof parameter to Compress::Zlib::inflate method.
206
207       * Fixed issue with 64-bit
208
209   2.000_05 4 October 2005
210
211       * Renamed IO::* to IO::Compress::* & IO::Uncompress::*
212
213   2.000_04 23 September 2005
214
215       * Fixed some more non-portable test that were failing on VMS.
216
217       * fixed problem where error messages in the oneshot interface were
218         getting lost.
219
220   2.000_03 12 September 2005
221
222       * Fixed some non-portable test that were failing on VMS.
223
224       * Fixed export of zlib constants from the IO::* classes
225
226   2.000_02 6 September 2005
227
228       * Split Append mode into Append and Merge
229
230       * Fixed typos in the documentation.
231
232       * Added pod/FAQ.pod
233
234       * Added libscan to Makefile.PL
235
236       * Added InputLength for IO::Gunzip et al
237
238   2.000_01 22 August 2005
239
240       * Fixed VERSION in Compress::Gzip::Constants
241
242       * Removed Compress::Gzip::Info from the distribution.
243
244   2.000_00 21 August 2005
245
246       * First Beta relase of Compress::zlib rewrite.
247