2009-06-30 Zoltan Varga <vargaz@gmail.com>
[mono.git] / mcs / class / corlib / System.Security.Policy / ChangeLog
index a4e9e777b5a4779ee5b0cab4b9f5f29a5816bfe2..a340589593a0e09277128c2e2deb0b65c08b9228 100644 (file)
@@ -1,3 +1,53 @@
+2009-04-30  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * Evidence.cs: Exclude "Mono.Security.Authenticode" when building
+       NET_2_1
+
+2009-04-27  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * Evidence.cs: Custom GetDefaultHostEvidence for NET_2_1
+       * Hash.cs: Do not include for NET_2_1 build
+       * HashMembershipCondition.cs: Do not include for NET_2_1 build
+       * PolicyLevel.cs: Do not include for NET_2_1 build
+       * PolicyLevel_2_1.cs: Alternate implementation for NET_2_1
+       * Zone.cs: Do not include for NET_2_1 build
+       * ZoneMembershipCondition.cs: Do not include for NET_2_1 build
+
+2008-07-06  Andreas Nahr  <ClassDevelopment@A-SoftTech.com>
+
+       * ApplicationTrust.cs: Add missing attribute
+
+2008-07-03  Andreas Nahr  <ClassDevelopment@A-SoftTech.com>
+
+       * ZoneMembershipCondition.cs:
+       * UrlMembershipCondition.cs:
+       * UnionCodeGroup.cs:
+       * PolicyStatement.cs:
+       * PolicyException.cs:
+       * PermissionRequestEvidence.cs:
+       * NetCodeGroup.cs:
+       * HashMembershipCondition.cs:
+       * GacMembershipCondition.cs:
+       * ApplicationDirectory.cs: Fix parameter names
+
+2008-05-30  Sebastien Pouliot  <sebastien@ximian.com> 
+
+       * ApplicationSecurityManager.cs: Provide better MonoTODO messages 
+       for the next version of MoMA.
+
+2008-02-02  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * Evidence.cs: Fix missing assignement (thanks to Gendarme :)
+
+2006-05-30  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * CodeGroup.cs: Under 2.0 the ctor is protected (not public).
+
+2006-01-05  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * Evidence.cs: Use EscapedCodeBase instead of CodeBase. Fix nunit 
+       under Windows.
+
 2005-09-25  Sebastien Pouliot  <sebastien@ximian.com> 
 
        * ApplicationTrustCollection.cs: RC changed the constructor to non