Remove beta status from compression modules
[p5sagit/p5-mst-13.2.git] / ext / Compress / Raw / Zlib / Changes
1 CHANGES
2 -------
3
4   2.001 1 November 2006
5
6       * Remove beta status.
7
8   2.000_14 26 October 2006
9
10       * Fixed memory leak on realloc.
11
12       * Ticket #18986 says that ExtUtils::Install 1.39 fixes the in-use
13         issue on win32/cygwin, so make the code that checks whether trying
14         to install via the cpan shell conditional on the version of
15         ExtUtils::Install.
16         http://rt.cpan.org/Ticket/Display.html?id=18986
17
18   2.000_10 13 March 2006
19
20       * Fixed a potential NULL pointer dereference problem in
21         Compress::Raw::Zlib::resetLastBlockByte.
22         Issue highlighted by David Dyck and reproduced by Marcus Holland-Moritz.
23
24   2.000_09 3 March 2006
25
26       * Released onto CPAN
27
28       * Documentation updates.
29
30   2.000_08 2 March 2006
31
32       * Moved the IO::* modules out into their own distributions.
33
34       * Breakout zlib specific code into separate modules.
35
36       * Limited support for reading/writing zip files added.
37
38   2.000_06 5 October 2005
39
40       * Added eof parameter to Compress::Zlib::inflate method.
41
42       * Fixed issue with 64-bit
43
44   2.000_05 4 October 2005
45
46       * Renamed IO::* to IO::Compress::* & IO::Uncompress::*
47
48   2.000_04 23 September 2005
49
50       * Fixed some more non-portable test that were failing on VMS.
51
52       * fixed problem where error messages in the oneshot interface were
53         getting lost.
54
55   2.000_03 12 September 2005
56
57       * Fixed some non-portable test that were failing on VMS.
58
59       * Fixed export of zlib constants from the IO::* classes
60
61   2.000_02 6 September 2005
62
63       * Split Append mode into Append and Merge
64
65       * Fixed typos in the documentation.
66
67       * Added pod/FAQ.pod
68
69       * Added libscan to Makefile.PL
70
71       * Added InputLength for IO::Gunzip et al
72
73   2.000_01 22 August 2005
74
75       * Fixed VERSION in Compress::Gzip::Constants
76
77       * Removed Compress::Gzip::Info from the distribution.
78
79   2.000_00 21 August 2005
80
81       * First Beta relase of Compress::zlib rewrite.
82