* Makefile (TEST_RESOURCES): New.
[mono.git] / mcs / class / System / ChangeLog
index c71d104a04a6bae592476367fc3d6b916daf2d32..d6f1a81697eba43f908fd92cf704e41005fdbffd 100644 (file)
@@ -1,3 +1,140 @@
+2005-02-03  Raja R Harinath  <rharinath@novell.com>
+
+       * Makefile (TEST_RESOURCES): New.
+       (EXTRA_DISTFILES): Distribute them.
+
+2005-02-02  Ben Maurer  <bmaurer@ximian.com>
+
+       * Makefile: Embed the uri stuff as a resource.
+
+2005-01-24  Raja R Harinath  <rharinath@novell.com>
+
+       Add circular dependency on System.Security.dll.
+       * Makefile (XML_DEP, XML_DEP_FILE): Rename from CYCLIC_DEP and
+       CYCLIC_DEP_FILE. 
+       (SECURITY_DEP, SECURITY_DEP_FILE): Parallel defines for expressing
+       cyclic dependency on System.Security.dll.  Defined only in NET2.0
+       related profiles.
+       (CYCLIC_DEPS, CYCLIC_DEP_FILES): New.  Used to detect which of the
+       dependencies are present.
+       (echo-warning, LIB_MCS_FLAGS): Update to reflect new circular
+       dependencies.
+
+2005-01-20  Miguel de Icaza  <miguel@ximian.com>
+
+       * Add a couple more -nowarns when compiling tests. 
+
+2005-01-17  Raja R Harinath  <rharinath@novell.com>
+
+       * Makefile ($(test_lib).config): New.  Create it when test library
+       is built.
+       (CLEAN_FILES): Remove it.
+       (test-recursive,clean-recursive): Delete.
+
+2005-01-14  Jonathan Pryor (jonpryor@vt.edu)
+
+       * Makefile: Add test-recursive and clean-recursive targets.  Test-recursive
+         creates a Syste_test_PROFILE.dll.config file, required for the Switch
+         regression tests, and clean-recursive cleans up this file.
+       * System_test_default.dll.config, System_test.dll.config: Delete.  These are
+         no longer necessary as the appropriate file is generated in test-recursive.
+
+2005-01-10  Lluis Sanchez Gual <lluis@novell.com>
+
+       * System.dll.sources: Added new file:
+               System.ComponentModel/BindingDirection.cs
+
+2004-12-26  Zoltan Varga  <vargaz@freemail.hu>
+
+       * System.IO.Ports/ChangeLog: New file.
+
+2004-12-21  Chris Toshok  <toshok@ximian.com>
+
+       * System.dll.sources: add System.IO.Ports/*.
+
+       * System.IO.Ports/SerialPort.cs,
+       System.IO.Ports/SerialReceivedEventArgs.cs,
+       System.IO.Ports/SerialPinChangedEventArgs.cs,
+       System.IO.Ports/SerialErrorEventArgs.cs: initial import of the
+       System.IO.Ports stuff.
+
+2004-12-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * System_test.dll.sources: added CookieContainerTest.cs.
+
+2004-11-19  Raja R Harinath  <rharinath@novell.com>
+
+       * Makefile (USE_BOOT_COMPILE): Re-organize to use BOOT_COMPILE
+       during the first pass.
+       (BOOTSTRAP_MCS): Use mscorlib.dll from the net_2_0 profile.
+
+2004-11-18  Lluis Sanchez Gual <lluis@novell.com>
+
+       * System.dll.sources: Added new files:
+               System.Configuration/ProviderSettings.cs
+               System.Configuration/ProviderSettingsCollection.cs
+               System.Configuration.Provider/ProviderBase.cs
+
+2004-11-15  Lluis Sanchez Gual <lluis@novell.com>
+
+       * System.dll.sources: Added new files:
+               System.Configuration/TimeSpanConfigurationProperty.cs
+               System.Configuration/TimeSpanPropertyFlags.cs
+               System.Configuration/TimeSpanSerializedFormat.cs
+       
+2004-11-09  Lluis Sanchez Gual <lluis@novell.com>
+
+       * System.dll.sources: Added new files:
+               System.Configuration/NonEmptyStringConfigurationProperty.cs
+               System.Configuration/NonEmptyStringFlags.cs
+
+2004-11-04  Lluis Sanchez Gual <lluis@novell.com>
+
+       * System.dll.sources: Added new files:
+               System.Configuration/ConfigInfo.cs
+               System.Configuration/IntegerConfigurationProperty.cs
+               System.Configuration/RuntimeOnlySection.cs
+               System.Configuration/SectionInfo.cs
+               System.Configuration/SectionGroupInfo.cs
+
+2004-09-21  Raja R Harinath  <rharinath@novell.com>
+
+       * Makefile (lib_file) [PROFILE=net_2_0]: New test.  Use
+       net_2_0_bootstrap libraries if necessary.
+       ($(the_lib)): Don't depend on a phony target.  Move 'echo-warning' ...
+       (all-local): ... here.  Will now warn unnecessarily, but is better
+       than rebuilding the library each time.
+
+2004-09-20  Gert Driesen <drieseng@users.sourceforge.net>
+
+       * System.dll.sources: Moved ReadOnlyCollection.cs and Collection.cs
+       from corlib to System.Collections.Generic in System assembly
+
+2004-09-13  Tim Coleman <tim@timcoleman.com>
+       * System.dll.sources: Add new classes in System.Net.Security and 
+               System.Security.Authentication for Fx 2.0
+
+2004-09-12  Gert Driesen <drieseng@users.sourceforge.net>
+
+       * System.dll.sources: removed duplicate entry for System.Net.
+       Configuration.WebRequestModuleHandler
+
+2004-09-11  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * System_test.dll.sources: Added unit tests for System.Diagnostics.
+       EventLogPermission and PerformanceCounterPermission.
+
+2004-09-10  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * System_test.dll.sources: Added PermissionHelper to the build.
+       * System_test.dll.sources: Added unit tests for System.Security.
+       Permissions.ResourcePermissionBase and ResourcePermissionBaseEntry, 
+       System.Web.AspNetHostingPermission and AspNetHostingPermissionAttribute.
+
+2004-09-10  Tim Coleman <tim@timcoleman.com>
+       * System.dll.sources: Add System.Net.Cache, System.Net.Configuration,
+               System.Net.Mail, System.Configuration classes
+
 2004-09-09  Tim Coleman <tim@timcoleman.com>
        * System.dll.sources: Add new System.Net.Mail classes