2009-03-26 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / mcs / class / System / System.IO.Compression / ChangeLog
1 2007-09-22  Gert Driesen  <drieseng@users.sourceforge.net>
2
3         * DeflateStream.cs: Avoid double free. Fixes bug #327480.
4
5 2006-10-22  Zoltan Varga  <vargaz@gmail.com>
6
7         * DeflateStream.cs: Throw a more meaningfull exception when zlib initialization
8         fails.
9
10 2006-09-28  Andrew Skiba  <andrews@mainsoft.com>
11
12         * DeflateStream.cs: TARGET_JVM
13
14 2006-09-19  Miguel de Icaza  <miguel@novell.com>
15
16         * GzipStream.cs: Only dispose, do not try to use internal routines.
17
18 2006-04-04  Atsushi Enomoto  <atsushi@ximian.com>
19
20         * DeflateStream.cs GzipStream.cs : updated API to 2.0 RTM.
21           Dispose() should certainly release resources than the finalizer.
22
23 2006-03-11  Miguel de Icaza  <miguel@novell.com>
24
25         * DeflateStream.cs: Comment out DllImport that was not being
26         used. 
27
28 2005-05-18  Sebastien Pouliot  <sebastien@ximian.com>
29
30         * DeflateStream.cs: Fixed some changed/missing exceptions.
31         * GzipStream.cs: Renamed to GZipStream (from beta2).
32
33 2004-12-03  Raja R Harinath  <rharinath@novell.com>
34
35         * DeflateStream.cs, GzipStream.cs, CompressionMode.cs: Make class public.
36
37 2004-11-10  Martin Baulig  <martin@ximian.com>
38
39         * DeflateStream.cs, GzipStream.cs: `System.IO.Stream.Length' doesn't
40         have any setter.        
41
42 2004-10-02  Christopher Lahey (clahey@ximian.com)
43
44         * DeflateStream.cs GzipStream.cs: Implemented the DeflateStream
45         and GzipStream using zlib.
46