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