Compression Modules Update for EBCDIC
[p5sagit/p5-mst-13.2.git] / ext / Compress / Raw / Zlib / Changes
1 CHANGES
2 -------
3
4   2.008 2 November 2007
5
6       * Minor documentation changes in README
7
8   2.006 1 September 2007
9
10       * Makefile.PL
11         Added INSTALLDIRS directive to install as a core module when built
12         on a perl >= 5.9.
13
14   2.005 18 June 2007
15
16       * Only include ppport.h when not being built with perl.
17         [core patch #30655]
18
19   2.004 3 March 2007
20
21       * Fixed lvalue substr issue
22
23       * Remove redundant code from Zlib.xs
24
25   2.003 2 January 2007
26
27       * Added explicit version checking
28
29   2.002 29 December 2006
30
31       * Documentation updates.
32
33   2.001 1 November 2006
34
35       * Remove beta status.
36
37   2.000_14 26 October 2006
38
39       * Fixed memory leak on realloc.
40
41       * Ticket #18986 says that ExtUtils::Install 1.39 fixes the in-use
42         issue on win32/cygwin, so make the code that checks whether trying
43         to install via the cpan shell conditional on the version of
44         ExtUtils::Install.
45         http://rt.cpan.org/Ticket/Display.html?id=18986
46
47   2.000_10 13 March 2006
48
49       * Fixed a potential NULL pointer dereference problem in
50         Compress::Raw::Zlib::resetLastBlockByte.
51         Issue highlighted by David Dyck and reproduced by Marcus Holland-Moritz.
52
53   2.000_09 3 March 2006
54
55       * Released onto CPAN
56
57       * Documentation updates.
58
59   2.000_08 2 March 2006
60
61       * Moved the IO::* modules out into their own distributions.
62
63       * Breakout zlib specific code into separate modules.
64
65       * Limited support for reading/writing zip files added.
66
67   2.000_06 5 October 2005
68
69       * Added eof parameter to Compress::Zlib::inflate method.
70
71       * Fixed issue with 64-bit
72
73   2.000_05 4 October 2005
74
75       * Renamed IO::* to IO::Compress::* & IO::Uncompress::*
76
77   2.000_04 23 September 2005
78
79       * Fixed some more non-portable test that were failing on VMS.
80
81       * fixed problem where error messages in the oneshot interface were
82         getting lost.
83
84   2.000_03 12 September 2005
85
86       * Fixed some non-portable test that were failing on VMS.
87
88       * Fixed export of zlib constants from the IO::* classes
89
90   2.000_02 6 September 2005
91
92       * Split Append mode into Append and Merge
93
94       * Fixed typos in the documentation.
95
96       * Added pod/FAQ.pod
97
98       * Added libscan to Makefile.PL
99
100       * Added InputLength for IO::Gunzip et al
101
102   2.000_01 22 August 2005
103
104       * Fixed VERSION in Compress::Gzip::Constants
105
106       * Removed Compress::Gzip::Info from the distribution.
107
108   2.000_00 21 August 2005
109
110       * First Beta relase of Compress::zlib rewrite.
111