[Mono-list] Bugfixes

Miguel de Icaza miguel@ximian.com
24 Feb 2003 17:42:20 -0500


Hello Elan,

> I've been working for the last couple days on getting a .NET application
> to work under Mono. I'm happy to report success, which is cool because
> the application does encrypted network transfer of XML-serialized
> objects. In order to get it to work, I had to make a number of fixes and
> enhancements to:
> 
> - XmlSerializer: Got serialization of arrays to work and added basic
> deserialization (nested objects, arrays, etc.). Lots of minor bug fixes.
> 
> - CryptoStream: Fixed a bug that prevented data that wasn't a multiple
> of 8 bytes from encrypting correctly.

Post a diff from the sources.  If you are using Mono from CVS, you can
achieve that by doing:

	cvs diff -u > patch

In the toplevel directory for mcs (or once in each directory where you
modified files).

Post the output.

Miguel