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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/corlib/System.Security.Cryptography.X509Certificates/ChangeLog')
-rw-r--r--mcs/class/corlib/System.Security.Cryptography.X509Certificates/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/mcs/class/corlib/System.Security.Cryptography.X509Certificates/ChangeLog b/mcs/class/corlib/System.Security.Cryptography.X509Certificates/ChangeLog
index 5835c3fb6e2..558105ad7c2 100644
--- a/mcs/class/corlib/System.Security.Cryptography.X509Certificates/ChangeLog
+++ b/mcs/class/corlib/System.Security.Cryptography.X509Certificates/ChangeLog
@@ -1,3 +1,9 @@
+2009-05-02 Sebastien Pouliot <sebastien@ximian.com>
+
+ * X509Certificate.cs: Remove code to initialize from an handle
+ in NET_2_1 since this is only possible from Windows and would be
+ SC anyway.
+
2009-04-30 Sebastien Pouliot <sebastien@ximian.com>
* X509Certificate.cs: Remove CreateFromSignedFile from NET_2_1