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