2010-03-09 Gonzalo Paniagua Javier <gonzalo@novell.com>
[mono.git] / mcs / class / System / System.IO.Compression / ChangeLog
1 2010-03-09 Gonzalo Paniagua Javier <gonzalo@novell.com>
2
3         * DeflateStream.cs: don't call unmanaged code when the byte count
4         is 0. Fixes bug #586870.
5
6 2009-12-23  Geoff Norton  <gnorton@novell.com>
7
8         * DeflateStream.cs: Ensure our callbacks go into the correct
9         static methods.
10
11 2009-09-14 Jonathan Pryor <jpryor@novell.com>
12
13         * DeflateStream.cs: MonoTouch reverse callbacks need to be static
14           methods and be annotated with [MonoPInvokeCallback].  Get things
15           working with these limitations.
16
17 2009-07-20 Gonzalo Paniagua Javier <gonzalo@novell.com>
18
19         * GzipStream.cs: fixed Dispose (bool).
20         * DeflateStream.cs: simplify the interface with unmanaged code, big
21         reduction of managaed<->unmanaged round trips.
22         Also fixes bug #523418.
23
24 2007-09-22  Gert Driesen  <drieseng@users.sourceforge.net>
25
26         * DeflateStream.cs: Avoid double free. Fixes bug #327480.
27
28 2006-10-22  Zoltan Varga  <vargaz@gmail.com>
29
30         * DeflateStream.cs: Throw a more meaningfull exception when zlib initialization
31         fails.
32
33 2006-09-28  Andrew Skiba  <andrews@mainsoft.com>
34
35         * DeflateStream.cs: TARGET_JVM
36
37 2006-09-19  Miguel de Icaza  <miguel@novell.com>
38
39         * GzipStream.cs: Only dispose, do not try to use internal routines.
40
41 2006-04-04  Atsushi Enomoto  <atsushi@ximian.com>
42
43         * DeflateStream.cs GzipStream.cs : updated API to 2.0 RTM.
44           Dispose() should certainly release resources than the finalizer.
45
46 2006-03-11  Miguel de Icaza  <miguel@novell.com>
47
48         * DeflateStream.cs: Comment out DllImport that was not being
49         used. 
50
51 2005-05-18  Sebastien Pouliot  <sebastien@ximian.com>
52
53         * DeflateStream.cs: Fixed some changed/missing exceptions.
54         * GzipStream.cs: Renamed to GZipStream (from beta2).
55
56 2004-12-03  Raja R Harinath  <rharinath@novell.com>
57
58         * DeflateStream.cs, GzipStream.cs, CompressionMode.cs: Make class public.
59
60 2004-11-10  Martin Baulig  <martin@ximian.com>
61
62         * DeflateStream.cs, GzipStream.cs: `System.IO.Stream.Length' doesn't
63         have any setter.        
64
65 2004-10-02  Christopher Lahey (clahey@ximian.com)
66
67         * DeflateStream.cs GzipStream.cs: Implemented the DeflateStream
68         and GzipStream using zlib.
69