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