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