Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAtsushi Eno <atsushieno@gmail.com>2006-04-04 04:45:46 +0400
committerAtsushi Eno <atsushieno@gmail.com>2006-04-04 04:45:46 +0400
commit63723f518b65a395da543918ec028d7dcaba3e02 (patch)
tree27a09093b85af62ff940032ba2287aa90b31c7a4 /mcs/class/System/System.IO.Compression/ChangeLog
parent7bcb0d57bc237653d5bbe5068df942275193675c (diff)
2006-04-04 Atsushi Enomoto <atsushi@ximian.com>
* DeflateStream.cs GzipStream.cs : updated API to 2.0 RTM. Dispose() should certainly release resources than the finalizer. svn path=/trunk/mcs/; revision=58992
Diffstat (limited to 'mcs/class/System/System.IO.Compression/ChangeLog')
-rw-r--r--mcs/class/System/System.IO.Compression/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/mcs/class/System/System.IO.Compression/ChangeLog b/mcs/class/System/System.IO.Compression/ChangeLog
index 051afa60f54..71205bc988c 100644
--- a/mcs/class/System/System.IO.Compression/ChangeLog
+++ b/mcs/class/System/System.IO.Compression/ChangeLog
@@ -1,3 +1,8 @@
+2006-04-04 Atsushi Enomoto <atsushi@ximian.com>
+
+ * DeflateStream.cs GzipStream.cs : updated API to 2.0 RTM.
+ Dispose() should certainly release resources than the finalizer.
+
2006-03-11 Miguel de Icaza <miguel@novell.com>
* DeflateStream.cs: Comment out DllImport that was not being