[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / Mono.Security / Mono.Security / ChangeLog
index 2d30e0282ef520ddd2ffb9a70d93486ac9949133..fba575945bf34ae5a0e673f6b3a7ff9f88116832 100644 (file)
@@ -1,3 +1,13 @@
+2010-03-24  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * ASN1Convert.cs: Specify CultureInfo.InvariantCulture (instead of 
+       null) to avoid crash on Windows. Patch by Yoni Shalom.
+
+2008-09-12  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * ASN1.cs: Use File.Create instead of OpenWrite to make sure nothing
+       else if left at the end of the file.
+
 2008-04-25  Sebastien Pouliot  <sebastien@ximian.com>
 
        * StrongName.cs: Add support for verifying strongnames on a stream.