In class/Microsoft.Build.Engine/Microsoft.Build.BuildEngine:
[mono.git] / mcs / class / System / ChangeLog
index 955b1d192e3cd6b6792bd2395f7c902f6e263711..8cd178d5afd33497f53689a8d1b8bc91e5fbecb4 100644 (file)
@@ -1,3 +1,266 @@
+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
+       * System_test.dll.sources: Add System.ComponentModel/
+       DefaultValueAttributeTest.cs to the test suite
+
+2008-08-06  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * net_2_1_raw_System.dll.sources: Add System.CodeDom.Compiler/
+       GeneratedCodeAttribute.cs since it's part of SL2 beta 2.
+
+2008-07-31  Jb Evain  <jbevain@novell.com>
+
+       * net_2_1_raw_System.dll.sources: fine tune.
+
+2008-07-25  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * System_test.dll.sources: Added HttpWebResponseTest.cs.
+
+2008-07-14  Marek Habersack  <mhabersack@novell.com>
+
+       * System.dll.sources: added
+       System.Net.NetworkInformation/LinuxNetworkInterfaceMarshal.cs
+
+2008-06-27  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * System_test.dll.sources: Added EventDescriptorCollectionTest.cs.
+
+2008-06-25  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * System_test.dll.sources: Added ConfigurationExceptionTest.cs.
+
+2008-05-21  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.dll.sources :
+         added INotifyPropertyChanging stuff (new in 2.0 SP1).
+
+2008-04-16  Marek Habersack  <mhabersack@novell.com>
+
+       * System_test.dll.sources: added
+       System.ComponentModel/ComponentConverterTests.cs
+
+       * Makefile (TEST_MCS_FLAGS): reference -r:System.Data for new
+       tests.
+
+2008-04-13  Jb Evain  <jbevain@novell.com>
+
+       * net_2_1_raw_System.dll.sources: tune out some
+       uneeded sources for the 2.1 profile.
+       Merged from the Moonlight 2 branch.
+
+2008-03-15  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * System_test.dll.sources: Added DesignerAttributeTest.cs.
+
+2008-03-03  Zoltan Varga  <vargaz@gmail.com>
+
+       * System.dll.sources: Add the new regex interpreter/compiler sources, not yet
+       used.
+
+       * net_2_1_raw_System.dll.sources: Ditto.
+       
+2008-02-18  Raja R Harinath  <harinath@hurrynot.org>
+
+       * Makefile (CYCLIC_DEPS): Don't use $(eval ...) -- we still
+       support older GNU makes.
+
+2008-02-17  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * System_test.dll.sources: Added CharConverterTest.cs and
+       CultureInfoConverterTest.cs.
+
+2008-02-17  Raja R Harinath  <harinath@hurrynot.org>
+
+       * Makefile (CYCLIC_DEPS): New macro.
+       (CYCLIC_DEP_FILES): Use it to clean up handling of cyclic dependencies.
+       * net_2_1_raw_System.dll.sources: Rename from net_2_1_System.dll.sources.
+       * net_2_1_bootstrap_System.dll.sources: New.
+
+2008-02-10  Juraj Skripsky  <js@hotfeet.ch>
+
+       * System.dll.sources: Added ICodeDomVisitor.cs.
+
+2008-01-23  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * System_test.dll.sources: Added FileVersionInfoTest.cs.
+
+2007-12-24  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * System_test.dll.sources: Added CheckoutExceptionTest.cs.
+
+2007-12-15  Marek Habersack  <mhabersack@novell.com>
+
+       * System.dll.sources: added
+       System.CodeDom.Compiler/CompilerProviderOption.cs and
+       System.CodeDom.Compiler/CompilerProviderOptionsCollection.cs
+
+2007-12-04  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * System_test.dll.sources: Added Win32ExceptionTest.cs.
+
+2007-11-12  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.dll.sources : added S.R.InteropSvcs.ComTypes types.
+
+2007-11-08  Jb Evain  <jbevain@novell.com>
+
+       * net_2_1_System.dll.sources: use the custom
+       WebHeaderCollection.
+
+2007-11-07  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * System.dll.sources: Added Win32SoundPlayer.cs.
+
+2007-11-03  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * System_test.dll.sources: Added InvalidEnumArgumentExceptionTest.cs.
+
+2007-10-22  Jb Evain  <jbevain@novell.com>
+
+       * net_2_1_System.dll.sources: remove System.Net.Mail.*
+
+2007-09-29  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * System_test.dll.sources: Added HttpListenerRequestTest.cs.
+
+2007-09-27  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.dll.sources : added ITypeDiscoveryService.cs.
+
+2007-09-25  Jonathan Pobst  <monkey@jpobst.com>
+
+       * System_test.dll.sources: Added AsyncOperationManagerTest.cs.
+
+2007-09-17  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * System_test.dll.sources: Added ComponentResourceManagerTest.cs.
+
+2007-09-05  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.dll.sources : added HandleCollector.cs.
+
+2007-09-05  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * System_test.dll.sources: Added EnumConverterTest.cs.
+
+2007-08-29  Ivan N. Zlatev  <contact@i-nz.net>
+
+       * System.dll.sources: add DefaultSerializationProviderAttribute.cs,
+        ComponentSerializationService.cs, MemberRelationship.cs, 
+        SerializationStore.cs, MemberRelationshipService.cs, 
+        DesignerOptionService.cs, ITreeDesigner.cs
+
+2007-08-29  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.dll.sources : added Win32NetworkInterfaceMarshal.cs.
+
+2007-08-24  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * Makefile : split PREBUILT_DEP from CONFIGURATION_DEP so that the
+         prebuilt System.dll could be referenced for security stuff too.
+
+2007-08-09  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * net_2_1_System.dll.sources :
+         Replaced HttpWebRequest and HttpWebResponse with those for 2.1,
+         and removed related 2.0-only types.
+
+2007-08-09  Jb Evain  <jbevain@novell.com>
+
+       * net_2_1_System.dll.sources: use a special .sources file
+       for the 2.1 profile.
+
+2007-08-06  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.dll.sources : added PerformanceCounterInstanceLifetime.cs
+         and PerformanceCounterCategoryType.cs.
+
+2007-08-01  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System_test.dll.sources : added BackgroundWorkerTest.cs.
+
+2007-07-20  Jb Evain  <jbevain@novell.com>
+
+       * Makefile: no need for the deps for installing in 2.1.
+
+2007-07-11  Alan McGovern  <amcgovern@novell.com>
+
+       * Uri.cs: Fix for #78781 applied.
+
+2007-07-11  Ankit Jain  <jankit@novell.com>
+
+       * System_test.dll.sources: Add ProcessStartInfoTest.cs.
+
 2007-06-12  Marek Safar <marek.safar@gmail.com>
 
        * Makefile: Check only major framework version to do 2.x build.