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