New test.
[mono.git] / mcs / class / corlib / System.Diagnostics / ChangeLog
index 9d9bd6e973550a08695d9b7efb6403db25f59536..a55c7d84cb62bb60c5a47ee10833105107864478 100644 (file)
@@ -1,3 +1,70 @@
+2006-07-24  Miguel de Icaza  <miguel@novell.com>
+
+       * DebuggerDisplayAttribute.cs: Update the targets
+
+2006-01-26  Zoltan Varga  <vargaz@gmail.com>
+
+       * DebuggerNonUserCodeAttribute.cs: New file.
+
+2005-12-16  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * StackTrace.cs: Added, if avilable, the filename/lineno debug 
+       information in ToString() like it's done on the 2.0 framework (i.e. 
+       Mono will display it for all profile, MS only in 2.0). Fix bug #75932.
+
+2005-05-25  Zoltan Varga  <vargaz@freemail.hu>
+
+       * StackTrace.cs: Add an internal ctor which skips unmanaged frames.
+
+2005-04-16  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * StackFrame.cs: Moved documentation comments (XML) to monodoc. 
+       Removed unused method ObjectsEqual.
+
+2005-03-14  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * StackFrame.cs: Fix CAS unit tests for NET_1_1.
+       * StackTrace.cs: Fix CAS unit tests for NET_1_1.
+
+2005-03-04  Zoltan Varga  <vargaz@freemail.hu>
+
+       * StackFrame.cs: Add an internalMethodName field to return info about
+       the various runtime wrappers.
+
+2005-03-02  Chris Toshok  <toshok@ximian.com>
+
+       * DebuggerTypeProxyAttribute.cs, DebuggerBrowsableState.cs,
+       DebuggerDisplayAttribute.cs, DebuggerBrowsableAttribute: first cut
+       at 3/4 of the .net 2.0 debugger attributes.
+
+2005-02-12  Marek Safar  <marek.safar@seznam.cz>
+
+       * ConditionalAttribute.cs: NET_2_0 extension.
+
+2005-01-27  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * StackFrame.cs: Add path discovery permission check for GetFilename 
+       method. Changed ToString to use a StringBuilder and report correctly
+       (i.e. without exception) if filename is restricted. Removed dead code
+       (Equals/GetHashCode).
+       * StackTrace.cs: Removed dead code (Equals/GetHashCode).
+
+2004-08-05  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * StackTrace.cs: Added missing exceptions. Added globalization. Now 
+       using StringBuilder in ToString (fusioned FrameToString).
+
+2004-08-04  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * StackTrace.cs: Implemented GetFrames as public virtual for NET_2_0
+       and internal for NET_1_0/NET_1_1 so it can be used for CAS. Removed
+       XML documentation and mono-ized the source code.
+
+2004-06-15  Gert Driesen <drieseng@users.sourceforge.net>
+
+       * StackTrace.cs: added TODO for serialization
+       * StackFrame.cs: added TODO for serialization
+
 2004-05-19  Gert Driesen (drieseng@users.sourceforge.net)
 
        * DebuggerHiddenAttribute.cs