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