IO::Compress::* 2.000_13
[p5sagit/p5-mst-13.2.git] / ext / Compress / IO / Base / Changes
CommitLineData
25f0751f 1CHANGES
2-------
3
e7d45986 4 2.000_13 20 June 2006
5
6 * Store compress & uncompressed sizes as 64-bit.
7
8 * For one-shot uncompression, like this
9
10 unzip "some.zip" => \@a, MultiStream => 1;
11
12 Push each uncompressed stream from "some.zip" onto @a.
13
14 * Added IO::Compress::Base::FilterEnvelope
15
16 * Added IO::Uncompress::Base::nextStream
17
18 * The '-' filehandle now maps to either *STDIN or *STDOUT.
19 This keeps mod_perl happier. Was using these before
20
21 new IO::File("<-")
22 new IO::File(">-")
23
24 2.000_12 3 May 2006
25
2b4e0969 26 2.000_11 10 April 2006
27
28 * Transparent + InputLength made more robust where input data is not
29 compressed.
30
cb7abd7f 31 2.000_10 13 March 2006
32
33 * AnyUncompress doesn't assume that IO-Compress-Zlib is installed any
34 more.
35
36 2.000_09 3 March 2006
37
38 * Released to CPAN.
39
25f0751f 40 2.000_08 2 March 2006
41
42 * Split IO::Compress::Base into its own distribution.
43
44 * Added opened, autoflush and input_line_number.
45
46 * Beefed up support for $.
47