IO::Compress::* 2.010
[p5sagit/p5-mst-13.2.git] / ext / Compress / Zlib / Changes
CommitLineData
f4c6fd49 1CHANGES
2-------
3
be714331 4 2.010 5 May 2008
5
6 * Fixed problem that meant Perl 5.10 could not upgrade this module.
7 [RT #35341]
8
d54256af 9 2.009 20 April 2008
10
11 * Minor documentation issue with flush.
12 [rt.cpan.org #31446]
13
80e5fcd6 14 2.008 2 November 2007
15
16 * Minor documentation changes in README
17
aa976d0c 18 2.007 22 September 20007
19
20 * lib/Compress/Zlib.pm -- 1.x Backward Compatability issues
21 gzclose - documented return value was wrong, should be 0 for ok.
22 gzflush - return value didn't match 1.x, should return 0 if ok.
23 [rt.cpan.org #29215] and Debian bug #440943 http://bugs.debian.org/440943
24
d56f7e4c 25 2.006 1 September 20007
26
27 * Makefile.PL
28 Added INSTALLDIRS directive to install as a core module when built
29 on a perl >= 5.9.
30
31 * t/03zlib-v1.t
32 Fixed crc32 and adler32 tests in to remove ascii assumption.
33
34 * lib/Compress/Zlib.pm
35 Make gzreadline not support $/, just like in Compress::Zlib 1.x
36 Folk who want $/ with readline support can get it in
37 IO::Uncompress::Gunzip.
38 [rt.cpan.org #28663] and Debian bug #435656 http://bugs.debian.org/435656
93d092e2 39 2.005 18 June 2007
40
41 * Added info about removing Compress::Zlib version 1, before
42 installing version 2.
43
4e7676c7 44 2.004 3 March 2007
45
46 * rewrote memGzip using IO::Compress::Gzip::gzip
47
b0cda13f 48 2.003 2 January 2007
49
50 * Added explicit version checking
51
f6fd7794 52 2.002 29 December 2006
53
54 * Documentation updates.
55
56 * Fix append mode with gzopen.
57 rt-cpan.org 24041
58
59 * Allow gzopen to read from and write to a scalar reference.
60
63ad731d 61 2.001 1 November 2006
62
63 * Remove beta status.
64
258133d1 65 2.000_14 26 October 2006
66
67 * No changes.
68
e7d45986 69 2.000_13 20 June 2006
70
71 * No changes.
72
c70c1701 73 2.000_12 16 April 2006
74
75 * Fixed gzread to zap the output buffer to an empty string when zero
76 bytes are requested. This matches the behaviour of C::Z 1.x
77
78 2.000_11 10 April 2006
79
80 * No changes.
81
cb7abd7f 82 2.000_10 13 March 2006
83
84 * Changed gzread so that its behaviour matches C::Z::gzread 1.x if it
85 is called after eof. In this case it will write an empty string
86 into the output parameter. This change is solely for backward
87 compatability reasons.
25f0751f 88
cb7abd7f 89 2.000_09 3 March 2006
25f0751f 90
cb7abd7f 91 * Posted to CPAN
92
93 2.000_08 2 March 2006
1a6a8453 94
95 * Breakout zlib specific code into separate modules.
96
97 * Limited support for reading/writing zip files
98
99 2.000_06 5 October 2005
100
101 * Added eof parameter to Compress::Zlib::inflate method.
102
103 * Fixed issue with 64-bit
104
642e522c 105 2.000_05 4 October 2005
667342e9 106
642e522c 107 * Renamed IO::* to IO::Compress::* & IO::Uncompress::*
667342e9 108
642e522c 109 2.000_04 23 September 2005
5e282033 110
642e522c 111 * Fixed some more non-portable test that were failing on VMS.
112
113 * fixed problem where error messages in the oneshot interface were
114 getting lost.
115
116 2.000_03 12 September 2005
117
118 * Fixed some non-portable test that were failing on VMS.
119
120 * Fixed export of zlib constants from the IO::* classes
121
122 2.000_02 6 September 2005
123
124 * Split Append mode into Append and Merge
125
126 * Fixed typos in the documentation.
127
128 * Added pod/FAQ.pod
129
130 * Added libscan to Makefile.PL
131
132 * Added InputLength for IO::Gunzip et al
133
134 2.000_01 22 August 2005
135
136 * Fixed VERSION in Compress::Gzip::Constants
137
138 * Removed Compress::Gzip::Info from the distribution.
139
140 2.000_00 21 August 2005
141
142 * First Beta relase of Compress::zlib rewrite.
5e282033 143
76e6f389 144 1.38 - 6 September 2005
145
146 * Integrate core change 25304 -- Symbian Update
147
148 * Added libscan to Makefile.PL
149
5993747c 150 1.37 - 12 August 2005
151
152 * Change to t/03examples.t for VMS from Abe Timmerman
153
154 1.36 - 3 August 2005
155
156 * Renamed zlib-src-1.2.3 to zlib-src to help VMS
157
158 * Fixed Makefile.PL for VMS
159
160 * Fixed t/03examples.t for VMS
161
162 * Added a couple of notes about incompatibility with Unix compress.
163
06edba15 164 1.35 - 16 July 2005
165
166 * Updated zlib source to 1.2.3
167
168 * Fixed problem with where two calls to gzclose would hang the debugger.
169 See https://rt.cpan.org/Ticket/Display.html?id=13789
170
171 * Added code from Alexey Tourbin to use XSLoader when available,
172 and DynaLoader otherwise.
173
174 * Documented that the compress & uncompress functions were not
175 the same as the Unix utilities of the same name.
176
177 * Fixed 05gzsetp -- it left a temp file hanging around.
178
179 * Integrate core change 24787 - SvUPGRADE returns void in blead
180
181 * Integrate core change 24788 - Makefile.PL adjustments for the core
182
183
f4c6fd49 184 1.34 - 30 January 2005
185
186 * Fixed typo in the README
187
188 * Fixed examples.t on Win32 where paths have embedded whitespace.
189
190 * Fix for Cygwin and core integration from Jos I. Boumans
191
192 * Upgrade zlib source to 1.2.2
193
194 1.33 - 14 January 2004
195
196 * Reworked Makefile.PL to avoid creating a private copy of zlib.
197 This both simplifies the build, plus it makes life easier for VMS.
198
199 * Patches for Makefile.PL to get it to work on VMS supplied by
200 Craig A. Berry.
201
202 * memGunzip has very slow on FreeBSD. Turns out to be down to
203 the way realloc works on FreeBSD. Changed both inflate & deflate
204 to use exponentially increasing buffer sizes when they need to
205 realloc. Thanks to Peter Jeremy for the lowdown on FreeBSD
206 memory allocation.
207
208 1.32 - 26 November 2003
209
210 * Steve Hay reported a problem on rt.cpan.org with Windows and
211 MSCV++ 6.0 where the source from the zlib directory was getting
212 installed with the rest of the module.
213 https://rt.cpan.org/Ticket/Display.html?id=1741
214
215 This has been fixed by renaming the "zlib" directory to "zlib-src"
216 thus avoiding a conflict with the name of this Perl module.
217
218 * Fixed a bug in the inflate method where the input buffer is an
219 lvalue (via substr). Problem & solution reported by Salvador Fandiqo.
220
221 * Tightened up the logic in Makefile.PL when BUILD_ZLIB is
222 True. Issue spotted by Ralf S. Engelschall.
223
224 1.31 - 29 October 2003
225
226 * Reinstated the creation of .bak files - $^I seems to need a
642e522c 227 backup file on Windows. For OpenVMS, the extenstion _bak is used.
f4c6fd49 228
229 1.30 - 28 October 2003
230
231 * Bundled a sub-set of the zlib source with the module and changed
232 the default make behaviour to build with the included zlib source.
233 The previous behaviour of using a pre-built zlib library is
234 still available for those that want it.
235
236 * Added prototypes to the subs in Zlib.pm that didn't already have
237 them. Patch from Ed Avis.
238
239 * No .bak files are created by Makefile.PL any more - this keep
240 distclean much happier. Patch suggested by Ed Avis.
241 This also fixes a similar problem reported by Dr. Martin Zinser
242 on OpenVMS.
243
244 * Documentation for some of the gz functions updated.
245
246 * Format strings modified in DispStream to keep OpenVMS happy.
247 Problem reported by Dr. Martin Zinser.
248
249
250 1.22 - 17 June 2003
251
252 * Makefile.PL now displays a warning about not installing
253 Compress::Zlib via the CPAN shell.
254
255 * Fix to allow intermingling of gzread & gzreadline - patch
256 supplied by Doug Perham.
257
258 * memGunzip will silently now work if the gzip trailer is
259 missing. Some HTTP Origin Servers seem to leave it out.
260
261 1.21 - 28 April 2003
262
263 * Tests 148 & 150 from t/02zlib.t were failing on redhat 9.
264
265 * Added a few words about the problems with Mac OS X to the README file.
266
267 1.20 - 4 April 2003
268
269 * Fixed bug in gzopen where $gzerrno wasn't being set correctly.
270 The symptom was $gzerrno was set to Z_MEM_ERROR although the file
271 was opened ok. If gzopen failed, $gzerrno was being set correctly.
272 This problem wasn't spotted before because the typical test
273 to determine whether gzopen passed or failed was to check its
274 return value.
275
276 1.19 - 31 October 2002
277
278 * fixed a problem with t/02zlib.t that was failing with redhat 8.
279
280 1.18 - 24 October 2002
281
282 * fixed a Win32 problem in t/02zlib.t by changing sysread to read.
283
284 * zlib 1.0.5 & older doesn't have gzsetparams & gzeof. Added a new
285 variable to config.in to flag an old version of zlib. Split
286 out the tests for gzsetparams into t/05gzsetp.t
287
642e522c 288 1.17 - 23 May 2002
f4c6fd49 289
290 * Moved the test to check the versions of libz & zlib.h into a separate
291 file and added troubleshooting notes to README.
292
293 * In gzopen, only attempt to call "tell" for normal files.
294
642e522c 295 * Fixed to work in taint mode.
296
f4c6fd49 297 * Broke changes out of README into Changes file.
298
299 * Replaced internal use of Z_PARTIAL_FLUSH symbol with Z_SYNC_FLUSH.
300 zlib.h says /* will be removed, use Z_SYNC_FLUSH instead */
301
f4c6fd49 302 1.16 - 13 December 2001
303
304 * Fixed bug in Makefile.PL that stopped "perl Makefile.PL PREFIX=..."
305 working.
306
307 1.15 - 4th December 2001
308
309 * Changes a few types to get the module to build on 64-bit Solaris
310
311 * Changed the up/downgrade logic to default to the older constructs, and
312 to only call a downgrade if specifically requested. Some older versions
313 of Perl were having problems with the in-place edit.
314
315 * added the new XS constant code.
316
317 1.14 - 27th August 2001
318
319 * Memory overwrite bug fixed in "inflate". Kudos to Rob Simons for
320 reporting the bug and to Anton Berezin for fixing it for me.
321
322 1.13 - 31st June 2001
323
642e522c 324 * Make sure config.in is consistant when released.
f4c6fd49 325
326 1.12 - 28th April 2001
327
328 * Modified Makefile.PL to only enable the warnings pragma if
329 using perl 5.6.1 or better.
330
331 1.11 - 17th February 2001
332
333 * Added logic in Makefile.PL to toggle between using $^W and
334 the warnings pragma in the module.
335
336 * The module, the examples & the test harness are now all strict
337 & warnings clean.
338
339 1.10 - 5th February 2001
340
341 * fixed a bug in memGunzip. Used Z_ERR instead of Z_DATA_ERROR.
342
343 1.09 - 15th January 2001
344
345 * Silenced a few compiler warnings.
346
347 * Updated zlib home site in README & Zlib.pm to www.info-zip.org
348
349 * Minor typo in Zlib.pm - a link used AUTHORS instead of AUTHOR
350 -- spotted by Frank Martini.
351
352 * Mention Archive::Zip
353
354 * added memGunzip. This is largely based on code provided by Jim Leonard.
355
356 * $deflate->flush can now take an optional parameter. Valid
357 values are Z_NO_FLUSH, Z_PARTIAL_FLUSH, Z_SYNC_FLUSH, Z_FULL_FLUSH
358 and Z_FINISH. The default is Z_FINISH.
359
360 1.08 - 6 Jan 2000
361
362 * uncompress was clobbering its input parameter. Now it doesn't.
363 This bug was spotted by Deven T. Corzine.
364
365 * If a variable that only ever contained a number was given
366 to compress or deflate, it would not be compressed properly. Now
367 it will be coerced to a string and then compressed. This bug
368 was spotted by Deven T. Corzine.
369
370 1.07 - 27 Nov 1999
371
372 * ANSI-ified the static functions in Zlib.xs
373
374 * Added the ability to build zlib along with the module.
375 This feature is 90% based on a Makefile provided by Gurusamy
376 Sarathy.
377
378 1.06 - 20 Sep 1999
379
380 * Fixed a nasty problem where inflate could truncate the data
381 returned. Thanks to Douglas Thomson <dougt@mugc.cc.monash.edu.au>
382 for both spotting the problem and fixing the bug.
383
384 * Added a note about the undocumented features in zlib that are
385 required when accessing zip files.
386
387 * gzclose will now get called automatically when the gzip object is
388 destroyed.
389
390 1.05 - 3 June 1999
391
392 * Previous release used newSVpvn, which doesn't exist in 5.004_04
393 or earlier. Changed to use newSVpv instead.
394
395 * The module needs Perl 5.004 or better, so updated the version
396 checking in Zlib.pm and Makefile.PL
397
398 1.04 - 27 May 1999
399
400 * Bug 19990527.001: compress(undef) core dumps -- Fixed.
401
402 1.03 - 17 Mar 1999
403
404 * Updated to use the new PL_ symbols.
405 Means the module can be built with Perl 5.005_5*
406
407 1.02 - 31 Jan 1999
408
409 * The return codes for gzread, gzreadline and gzwrite were
410 documented incorrectly as returning a status code.
411
412 * The test harness was missing a "gzclose". This caused problem
413 showed up on an amiga. Thanks to Erik van Roode for reporting
414 this one.
415
416 * Patched zlib.t for OS/2. Thanks to Ilya Zakharevich for the patch.
417
418 1.01 - 23 Nov 1997
419
420 * A number of fixes to the test suite and the example scripts to
421 allow them to work under win32. All courtesy of Gurusamy
422 Sarathy.
423
424 1.00 - 14 Nov 1997
425
426 * Fixed crc32 & adler32. They were very broken.
427
428 * The following functions can now take a scalar reference in
429 place of a scalar for their buffer parameters:
430
431 compress
432 uncompress
433 deflate
434 inflate
435 crc32
436 adler32
437
438 This should mean applications that make use of the module don't
439 have to copy large buffers around.
440
441
442 * Normally the inflate method consumes I<all> of the input buffer
443 before returning. The exception to this is when inflate detects
444 the end of the stream (Z_STREAM_END). In this case the input
445 buffer need not be completely consumed. To allow processing of
446 file formats that embed a deflation stream (e.g. zip, gzip),
447 the inflate method now sets the buffer parameter to be what
448 remains after inflation.
449
450 When the return status is Z_STREAM_END, it will be what remains
451 of the buffer (if any) after deflation. When the status is Z_OK
452 it will be an empty string.
453
454 This change means that the buffer parameter must be a lvalue.
455
456 * Fixed crc32 and adler32. They were both very broken.
457
458 * Added the Compress::Zlib::memGzip function.
459
460 0.5 - Confirmed that no changes were necessary for zlib 1.0.3, or 1.0.4.
461
462 The optional parameters for deflateInit and inflateInit can now
463 be specified as an associative array in addition to a reference
464 to an associative array. They can also accept the -Name
465 syntax.
466
467 gzopen can now optionally take a reference to an open
468 filehandle in place of a filename. In this case it will call
469 gzdopen.
470
471 Added gzstream example script.
472
473 0.4 - Upgrade to support zlib 0.99
474
475 Added dictionary interface.
476
477 Fixed bug in gzreadline - previously it would keep returning
478 the same buffer. This bug was reported by Helmut Jarausch
479
480 Removed dependency to zutil.h and so dropped support for
481
482 DEF_MEM_LEVEL (use MAX_MEM_LEVEL instead)
483 DEF_WBITS (use MAX_WBITS instead)
484
485 0.3 - Added prototype specification.
486
487 0.2 - Fixed a minor allocation problem in Zlib.xs
488
489 0.1 - first alpha release. 2nd October 1995