X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem%2FChangeLog;h=897adfbf400cab3d3c63edf0eac6cb587c5d12f9;hb=bd7213bbf03d6e699b5cee2f0cb7f691a88b05b5;hp=679bd49b258cef402d0dff8940a0fa9d51a2e1de;hpb=a2eb2c4fee56eb5c9487e1022289673f1c5d449c;p=mono.git diff --git a/mcs/class/System/ChangeLog b/mcs/class/System/ChangeLog index 679bd49b258..897adfbf400 100644 --- a/mcs/class/System/ChangeLog +++ b/mcs/class/System/ChangeLog @@ -1,3 +1,170 @@ +2006-11-27 Andrew Skiba + + * System-tests20.sln, System-tests20.vmcsproj, run-tests.bat: added + Grasshopper test project and bat file. + +2006-11-17 Sebastien Pouliot + + * System_test.dll.sources: Add unit tests for System.Security. + Cryptography.X509Certificates/X509Certificate2Collection and + X509ExtensionCollection classes to the build. + +2006-11-08 Gert Driesen + + * System_test.dll.sources: Added ArrayConverterTests.cs. + +2006-11-07 Andrew Skiba + + * 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 + + * System_test.dll.sources: Add unit tests for System.ComponentModel. + CollectionConverter to the build. + +2006-11-07 Andrew Skiba + + * ApplicationSettingsBase.cs, AppSettingsReader.cs, + ConfigurationSettings.cs, LocalFileSettingsProvider.cs: exclude using + PrebuiltSystem on TARGET_JVM + +2006-10-31 Sebastien Pouliot + + * 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 + + * System.ComponentModel.Design/HelpKeywordAttribute.cs: Add new + file. + +2006-08-20 Gert Driesen + + * System_test.dll.sources: Added EventInstanceTest.cs + +2006-08-20 Gert Driesen + + * System.dll.sources: Added Win32EventLog.cs. + +2006-08-14 Atsushi Enomoto + + * System.dll.sources : added LocalFileEventLog.cs and NullEventLog.cs. + +2006-08-14 Atsushi Enomoto + + * System.dll.sources : reverted all recent changes on EventLogs. + It does not work at all. + +2006-08-11 Gert Driesen + + * System.dll.sources: Added UnixEventLog.cs and Win32EventLog.cs. + * System_test.dll.sources: Added EventLogTest.cs. + +2006-08-09 Gert Driesen + + * System_test.dll.souces: Added EventSourceCreationDataTest.cs. + +2006-08-09 Gert Driesen + + * System.dll.sources: Added EventInstance.cs, OverflowAction.cs, + EventSourceCreationData.cs. + +2006-08-07 Gert Driesen + + * System_test.dll.sources: Added X509Certificate2Test.cs. + +2006-07-14 Peter Dennis Bartok + + * System.dll.sources: Added System.ComponentModel/MaskedTextResultHint.cs + +2006-07-06 Dick Porter + + * System.dll.sources: Added + System.Security.AccessControl/SemaphoreAccessRule.cs + System.Security.AccessControl/SemaphoreAuditRule.cs + +2006-05-10 Atsushi Enomoto + + * System_test.dll.sources : added ConnectionManagementSectionTest.cs + and WebRequestModulesSectionTest.cs. + +2006-05-10 Atsushi Enomoto + + * Makefile : add -r:System.Configuration under net_2_0. + +2005-05-08 Carlos Alberto Cortez + + * Makefile: Add -unsafe flag, since it is needed in + System.IO.Ports.WinSerialStream. + +2006-05-08 Atsushi Enomoto + + * System.dll.sources : added SettingsBindableAttribute.cs. + +2006-05-06 Carlos Alberto Cortez + + * System.dll.sources: Added new System.IO.Ports/ISerialStream.cs + file. + +2006-04-28 Atsushi Enomoto + + * System.dll.sources : added a bunch of missing sys.configuration + files. + +2006-04-27 Atsushi Enomoto + + * System.dll.sources : added ClientSettingsSection.cs. + +2006-04-26 Atsushi Enomoto + + * System.dll.sources : added ApplicationSettingsGroup.cs. + +2006-04-20 Gert Driesen + + * System_test.dll.sources: Added CodeGeneratorFromNamespaceTest.cs from + Microsoft.VisualBasic. + +2006-04-17 Atsushi Enomoto + + * 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 + + * System.dll.sources: Added System.IO.Ports/SerialSignal.cs. + +2006-04-05 Atsushi Enomoto + + * System.dll.sources : added SslPolicyErrors.cs. + +2006-04-05 Atsushi Enomoto + + * System.dll.sources : added SortedDictionary.cs. + * System_test.dll.sources : added SortedDictionaryTest.cs. + +2006-04-04 Atsushi Enomoto + + * System.dll.sources: added DataReceivedEventArgs.cs and + DataReceivedEventHandler.cs. + * System_test.dll.sources : added StopwatchTest.cs. + +2006-04-01 Zoltan Varga + + * System.dll.sources: Added System.Diagnostics/Stopwatch.cs. + 2006-03-30 Atsushi Enomoto * System.dll.sources: