In corlib/System.Runtime.InteropServices:
[mono.git] / mcs / class / System / System.Security.AccessControl / ChangeLog
1 2006-10-31  Sebastien Pouliot  <sebastien@ximian.com>
2
3         * SemaphoreAccessRule.cs, SemaphoreAuditRule.cs, SemaphoreSecurity.cs:
4         Fix build (with my corlib's changes) with some defaults (probably bad)
5         values.
6
7 2006-09-28  Andrew Skiba  <andrews@mainsoft.com>
8
9         * SemaphoreAuditRule.cs: TARGET_JVM
10
11 2006-07-06  Dick Porter  <dick@ximian.com>
12
13         * Completely stubbed the System.Security.AccessControl namespace
14         for the 2.0 profile.
15
16 2005-12-23  Dick Porter  <dick@ximian.com>
17
18         * SemaphoreRights.cs: Make the [Flags] enum more obvious
19
20 2005-11-17  Sebastien Pouliot  <sebastien@ximian.com>
21
22         * SemaphoreRights.cs: New (2.0). Enum of all the rights applicable to
23         semaphores.
24         * SemaphoreSecurity.cs: New (2.0). Very incomplete - to allow the 
25         Semaphore to compile.