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