2010-09-24  Kyle Ambroff  <kyle@ambroff.com>

	version tolerant serialization fails with missing primitive
	members

	Modifies ObjectReader so that when it encounters a primitive typed
	member in an object stream which has no corresponding member in
	the app domain, it will read the value anyway and throw it away.
	That way it can read the next block from the stream.

	Added a unit test which passes with the changes to ObjectReader.

	Fixes bug #641821.

2010-09-21  Andrés G. Aragoneses  <knocte@gmail.com>

	[corlib] Prevent BinaryFormatter to throw on missing fields

	This commit includes unit tests that were run in MS.NET > 2.0. The
	old behaviour of MS.NET 1.1 is still included in the patch as an
	ONLY_1_1 define, to be backport-friendly to other branches (but
	can be removed from now on in next commits, as mono master doesn't
	include this profile anymore). Fixes BNC#324144.

2010-08-30  Carlos Alberto Cortez  <calberto.cortez@gmail.com>

	* BinaryFormatterTest.cs: Add tests for
	SerializationBinder.BindToName usage with BinaryFormatter.

2007-12-29  Gert Driesen  <drieseng@users.sourceforge.net>

	* BinaryFormatterTest.cs: Added test for inherited fields. Code
	formatting.

2006-09-06  Lluis Sanchez gual  <lluis@novell.com>

	* BinaryFormatterTest.cs: Added test for bug #78749 (nested
	IObjectReference objects).

2006-09-05  Raja R Harinath  <rharinath@novell.com>

	* BinaryFormatterTest.cs (DateTimeArray): New test for
	round-tripping DateTime arrays.

2005-12-07  Sebastien Pouliot  <sebastien@ximian.com>

	* BinaryFormatterCas.cs: New. Partial CAS tests for BinaryFormatter. 
	Added to test UnsafeDeserialization.
	* BinaryFormatterTest.cs: New. Partial Unit tests for BinaryFormatter.
	Added to test UnsafeDeserialization.
