X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem%2FChangeLog;h=8cd178d5afd33497f53689a8d1b8bc91e5fbecb4;hb=8657a158fb471d08555609f52ebb4e1b0d7d298a;hp=8883b5a683319e3bbe5cab40beb6509a519fcb4b;hpb=3331634f37c395ea87d15a2f3338b2bc66a8470a;p=mono.git diff --git a/mcs/class/System/ChangeLog b/mcs/class/System/ChangeLog index 8883b5a6833..8cd178d5afd 100644 --- a/mcs/class/System/ChangeLog +++ b/mcs/class/System/ChangeLog @@ -1,3 +1,38 @@ +2009-01-07 Sebastien Pouliot + + * net_2_1_raw_System.dll.sources: Add System/UriTypeConverter.cs to + NET_2_1 build. + +2009-01-07 Geoff Norton + + * Makefile: Respect platform specific test harness exclusions. + +2008-12-25 Leszek Ciesielski + + * 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 + + * System_test.dll.sources: Added ReferenceConverterTest.cs. + +2008-12-19 Rolf Bjarne Kvinge + + * net_2_1_raw_System.dll.sources: Added IEditableObject.cs + +2008-12-09 Christian Hergert + + * System_test.dll.sources: Addded CounterCreationDataTest.cs + 2008-12-06 Ivan N. Zlatev * System_test.dll.sources: Addded NullableConverterTest.cs