[Mono-bugs] [Bug 68270][Maj] Changed - Saving GIF to a memory stream fails
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 28 Oct 2004 09:32:29 -0400 (EDT)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by rkumar@novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=68270
--- shadow/68270 2004-10-27 21:20:22.000000000 -0400
+++ shadow/68270.tmp.6863 2004-10-28 09:32:29.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 68270
Product: Mono: Class Libraries
Version: unspecified
OS: Red Hat 9.0
OS Details: apache 2.0.52 with mod_mono 1.0.2
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Major
Component: Sys.Drawing.
AssignedTo: mono-bugs@ximian.com
ReportedBy: codan3@msn.com
TargetMilestone: ---
@@ -122,6 +122,11 @@
------- Additional Comments From gonzalo@ximian.com 2004-10-27 21:20 -------
The expected output from the test program is:
1759
however, mono HEAD displays:
1
+
+------- Additional Comments From rkumar@novell.com 2004-10-28 09:32 -------
+Fixed in cvs HEAD. But, I think we can't guarantee about the steam
+length as the compression algorithms used by our dependencies (like
+libungif, libtiff etc) might differ from those used by MS.