X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem%2FChangeLog;h=897adfbf400cab3d3c63edf0eac6cb587c5d12f9;hb=bd7213bbf03d6e699b5cee2f0cb7f691a88b05b5;hp=f57a42b9db8e6227c16672169bb2c935ab8a041d;hpb=303150eecc6400b3ac1e8c00fdda0191e4eec9c2;p=mono.git diff --git a/mcs/class/System/ChangeLog b/mcs/class/System/ChangeLog index f57a42b9db8..897adfbf400 100644 --- a/mcs/class/System/ChangeLog +++ b/mcs/class/System/ChangeLog @@ -1,3 +1,53 @@ +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