Switch to compiler-tester
[mono.git] / mcs / class / corlib / System.Security.Cryptography / ChangeLog
index 543cc7f7b6b79266be85c02923f0ac5d02ee15f3..360a4b7d237810da40af9e0641690ab1c0f0b8e9 100644 (file)
@@ -1,3 +1,12 @@
+2005-06-10  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * all: 2.0 beta2 fixes, i.e. mostly added [ComVisible(true)]
+
+2005-06-09  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * HMAC.cs: BlockSizeValue has changed from a protected member to
+       a protected property.
+
 2005-06-06  Sebastien Pouliot  <sebastien@ximian.com>
 
        * CspProviderFlags.cs: UseExistingKey was added in 1.1 SP1. Added