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:
authorAndrew Skiba <andrews@mono-cvs.ximian.com>2006-09-28 18:46:10 +0400
committerAndrew Skiba <andrews@mono-cvs.ximian.com>2006-09-28 18:46:10 +0400
commitc1c57cd5c6d11fe314c47b3dfb1a16506f2dcc0e (patch)
tree3fa82887c9d10a564aa6047535295429df41abaf /mcs/class/System/System.IO.Compression/ChangeLog
parent0b5dc139f542bf5a3d1d987cb54c3752e074e4d0 (diff)
TARGET_JVM
svn path=/trunk/mcs/; revision=66041
Diffstat (limited to 'mcs/class/System/System.IO.Compression/ChangeLog')
-rw-r--r--mcs/class/System/System.IO.Compression/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/mcs/class/System/System.IO.Compression/ChangeLog b/mcs/class/System/System.IO.Compression/ChangeLog
index b7ff7be5120..767605c6b32 100644
--- a/mcs/class/System/System.IO.Compression/ChangeLog
+++ b/mcs/class/System/System.IO.Compression/ChangeLog
@@ -1,3 +1,7 @@
+2006-09-28 Andrew Skiba <andrews@mainsoft.com>
+
+ * DeflateStream.cs: TARGET_JVM
+
2006-09-19 Miguel de Icaza <miguel@novell.com>
* GzipStream.cs: Only dispose, do not try to use internal routines.