In class/Microsoft.Build.Engine/Microsoft.Build.BuildEngine:
[mono.git] / mcs / class / System / ChangeLog
index 07f13eb1562f4c249e27582534d4a1ac9677d714..8cd178d5afd33497f53689a8d1b8bc91e5fbecb4 100644 (file)
@@ -1,3 +1,72 @@
+2009-01-07  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * net_2_1_raw_System.dll.sources: Add System/UriTypeConverter.cs to
+       NET_2_1 build.
+
+2009-01-07  Geoff Norton  <gnorton@novell.com>
+
+       * Makefile: Respect platform specific test harness exclusions.
+
+2008-12-25   Leszek Ciesielski <skolima@gmail.com>
+
+       * System.Diagnostics/Process.cs: Raise the
+       Process.OutputDataReceived and Process.ErrorDataReceived with null
+       arguments at the end.   This is the documented behavior:
+
+       http://msdn.microsoft.com/en-us/library/system.diagnostics.datareceivedeventargs.data.aspx
+
+       And CruiseControl.NET depended on this.   Bug #459450.
+       
+       * Microsoft.CSharp/CSharpCodeCompiler.cs: Fix the code, as it
+       depened on the previous broken behavior.
+       
+
+2008-12-22  Ivan N. Zlatev  <contact@i-nz.net>
+
+       * System_test.dll.sources: Added ReferenceConverterTest.cs.
+
+2008-12-19  Rolf Bjarne Kvinge  <RKvinge@novell.com>
+
+       * net_2_1_raw_System.dll.sources: Added IEditableObject.cs
+
+2008-12-09  Christian Hergert <christian.hergert@gmail.com>
+
+       * System_test.dll.sources: Addded CounterCreationDataTest.cs
+
+2008-12-06  Ivan N. Zlatev  <contact@i-nz.net>
+
+       * System_test.dll.sources: Addded NullableConverterTest.cs
+
+2008-11-25  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * Makefile : update old nunit options that break upgrade to 2.4.
+
+2008-11-03 Gonzalo Paniagua Javier <gonzalo@novell.com>
+
+       * System_test.dll.sources: add FtpWebRequestTest.cs
+
+2008-10-17  Raja R Harinath  <harinath@hurrynot.org>
+
+       Make robust to 'make clean; make'
+       * Makefile (CYCLIC_DEPS): If we're using BOOT_COMPILE, don't
+       bother looking for cyclic dependencies -- they'll fail to load
+       even if the dlls exist.
+       (handle-missing-deps): Rename from 'echo-warning'.  Remove cyclic
+       dependencies for real, if they exist.
+       Reported by Jonathan Pryor.
+
+2008-09-14  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * System_test.dll.sources: Added ConfigXmlDocumentTest.cs.
+
+2008-09-14  Zoltan Varga  <vargaz@gmail.com>
+
+       * Makefile (regex-check): New helper target to run the perl regex test suite.
+
+2008-08-16  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * System_test.dll.sources: Added SmtpExceptionTest.cs.
+
 2008-08-07  Sebastien Pouliot  <sebastien@ximian.com> 
 
        * net_2_1_raw_System.dll.sources: Add existing System/UriIdnScope.cs