2008-09-14 Zoltan Varga <vargaz@gmail.com>
[mono.git] / mcs / class / corlib / System.IO / ChangeLog
index 5dbb057b904b642425304a2563bc3e48150b5755..cf0ca1757f665241ac3c6e551b21683a89f80865 100644 (file)
@@ -1,3 +1,23 @@
+2008-08-22  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * FileStream.cs, MonoIO.cs: For Silverlight 2.0 (NET_2_1) we always
+       throw IsolatedStorageException instead of FileNotFoundException and
+       DirectoryNotFoundException.
+
+2008-08-21  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * FileStream.cs: Adjust exception being thrown for Silverlight 2.0.
+       * FileSystemInfo.cs: In Silverlight 2 this type does not inherit from 
+       MarshalByRefObject nor does it implement ISerializable.
+       * Stream.cs: In Silverlight 2 this type does not inherit from 
+       MarshalByRefObject.
+       * TextReader.cs: In Silverlight 2 this type does not inherit from 
+       MarshalByRefObject.
+       * TextWriter.cs: In Silverlight 2 this type does not inherit from 
+       MarshalByRefObject.
+       * UnmanagedMemoryStream.cs: For Silverlight 2 add CLSCompliant(false)
+       to the PositionPointer property.
+
 2008-08-15  Gert Driesen  <drieseng@users.sourceforge.net>
 
        * StreamWriter.cs: Change argument check for buffersize to require