dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnetlib/profiles compact,1.7,1.8 compact-fp,


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/profiles compact,1.7,1.8 compact-fp,1.5,1.6 ecma,1.7,1.8 full,1.8,1.9 kernel,1.7,1.8 kernel-fp,1.5,1.6 tiny,1.6,1.7 tiny-fp,1.5,1.6
Date: Wed, 28 May 2003 23:13:00 -0400

Update of /cvsroot/dotgnu-pnet/pnetlib/profiles
In directory subversions:/tmp/cvs-serv7044/profiles

Modified Files:
        compact compact-fp ecma full kernel kernel-fp tiny tiny-fp 
Log Message:


Add new profile options - CONFIG_PERMISSIONS and CONFIG_POLICY_OBJECTS.


Index: compact
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/profiles/compact,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** compact     29 May 2003 01:22:40 -0000      1.7
--- compact     29 May 2003 03:12:58 -0000      1.8
***************
*** 39,41 ****
--- 39,47 ----
  <define name="CONFIG_X509_CERTIFICATES" value="false"/>
  
+ <!-- Use permissions objects from System.Security.Permissions -->
+ <define name="CONFIG_PERMISSIONS" value="true"/>
+ 
+ <!-- Use policy objects from System.Security.Policy -->
+ <define name="CONFIG_POLICY_OBJECTS" value="false"/>
+ 
  </profile>

Index: compact-fp
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/profiles/compact-fp,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** compact-fp  29 May 2003 01:22:40 -0000      1.5
--- compact-fp  29 May 2003 03:12:58 -0000      1.6
***************
*** 39,41 ****
--- 39,47 ----
  <define name="CONFIG_X509_CERTIFICATES" value="false"/>
  
+ <!-- Use permissions objects from System.Security.Permissions -->
+ <define name="CONFIG_PERMISSIONS" value="true"/>
+ 
+ <!-- Use policy objects from System.Security.Policy -->
+ <define name="CONFIG_POLICY_OBJECTS" value="false"/>
+ 
  </profile>

Index: ecma
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/profiles/ecma,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** ecma        29 May 2003 01:22:40 -0000      1.7
--- ecma        29 May 2003 03:12:58 -0000      1.8
***************
*** 39,41 ****
--- 39,47 ----
  <define name="CONFIG_X509_CERTIFICATES" value="false"/>
  
+ <!-- Use permissions objects from System.Security.Permissions -->
+ <define name="CONFIG_PERMISSIONS" value="true"/>
+ 
+ <!-- Use policy objects from System.Security.Policy -->
+ <define name="CONFIG_POLICY_OBJECTS" value="false"/>
+ 
  </profile>

Index: full
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/profiles/full,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** full        29 May 2003 01:22:40 -0000      1.8
--- full        29 May 2003 03:12:58 -0000      1.9
***************
*** 42,44 ****
--- 42,50 ----
  <define name="CONFIG_X509_CERTIFICATES" value="true"/>
  
+ <!-- Use permissions objects from System.Security.Permissions -->
+ <define name="CONFIG_PERMISSIONS" value="true"/>
+ 
+ <!-- Use policy objects from System.Security.Policy -->
+ <define name="CONFIG_POLICY_OBJECTS" value="true"/>
+ 
  </profile>

Index: kernel
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/profiles/kernel,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** kernel      29 May 2003 01:22:40 -0000      1.7
--- kernel      29 May 2003 03:12:58 -0000      1.8
***************
*** 39,41 ****
--- 39,47 ----
  <define name="CONFIG_X509_CERTIFICATES" value="false"/>
  
+ <!-- Use permissions objects from System.Security.Permissions -->
+ <define name="CONFIG_PERMISSIONS" value="true"/>
+ 
+ <!-- Use policy objects from System.Security.Policy -->
+ <define name="CONFIG_POLICY_OBJECTS" value="false"/>
+ 
  </profile>

Index: kernel-fp
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/profiles/kernel-fp,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** kernel-fp   29 May 2003 01:22:40 -0000      1.5
--- kernel-fp   29 May 2003 03:12:58 -0000      1.6
***************
*** 39,41 ****
--- 39,47 ----
  <define name="CONFIG_X509_CERTIFICATES" value="false"/>
  
+ <!-- Use permissions objects from System.Security.Permissions -->
+ <define name="CONFIG_PERMISSIONS" value="true"/>
+ 
+ <!-- Use policy objects from System.Security.Policy -->
+ <define name="CONFIG_POLICY_OBJECTS" value="false"/>
+ 
  </profile>

Index: tiny
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/profiles/tiny,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** tiny        29 May 2003 01:22:40 -0000      1.6
--- tiny        29 May 2003 03:12:58 -0000      1.7
***************
*** 39,41 ****
--- 39,47 ----
  <define name="CONFIG_X509_CERTIFICATES" value="false"/>
  
+ <!-- Use permissions objects from System.Security.Permissions -->
+ <define name="CONFIG_PERMISSIONS" value="true"/>
+ 
+ <!-- Use policy objects from System.Security.Policy -->
+ <define name="CONFIG_POLICY_OBJECTS" value="false"/>
+ 
  </profile>

Index: tiny-fp
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/profiles/tiny-fp,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** tiny-fp     29 May 2003 01:22:40 -0000      1.5
--- tiny-fp     29 May 2003 03:12:58 -0000      1.6
***************
*** 39,41 ****
--- 39,47 ----
  <define name="CONFIG_X509_CERTIFICATES" value="false"/>
  
+ <!-- Use permissions objects from System.Security.Permissions -->
+ <define name="CONFIG_PERMISSIONS" value="true"/>
+ 
+ <!-- Use policy objects from System.Security.Policy -->
+ <define name="CONFIG_POLICY_OBJECTS" value="false"/>
+ 
  </profile>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]