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