Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ChangeLog « System.Security.AccessControl « System « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d17e2d555c234f5e2c4821f558de95e213efbadb (plain)
1
2
3
4
5
6
7
8
9
10
2005-12-23  Dick Porter  <dick@ximian.com>

	* SemaphoreRights.cs: Make the [Flags] enum more obvious

2005-11-17  Sebastien Pouliot  <sebastien@ximian.com>

	* SemaphoreRights.cs: New (2.0). Enum of all the rights applicable to
	semaphores.
	* SemaphoreSecurity.cs: New (2.0). Very incomplete - to allow the 
	Semaphore to compile.