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

ChangeLog « tools « System.Core « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8bc51c63293e3a77c146a47e0697b8e34fed66c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
2009-04-29  Sebastien Pouliot  <sebastien@ximian.com>

	* hashwrap.cs: Add "#if !NET_2_1 ... #endif" on wrappers so they
	don't get compiled for 2.1 (since mscorlib 2.1 lacks some 
	required types and the generated code is not part of SL2).

2008-08-05  Sebastien Pouliot  <sebastien@ximian.com>

	* hashwrap.cs: Build wrappers around managed hash implementations 
	for CNG and CSP types.
	* Makefile: Build tools and wrappers.