51c6bfab5bf1978680023d715322fd4a717fe908
[mono.git] / mcs / class / System / System.Security.AccessControl / ChangeLog
1 2006-09-28  Andrew Skiba  <andrews@mainsoft.com>
2
3         * SemaphoreAuditRule.cs: TARGET_JVM
4
5 2006-07-06  Dick Porter  <dick@ximian.com>
6
7         * Completely stubbed the System.Security.AccessControl namespace
8         for the 2.0 profile.
9
10 2005-12-23  Dick Porter  <dick@ximian.com>
11
12         * SemaphoreRights.cs: Make the [Flags] enum more obvious
13
14 2005-11-17  Sebastien Pouliot  <sebastien@ximian.com>
15
16         * SemaphoreRights.cs: New (2.0). Enum of all the rights applicable to
17         semaphores.
18         * SemaphoreSecurity.cs: New (2.0). Very incomplete - to allow the 
19         Semaphore to compile.