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