IO::Compress* 2.000_12
[p5sagit/p5-mst-13.2.git] / ext / Compress / Raw / Zlib / Changes
1 CHANGES
2 -------
3
4   2.000_10 13 March 2006
5
6       * Fixed a potential NULL pointer dereference problem in
7         Compress::Raw::Zlib::resetLastBlockByte.
8         Issue highlighted by David Dyck and reproduced by Marcus Holland-Moritz.
9
10   2.000_09 3 March 2006
11
12       * Released onto CPAN
13
14       * Documentation updates.
15
16   2.000_08 2 March 2006
17
18       * Moved the IO::* modules out into their own distributions.
19
20       * Breakout zlib specific code into separate modules.
21
22       * Limited support for reading/writing zip files added.
23
24   2.000_06 5 October 2005
25
26       * Added eof parameter to Compress::Zlib::inflate method.
27
28       * Fixed issue with 64-bit
29
30   2.000_05 4 October 2005
31
32       * Renamed IO::* to IO::Compress::* & IO::Uncompress::*
33
34   2.000_04 23 September 2005
35
36       * Fixed some more non-portable test that were failing on VMS.
37
38       * fixed problem where error messages in the oneshot interface were
39         getting lost.
40
41   2.000_03 12 September 2005
42
43       * Fixed some non-portable test that were failing on VMS.
44
45       * Fixed export of zlib constants from the IO::* classes
46
47   2.000_02 6 September 2005
48
49       * Split Append mode into Append and Merge
50
51       * Fixed typos in the documentation.
52
53       * Added pod/FAQ.pod
54
55       * Added libscan to Makefile.PL
56
57       * Added InputLength for IO::Gunzip et al
58
59   2.000_01 22 August 2005
60
61       * Fixed VERSION in Compress::Gzip::Constants
62
63       * Removed Compress::Gzip::Info from the distribution.
64
65   2.000_00 21 August 2005
66
67       * First Beta relase of Compress::zlib rewrite.
68