In System.IO:
[mono.git] / mcs / class / corlib / System.IO / ChangeLog
index 8ea2fb1bd55a683c632172162d54326f19125bf6..35396765ac2fd6927cd2c53732d72318c89ce19e 100644 (file)
@@ -1,3 +1,12 @@
+2008-05-29  Robert Jordan  <robertj@gmx.net>
+
+       * Path.cs (InsecureGetFullPath): Call CanonicalizePath for
+       UNC paths as well.
+       * Path.cs (GetServerAndShare): New helper method.
+       * Path.cs (SameRoot, CanonicalizePath): Add UNC support.
+       Fixes #394681 and a bunch of TestGetFullPath unit cases.
+       All changes are Win32 related.
+
 2008-05-14  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
 
        * DriveInfo.cs: Fix compiler warning