This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
e8e989d7cfe74e37c5ce77374b24bd493508dbc2
[perl5.git] / ext / Compress-Raw-Zlib / Changes
1 CHANGES
2 -------
3
4   2.017 28 March 2009
5
6       * Added 'LimitOutput' option
7
8       * Removed MAN3PODS from Makefile.PL
9
10       * Fixed coring issue when LimitOutput was used.
11
12       * Documented Compress::Raw::Zlib::zlib_version()
13
14       * Documented Compress::Raw::Zlib::deflateReset()
15         [RT #40566]
16
17   2.015 3 September 2008
18
19       * Makefile.PL
20         Backout changes made in 2.014
21
22   2.014 2 September 2008
23
24       * Makefile.PL
25         Updated to check for indirect dependencies.
26
27   2.012 15 July 2008
28
29       * Document the gzip flags that WindowBits can take.
30
31       * Allow a dictionary to be used with a raw inflate. 
32         Needs zlib 1.2.2.1 or better.
33         [RT #36046]
34       
35   2.011 5 May 2008
36
37       * A C++-style comment sneaked in with the last update. Fixed.
38         [core patch #33828]
39
40   2.010 5 May 2008
41
42       * No Changes
43
44   2.009 20 April 2008
45
46       * No Changes
47
48   2.008 2 November 2007
49
50       * Minor documentation changes in README
51
52   2.006 1 September 2007
53
54       * Makefile.PL
55         Added INSTALLDIRS directive to install as a core module when built
56         on a perl >= 5.9.
57
58   2.005 18 June 2007
59
60       * Only include ppport.h when not being built with perl.
61         [core patch #30655]
62
63   2.004 3 March 2007
64
65       * Fixed lvalue substr issue
66
67       * Remove redundant code from Zlib.xs
68
69   2.003 2 January 2007
70
71       * Added explicit version checking
72
73   2.002 29 December 2006
74
75       * Documentation updates.
76
77   2.001 1 November 2006
78
79       * Remove beta status.
80
81   2.000_14 26 October 2006
82
83       * Fixed memory leak on realloc.
84
85       * Ticket #18986 says that ExtUtils::Install 1.39 fixes the in-use
86         issue on win32/cygwin, so make the code that checks whether trying
87         to install via the cpan shell conditional on the version of
88         ExtUtils::Install.
89         http://rt.cpan.org/Ticket/Display.html?id=18986
90
91   2.000_10 13 March 2006
92
93       * Fixed a potential NULL pointer dereference problem in
94         Compress::Raw::Zlib::resetLastBlockByte.
95         Issue highlighted by David Dyck and reproduced by Marcus Holland-Moritz.
96
97   2.000_09 3 March 2006
98
99       * Released onto CPAN
100
101       * Documentation updates.
102
103   2.000_08 2 March 2006
104
105       * Moved the IO::* modules out into their own distributions.
106
107       * Breakout zlib specific code into separate modules.
108
109       * Limited support for reading/writing zip files added.
110
111   2.000_06 5 October 2005
112
113       * Added eof parameter to Compress::Zlib::inflate method.
114
115       * Fixed issue with 64-bit
116
117   2.000_05 4 October 2005
118
119       * Renamed IO::* to IO::Compress::* & IO::Uncompress::*
120
121   2.000_04 23 September 2005
122
123       * Fixed some more non-portable test that were failing on VMS.
124
125       * fixed problem where error messages in the oneshot interface were
126         getting lost.
127
128   2.000_03 12 September 2005
129
130       * Fixed some non-portable test that were failing on VMS.
131
132       * Fixed export of zlib constants from the IO::* classes
133
134   2.000_02 6 September 2005
135
136       * Split Append mode into Append and Merge
137
138       * Fixed typos in the documentation.
139
140       * Added pod/FAQ.pod
141
142       * Added libscan to Makefile.PL
143
144       * Added InputLength for IO::Gunzip et al
145
146   2.000_01 22 August 2005
147
148       * Fixed VERSION in Compress::Gzip::Constants
149
150       * Removed Compress::Gzip::Info from the distribution.
151
152   2.000_00 21 August 2005
153
154       * First Beta relase of Compress::zlib rewrite.
155