2009-04-29 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / mcs / class / System.Core / tools / ChangeLog
1 2009-04-29  Sebastien Pouliot  <sebastien@ximian.com>
2
3         * hashwrap.cs: Add "#if !NET_2_1 ... #endif" on wrappers so they
4         don't get compiled for 2.1 (since mscorlib 2.1 lacks some 
5         required types and the generated code is not part of SL2).
6
7 2008-08-05  Sebastien Pouliot  <sebastien@ximian.com>
8
9         * hashwrap.cs: Build wrappers around managed hash implementations 
10         for CNG and CSP types.
11         * Makefile: Build tools and wrappers.