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