X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FChangeLog;h=c99324bdfcf645a1d2373de442035394ddd54125;hb=65a753f87a71c6aff8e21c838bd33c7065c1d7f5;hp=c7a22fc84be4ecb50723a7d3be8ed402f9c862bb;hpb=cdc6e8121add36d08b4ae600a2af8d2937449fe8;p=mono.git diff --git a/mcs/class/corlib/ChangeLog b/mcs/class/corlib/ChangeLog index c7a22fc84be..c99324bdfcf 100644 --- a/mcs/class/corlib/ChangeLog +++ b/mcs/class/corlib/ChangeLog @@ -1,3 +1,184 @@ +2003-03-25 Martin Willemoes Hansen + + * Stubed System.Runtime.Remoting.Metadata.W3cXsd2001 + * Updated unix.args with the stubs + +2003-03-21 Martin Willemoes Hansen + + * unix.args: Added System.Runtime.Remoting.Channels/IChannelReceiverHook.cs + +2003-03-21 Lluis Sanchez Gual + + * unix.args: Added System.Runtime.Remoting.Activation/AppDomainLevelActivator.cs + +2003-03-16 Pedro Martínez Juliá + + * unix.args: Added "System.FloatingPointFormatter.cs". + +2003-03-15 Sebastien Pouliot + + * unix.args: Added Mono.Security.X509/*.cs and ASN1Convert.cs + +2003-03-03 Tim Coleman + * unix.args: Added + System.Runtime.InteropServices/HandleRef.cs + +2003-03-04 Pedro Martínez Juliá + + * unix.args: Added "DoubleFormatter.cs" and "SingleFormatter.cs" + + +2003-03-03 Lluis Sanchez Gual + + * unix.args: added ConstructionLevelActivator.cs, ContextLevelActivator.cs, + RemoteActivationAttribute.cs, UrlAttribute.cs, ContextAttribute.cs, + IContributeDynamicSink.cs, IContributeEnvoySink.cs, IContributeObjectSink.cs + +2003-03-01 Gonzalo Paniagua Javier + + * unix.args: added ModuleResolveEventHandler.cs + +2003-02-19 Lluis Sanchez Gual + + * unix.args: added + System.Runtime.Remoting/EnvoyInfo.cs + System.Runtime.Remoting.Activation/ActivationServices.cs + System.Runtime.Remoting.Contexts/CrossContextChannel.cs + System.Runtime.Remoting.Messaging/ClientContextTerminatorSink.cs + System.Runtime.Remoting.Messaging/ConstructionCall.cs + System.Runtime.Remoting.Messaging/ConstructionCallDictionary.cs + System.Runtime.Remoting.Messaging/ConstructionResponse.cs + System.Runtime.Remoting.Messaging/EnvoyTerminatorSink.cs + System.Runtime.Remoting.Messaging/IInternalMessage.cs + +2003-02-08 Zoltan Varga + + * unix.args: added MACAlgorithm and HMACAlgorithm. + +2003-02-06 Sebastien Pouliot + + * unix.args: Move some class from System.Security.Cryptography + into Mono.* for easier reuse. + +2003-02-04 Lluis Sanchez Gual + + * unix.args: added ServerIdentity.cs, Lease.cs, LeaseManager.cs + +2003-02-03 Patrik Torstensson + + * corlib.build: fixes so corlib_cmp and corlib_res builds, need to + check if we need the libs and if they still are correct. + +2003-02-03 Patrik Torstensson + + * unix.args: added CADMessages.cs + +2003-01-26 Lluis Sanchez Gual + + * unix.args: added RemoteActivator.cs. + +2003-01-26 Lluis Sanchez Gual + + * unix.args: added System.Runtime.Remoting.Messaging/ArgInfo.cs, + System.Runtime.Remoting.Messaging/MethodCallDictionary.cs + System.Runtime.Remoting.Messaging/MethodDictionary.cs + System.Runtime.Remoting.Messaging/MethodReturnDictionary.cs + +2003-01-24 Lluis Sanchez Gual + + * unix.args: added System.Runtime.Remoting/TypeInfo.cs and + System.Runtime.Serialization.Formatters.Binary/MessageFormatter.cs + +2003-01-18 Jonathan Pryor + + * unix.args: Added IsolatedStorageFile.cs and IsolatedStorageInfo.cs in + System.IO.IsolatedStorage + + +2003-01-17 Lluis Sanchez Gual + * unix.args: Added System/DelegateSerializationHolder.cs, + System/UnitySerializationHolder.cs, + System.Runtime.Serialization/ObjectManager.cs, + System.Runtime.Serialization.Formatters.Binary/BinaryCommon.cs, + System.Runtime.Serialization.Formatters.Binary/ObjectReader.cs and + System.Runtime.Serialization.Formatters.Binary/ObjectWriter.cs + +2003-01-05 Sebastien Pouliot + + * unix.args: added COMException.cs in System.Runtime.InteropServices + +2003-01-01 Jaime Anguiano Olarra + + * unix.args: added System.Diagnostics.Process.cs + +2002-12-28 Duncan Mak + + * unix.args (ASN1.cs): Sebastien forgot to include this file. + +2002-12-27 Sebastien Pouliot + + * unix.args: added CryptoTools.cs file. + +2002-12-16 Sebastien Pouliot + + * unix.args: added StrongName.cs, StrongNamePublicKeyBlob.cs + and StrongNameIdentityPermission.cs files. + +2002-12-15 Sebastien Pouliot + + * unix.args: added PublisherIdentityPermission.cs, + Publisher.cs and PublisherMembershipCondition.cs + +2002-12-10 Jeroen Janssen + + * updated .build file(s) to correctly contain required buildfile + attribute for nant + +2002-11-17 Sebastien Pouliot + + * unix.args: added missing files from System.Security.Cryptography + namespace. + +2002-10-28 Gonzalo Paniagua Javier + + * unix.args: added missing files from System.Security.Cryptography + namespace. + +2002-10-19 Sebastien Pouliot + + * corlib.build: Removed all excluded cryptographic source code as the + cyclic dependency was removed (well commented) + +2002-10-11 Duncan Mak + + * unix.args: Added System.Security.Cryptography.CryptoConfig. + +2002-10-08 Miguel de Icaza + + * Mono/Runtime.cs: New file. + +2002-10-05 Andrew Birkett + + * unix.args: Added System.Security.Cryptography.RC2 + +2002-09-12 Dick Porter + + * unix.args: Add System.Globalization.SortKey, + System.Globalization.StringInfo and + System.Globalizaton.TextElementEnumerator + +2002-09-12 Dick Porter + + * unix.args: Add System.ArgIterator and System.TypedReference + + * corlib.build: Adding DecimalConstantAttribute to Decimal (which + corcompare showed as missing) causes a SecurityException in + corcompare, so exclude Decimal from the corlib_cmp build. + +2002-08-26 Gonzalo Paniagua Javier + + * unix.args: added a couple of new files in System.Security.Principal. + 2002-08-15 Tim Coleman * unix.args: Add System.Globalization/TextInfo.cs