File: ChangeLog

package info (click to toggle)
mono-reference-assemblies 3.12.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 604,240 kB
  • ctags: 625,505
  • sloc: cs: 3,967,741; xml: 2,793,081; ansic: 418,042; java: 60,435; sh: 14,833; makefile: 11,576; sql: 7,956; perl: 1,467; cpp: 1,446; yacc: 1,203; python: 598; asm: 422; sed: 16; php: 1
file content (34 lines) | stat: -rw-r--r-- 1,336 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
2005-10-20  Sebastien Pouliot  <sebastien@ximian.com>

	* CryptographicAttributeObjectCas.cs: New. CAS unit tests.
	* CryptographicAttributeObjectEnumeratorCas.cs: New. CAS unit tests.
	* CryptographicAttributeObjectEnumeratorTest.cs: New. Unit tests.
	* CryptographicAttributeObjectCollectionCas.cs: New. CAS unit tests.
	* CryptographicAttributeObjectCollectionTest.cs: New. Unit tests.
	* ProtectedDataCas.cs: New. CAS unit tests.
	* ProtectedDataTest.cs: Reworked/complete unit tests.
	* ProtectedMemoryCas.cs: New. CAS unit tests.
	* ProtectedMemoryTest.cs: Reworked/complete unit tests.

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

	* Asn*.cs, Oid*.cs: Moved to System.dll

2005-04-27  Sebastien Pouliot  <sebastien@ximian.com>

	* ProtectedDataTest.cs: Updated to NUnit 2.2 API to use Ignore it the 
	platform doesn't support ProtectedData.
	* ProtectedMemoryTest.cs: Updated to NUnit 2.2 API to use Ignore it 
	the platform doesn't support ProtectedData.

2005-04-23  Sebastien Pouliot  <sebastien@ximian.com>

	* CryptographicAttributeTest.cs: Changed class names to match beta2.

2005-01-13  Sebastien Pouliot  <sebastien@ximian.com>

	* CryptographicAttributeTest.cs: Updated to NUnit 2.2 tests.

2004-07-09  Sebastien Pouliot  <sebastien@ximian.com>

	* CryptographicAttributeTest.cs: New. Moved from S.S.C.Pkcs.