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