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