[Mono-bugs] [Bug 71213][Maj] Changed - System.IO.File.SetCreationTime does not save dates on files correctly

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 12 Jan 2005 14:00:45 -0500 (EST)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by cgaisford@novell.com.

http://bugzilla.ximian.com/show_bug.cgi?id=71213

--- shadow/71213	2005-01-12 13:59:57.000000000 -0500
+++ shadow/71213.tmp.15838	2005-01-12 14:00:45.000000000 -0500
@@ -1,15 +1,15 @@
 Bug#: 71213
 Product: Mono: Class Libraries
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: OS X 10.3.7
 Status: NEW   
 Resolution: 
-Severity: 
-Priority: Wishlist
+Severity: Unknown
+Priority: Major
 Component: System
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: cgaisford@novell.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
@@ -73,6 +73,9 @@
         Console.WriteLine("");
         writeTime("Creation: ", cdt);
         writeTime("Write   : ", wdt);
         writeTime("Access  : ", adt);
     }
 }
+
+------- Additional Comments From cgaisford@novell.com  2005-01-12 14:00 -------
+I switched priority to Major because it completely breaks iFolder syncing.