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