Mark tests as not working under TARGET_JVM
[mono.git] / mcs / class / System / ChangeLog
index 9f71887172274e92013ba835348760610fd008d2..c855678ca9d9fbacbe7e2abd0222cd1c67db0459 100644 (file)
@@ -1,3 +1,120 @@
+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
+
+2006-12-20  Chris Toshok  <toshok@ximian.com>
+
+       * System_test.dll.sources: add AttributeProviderAttributeTest.cs
+
+       * System.dll.sources: add AttributeProviderAttribute.cs
+
+2006-12-20  Chris Toshok  <toshok@ximian.com>
+
+       * System_test.dll.sources: add ComplexBindingPropertiesAttributeTest.cs
+
+       * System.dll.sources: add ComplexBindingPropertiesAttribute.cs
+
+Wed Dec 20 19:30:27 CET 2006 Paolo Molaro <lupus@ximian.com>
+
+       * Makefile, resources/*.wav, System.dll.sources: added sound
+       samples provided by Clint Herron. Enabled System.Media namespace.
+
+2006-12-07  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * Makefile: Detect PKITS data and, if available, include the unit 
+       tests with the [Category("PKITS")] attribute.
+       * System_test.dll.sources: Add PKITS-based unit tests for X509Chain.
+
+2006-11-27  Andrew Skiba  <andrews@mainsoft.com>
+
+       * System-tests20.sln, System-tests20.vmcsproj, run-tests.bat: added
+       Grasshopper test project and bat file.
+
+2006-11-17  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * System_test.dll.sources: Add unit tests for System.Security.
+       Cryptography.X509Certificates/X509Certificate2Collection and 
+       X509ExtensionCollection classes to the build.
+
+2006-11-08  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * System_test.dll.sources: Added ArrayConverterTests.cs.
+
+2006-11-07  Andrew Skiba  <andrews@mainsoft.com>
+
+       * System.Security.AccessControl/SemaphoreAuditRule.cs,
+       System.Net/HttpWebRequest.jvm.cs, System.Net/VMWHttpProvider.cs,
+       System.Net/HttpWebResponse.jvm.cs, System.Net/HttpStateCache.cs,
+       System.Net/HttpProvider.cs, System.Net/ServicePoint.cs,
+       System.Net.Sockets/Socket.jvm.cs, System.Net.Sockets/GHStreamSocket.cs,
+       System.Net.Sockets/GHSocketFactory.cs, System.Net.Sockets/GHStreamSocketSSL.cs,
+       System.Net.Sockets/GHSocket.cs, System.J2EE20.vmwcsproj,
+       System.J2EE20.sln, machine.config: add files and TARGET_JVM-s to compile
+       System.dll in GH.
+
+2006-11-07  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * System_test.dll.sources: Add unit tests for System.ComponentModel.
+       CollectionConverter to the build.
+
+2006-11-07  Andrew Skiba  <andrews@mainsoft.com>
+
+       * ApplicationSettingsBase.cs, AppSettingsReader.cs,
+       ConfigurationSettings.cs, LocalFileSettingsProvider.cs: exclude using
+       PrebuiltSystem on TARGET_JVM
+
+2006-10-31  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * System.dll.sources: Add System.Net.Mail.SmtpPermission[Attribute] to
+       the build.
+       * System_test.dll.sources: Add unit tests for System.Net.Mail 
+       SmtpPermission[Attribute] to the build.
+
 2006-08-22  Miguel de Icaza  <miguel@novell.com>
 
        * System.ComponentModel.Design/HelpKeywordAttribute.cs: Add new