X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Security%2FSystem.Security.Cryptography.Pkcs%2FChangeLog;h=71179821fad81c3e0d7651200abe859ca8d23968;hb=6733010353a6024a2b437a6cd5c5c30ae6e99218;hp=fba75487d4e8041e499b079dd6ed28abc48487bd;hpb=1c14f1ee6d701510c15499d71fc2b324151a8629;p=mono.git diff --git a/mcs/class/System.Security/System.Security.Cryptography.Pkcs/ChangeLog b/mcs/class/System.Security/System.Security.Cryptography.Pkcs/ChangeLog index fba75487d4e..71179821fad 100644 --- a/mcs/class/System.Security/System.Security.Cryptography.Pkcs/ChangeLog +++ b/mcs/class/System.Security/System.Security.Cryptography.Pkcs/ChangeLog @@ -1,3 +1,24 @@ +2009-06-05 Marek Safar + + * *.cs: Fixed NET_2_0 conditional to actually handle Mono.Security + dependency. + +2008-11-01 Sebastien Pouliot + + * CmsRecipientCollection.cs: Add comment about compatibility-NRE + [Found using Gendarme CheckParametersNullityInVisibleMethodsRule] + +2008-10-12 Sebastien Pouliot + + * EnvelopedCms.cs, SignedCms.cs: Remove unneeded field + initialization to their default values. + [Found using Gendarme AvoidUnneededFieldInitializationRule] + +2006-12-15 Sebastien Pouliot + + * SignedCms.cs: Add missing TODO. Some code exists but depends on + other, unimplemented, stuff. + 2005-09-27 Sebastien Pouliot * Pkcs9Attribute.cs: Added new CopyFrom method overrides (2.0 RC).