2007-05-28 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / System / ChangeLog
index b1a6368e7c10200866a1268ffdaab582f461f86c..56218c17e0caa9033da99abfc144f8559787a3e9 100644 (file)
@@ -1,3 +1,305 @@
+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
+
+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
+       file. 
+
+2006-08-20  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * System_test.dll.sources: Added EventInstanceTest.cs
+
+2006-08-20  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * System.dll.sources: Added Win32EventLog.cs.
+
+2006-08-14  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.dll.sources : added LocalFileEventLog.cs and NullEventLog.cs.
+
+2006-08-14  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.dll.sources : reverted all recent changes on EventLogs.
+         It does not work at all.
+
+2006-08-11  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * System.dll.sources: Added UnixEventLog.cs and Win32EventLog.cs.
+       * System_test.dll.sources: Added EventLogTest.cs.
+
+2006-08-09  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * System_test.dll.souces: Added EventSourceCreationDataTest.cs.
+
+2006-08-09  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * System.dll.sources: Added EventInstance.cs, OverflowAction.cs,
+       EventSourceCreationData.cs.
+
+2006-08-07  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * System_test.dll.sources: Added X509Certificate2Test.cs.
+
+2006-07-14  Peter Dennis Bartok  <pbartok@novell.com>
+
+       * System.dll.sources: Added System.ComponentModel/MaskedTextResultHint.cs
+
+2006-07-06  Dick Porter  <dick@ximian.com>
+
+       * System.dll.sources: Added
+       System.Security.AccessControl/SemaphoreAccessRule.cs
+       System.Security.AccessControl/SemaphoreAuditRule.cs
+
+2006-05-10  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System_test.dll.sources : added ConnectionManagementSectionTest.cs
+         and WebRequestModulesSectionTest.cs.
+
+2006-05-10  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * Makefile : add -r:System.Configuration under net_2_0.
+
+2005-05-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * Makefile: Add -unsafe flag, since it is needed in
+       System.IO.Ports.WinSerialStream.
+
+2006-05-08  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.dll.sources : added SettingsBindableAttribute.cs.
+
+2006-05-06  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * System.dll.sources: Added new System.IO.Ports/ISerialStream.cs
+       file.
+       
+2006-04-28  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.dll.sources : added a bunch of missing sys.configuration
+         files.
+
+2006-04-27  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.dll.sources : added ClientSettingsSection.cs.
+
+2006-04-26  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.dll.sources : added ApplicationSettingsGroup.cs.
+
+2006-04-20  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * System_test.dll.sources: Added CodeGeneratorFromNamespaceTest.cs from
+       Microsoft.VisualBasic.
+
+2006-04-17  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.dll.sources : Added AsyncOperation.cs,
+         AsyncOperationManager.cs, BackgroundWorker.cs,
+         DoWorkEventHandler.cs, DoWorkEventArgs.cs,
+         RunWorkerCompletedEventArgs.cs and
+         RunWorkerCompletedEventHandler.cs.
+
+2006-04-06  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * System.dll.sources: Added System.IO.Ports/SerialSignal.cs.
+       
+2006-04-05  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.dll.sources : added SslPolicyErrors.cs.
+
+2006-04-05  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.dll.sources : added SortedDictionary.cs.
+       * System_test.dll.sources : added SortedDictionaryTest.cs.
+
+2006-04-04  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.dll.sources: added DataReceivedEventArgs.cs and
+         DataReceivedEventHandler.cs.
+       * System_test.dll.sources : added StopwatchTest.cs.
+
+2006-04-01  Zoltan Varga  <vargaz@gmail.com>
+
+       * System.dll.sources: Added System.Diagnostics/Stopwatch.cs.
+
+2006-03-30  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.dll.sources:
+         DownloadStringCompletedEventHandler.cs was missing.
+
+2006-03-28  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.dll.sources : added ProgressChangedEvent[Args|Handler] in
+         System.ComponentModel, and several WebClient event args in
+         System.Net.
+
+2006-03-09  Zoltan Varga  <vargaz@gmail.com>
+
+       * System.dll.sources: Added System.ComponentModel.Design.Serialization/
+       CodeDomSerializerException.cs.
+
+2006-02-28  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * System.dll.sources: Forgot to add inside System.IO.Ports:
+       SerialData.cs, SerialError.cs, SerialPinChange.cs
+
+2006-02-22  Kornél Pál  <kornelpal@hotmail.com>
+
+       * System.dll.sources: Added System.IO.Ports.SerialPortStream.cs
+         to fix build.
+
+2005-02-02  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * System.dll.sources: Add the recently added System.Net 2.0 
+       clases (FtpWebRequest, FtpWebResponse, FtpDataStream, FtpAsyncResult,
+       and also FtpStatusCode and WebRequestMethods).
+       
 2005-01-13  John Luke  <john.luke@gmail.com>
 
        * System_test.dll.sources: add System.Net.Mail.SmtpClient tests