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