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:
authorZoltan Varga <vargaz@gmail.com>2006-10-22 18:19:49 +0400
committerZoltan Varga <vargaz@gmail.com>2006-10-22 18:19:49 +0400
commit7bca2efa27f77b9f3893f3fdc3a0444eac72b872 (patch)
treef45f6547446c23d5f5f667dd71b0a0825fcf64c2 /mcs/class/System/System.IO.Compression/ChangeLog
parent0e0cebc85a3ef797ddb3d7a53466e3477f8a92ec (diff)
2006-10-22 Zoltan Varga <vargaz@gmail.com>
* DeflateStream.cs: Throw a more meaningfull exception when zlib initialization fails. svn path=/trunk/mcs/; revision=66884
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 767605c6b32..f3ef02a8d0c 100644
--- a/mcs/class/System/System.IO.Compression/ChangeLog
+++ b/mcs/class/System/System.IO.Compression/ChangeLog
@@ -1,3 +1,8 @@
+2006-10-22 Zoltan Varga <vargaz@gmail.com>
+
+ * DeflateStream.cs: Throw a more meaningfull exception when zlib initialization
+ fails.
+
2006-09-28 Andrew Skiba <andrews@mainsoft.com>
* DeflateStream.cs: TARGET_JVM