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