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