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