IO::Compress modules
[p5sagit/p5-mst-13.2.git] / ext / Compress / Raw / Zlib / Changes
CommitLineData
c70c1701 1CHANGES
2-------
3
258133d1 4 2.000_14 26 October 2006
5
6 * Fixed memory leak on realloc.
7
8 * Ticket #18986 says that ExtUtils::Install 1.39 fixes the in-use
9 issue on win32/cygwin, so make the code that checks whether trying
10 to install via the cpan shell conditional on the version of
11 ExtUtils::Install.
12 http://rt.cpan.org/Ticket/Display.html?id=18986
13
c70c1701 14 2.000_10 13 March 2006
15
16 * Fixed a potential NULL pointer dereference problem in
17 Compress::Raw::Zlib::resetLastBlockByte.
18 Issue highlighted by David Dyck and reproduced by Marcus Holland-Moritz.
19
20 2.000_09 3 March 2006
21
22 * Released onto CPAN
23
24 * Documentation updates.
25
26 2.000_08 2 March 2006
27
28 * Moved the IO::* modules out into their own distributions.
29
30 * Breakout zlib specific code into separate modules.
31
32 * Limited support for reading/writing zip files added.
33
34 2.000_06 5 October 2005
35
36 * Added eof parameter to Compress::Zlib::inflate method.
37
38 * Fixed issue with 64-bit
39
40 2.000_05 4 October 2005
41
42 * Renamed IO::* to IO::Compress::* & IO::Uncompress::*
43
44 2.000_04 23 September 2005
45
46 * Fixed some more non-portable test that were failing on VMS.
47
48 * fixed problem where error messages in the oneshot interface were
49 getting lost.
50
51 2.000_03 12 September 2005
52
53 * Fixed some non-portable test that were failing on VMS.
54
55 * Fixed export of zlib constants from the IO::* classes
56
57 2.000_02 6 September 2005
58
59 * Split Append mode into Append and Merge
60
61 * Fixed typos in the documentation.
62
63 * Added pod/FAQ.pod
64
65 * Added libscan to Makefile.PL
66
67 * Added InputLength for IO::Gunzip et al
68
69 2.000_01 22 August 2005
70
71 * Fixed VERSION in Compress::Gzip::Constants
72
73 * Removed Compress::Gzip::Info from the distribution.
74
75 2.000_00 21 August 2005
76
77 * First Beta relase of Compress::zlib rewrite.
78