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