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