Commit
[mono.git] / mcs / class / System / ChangeLog
index 26aca3c87060b1a997a2c40c98a65b830a422359..5b198ec4dbccfb061667f539364c0554cb079f38 100644 (file)
@@ -1,3 +1,253 @@
+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.
+
+2007-06-05  Raja R Harinath  <harinath@gmail.com>
+
+       Make cyclic-dependency handling more readable
+       * Makefile (MISSING_DEPS): New.  Contains the list of cyclic
+       dependencies that aren't present.
+       (echo-warning): Simplify drastically.
+
+2007-06-04  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.dll.sources :
+         added CustomizableLocalFileSettingsProvider.cs.
+
+2007-05-31  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.dll.sources :
+         added couple of new 2.0 sys.ComponentModel types.
+
+2007-05-31  Rolf Bjarne Kvinge <RKvinge@novell.com> 
+
+       * System.dll.sources: Added LookupBindingPropertiesAttribute.cs.
+       * System_test.dll.sources: Added
+         LookupBindingPropertiesAttributeTest.cs
+
+2007-05-30  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * System.dll.sources: Add S.C.D.IComponentDiscoveryService
+
+2007-05-30  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System_test.dll.sources : added SettingsBaseTest.cs.
+
+2007-05-28  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System_test.dll.sources : added SettingElementTest.cs.
+
+2007-05-18  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.dll.sources : added TraceSourceInfo.cs.
+
+2007-05-17  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.dll.sources : added TraceOptions.cs.
+
+2007-05-16  Adar Wesley <adarw@mainsoft.com>
+
+       * System20.csproj: added classes to compilation set IOControlCode.cs,
+       IPPacketInformation.cs
+
+2007-05-14  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.dll.sources :
+         Added EventTypeFilter.cs, TraceFilter.cs, SourceFilter.cs, 
+         DelimitedListTraceListener.cs, SwitchAttribute.cs and
+         SwitchLevelAttribute.cs in sys.diagnostics.
+
+2007-05-02  Raja R Harinath  <harinath@gmail.com>
+
+       * System.dll.sources: Add RBTree.cs.
+
+2007-04-16  Rolf Bjarne Kvinge  <RKvinge@novell.com>
+
+       * System_test.dll.sources: Added CodeGeneratorFromBinaryOperatorTest.cs.
+2007-03-09  Chris Toshok  <toshok@ximian.com>
+
+       * System.ComponentModel.Design/DesignerTransactionCloseEventArgs.cs:
+       update this to 2.0. massage a patch from Ivan Zlatev.
+
+2007-02-27  Rolf Bjarne Kvinge  <RKvinge@novell.com>
+
+       * System_test.dll.sources: Added MaskedTextProviderTest.cs
+       * System.dll.sources: Added MaskedTextProvider.cs
+
+2007-01-29  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * System_test.dll.sources: Added SocketResponder.cs.
+
+2007-01-28  Ilya Kharmatsky <ilyak -at- mainsoft.com>
+       
+       * System20.vmwcsproj: Added new net_2_0 classes to the project
+         file.
+
+2007-01-28  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * System_test.dll.sources: Added FileWebResponseTest.cs.
+
+2007-01-18  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.dll.sources: added new sources:
+         TraceSource.cs, SourceLevels.cs, CorrelationManager.cs,
+         TraceEventCache.cs, TraceEventType.cs and SourceSwitch.cs.
+       * System_test.dll.sources: added new tests:
+         TraceSourceTest.cs and SourceSwitchTest.cs.
+
+2007-01-11  Dick Porter  <dick@ximian.com>
+
+       * System.dll.sources: Add System.Net.Sockets/{IOControlCode,SocketInformation,SocketInformationOptions,TransmitFileOptions}.cs
+
+2007-01-02  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * System_test.dll.sources: Added ProcessTest.cs.
+
+2006-12-22  Rolf Bjarne Kvinge  <RKvinge@novell.com>
+
+       * System_test.dll.sources: added DefaultBindingPropertyAttributeTest.cs
+
+       * System.dll.sources: added DefaultBindingPropertyAttribute.cs
+
 2006-12-22  Sebastien Pouliot  <sebastien@ximian.com>
 
        * Makefile: Add some extra (PKITS related) files to dist tarball