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