[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / corlib / System.IO / ChangeLog
index 8d627c035d8712de322dbd2ddc29332d869c2b20..3778389e2e09f91e7e80ff2992a2681bdf6fada3 100644 (file)
@@ -1,3 +1,42 @@
+2010-05-27  William Holmes  <billholmes54@gmail.com>
+
+       * Directory.cs (ValidateDirectoryListing): Removing an unnecessary
+       Path.Combine call. Part of the fix for bug #580090.
+
+       Code is contributed under MIT/X11 license.
+
+2010-06-18  Rolf Bjarne Kvinge  <RKvinge@novell.com>
+
+       * FileStream.cs: Include a required ctor in NET_2_1 so that it compiles.
+
+2010-05-20  Marek Habersack  <mhabersack@novell.com>
+
+       * FileStream.cs: when running on Windows and a path with Unix
+       directory separator chars is passed (including an UNC share), get
+       the canonical form of the path before attempting to retrieve its
+       directory name. Fixes bug #607502
+
+       * Path.cs: typo fix
+
+2010-05-08  Marek Habersack  <mhabersack@novell.com>
+
+       * Path.cs: vararg overload of Combine now correctly concatenates
+       segments.
+       The 3 and 4 argument overloads of Combine check whether the passed
+       segments are null or not.
+
+2010-05-05 Gonzalo Paniagua Javier <gonzalo@novell.com>
+
+       * Path.cs: prevent infinite loop when TMPDIR (or equivalent)
+       points to a non-existent directory.
+
+2010-04-21  Sebastien Pouliot  <sebastien@ximian.com> 
+
+       * FileInfo.cs: Ensure elevated trust when calling Delete on 
+       Moonlight.
+       * FileSystemInfo.cs: Ensure elevated trust when calling [Creation
+       |LastAccess|LastWrite]Time setters
+
 2010-04-16  Sebastien Pouliot  <sebastien@ximian.com> 
 
        * Directory.cs: Ensure elevated trust when calling on