File: ChangeLog

package info (click to toggle)
mono 1.2.2.1-1
  • links: PTS
  • area: main
  • in suites: etch-m68k
  • size: 142,728 kB
  • ctags: 256,408
  • sloc: cs: 1,495,736; ansic: 249,442; sh: 18,304; xml: 12,463; makefile: 5,046; perl: 1,248; asm: 635; yacc: 285; sql: 7
file content (14 lines) | stat: -rw-r--r-- 686 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2005-09-13  Sebastien Pouliot  <sebastien@ximian.com>

	* CacheDependencyCas.cs: Under 1.x FAM also requires UnmanagedCode so 
	we must assert this too before creating instances. We also "hide" an
	error where the initialization throws a NullReferenceException on 1.x
	(as this has nothing to do with CAS).

2005-09-02  Sebastien Pouliot  <sebastien@ximian.com>

	* CacheCas.cs: New. CAS unit tests for Cache. It turns out that 
	UnmanagedCode permission is also required (down-level).
	* CacheDependencyCas.cs: New. CAS unit tests for CacheDependency. It 
	turns out that FileIOPermission is also required (down-level) and that
	Mono (currently) requires Unmanaged permission for FAM.