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:
authorAtsushi Eno <atsushieno@gmail.com>2007-01-17 20:30:12 +0300
committerAtsushi Eno <atsushieno@gmail.com>2007-01-17 20:30:12 +0300
commita0c14ae0ea0f30fbab1c12bcff027d90f5d33474 (patch)
tree1a2639d7e07d340715953720eef26251e1e32a9f /mcs/class/System.Security/ChangeLog
parent9bfa9ec5075b624f41ef51462d71ed587b71ad6b (diff)
2007-01-17 Atsushi Enomoto <atsushi@ximian.com>
* XmlCanonicalizer.cs : don't output default namespace when the node's namespace is not empty. Check "visibly utilized" namespace nodes in exc-c14n. Also, in exc-c14n, rendered namespaces are not written. Added InclusiveNamespaces PrefixList field (not in use yet). * XmlDsigExcC14NTransform.cs : re-imported from XmlDsigC14NTransform.cs. * System.Security_test.dll.sources : added XmlDsigExcC14NTransformTest.cs. * XmlDsigExcC14NTransformTest.cs : new tests, mostly copied from non-exc test. * xmldsig.cs : exc-c14n tests could be run under 2.0 profile (and they are not working correctly yet). * Makefile : Added net_2_0 profile support. svn path=/trunk/mcs/; revision=71220
Diffstat (limited to 'mcs/class/System.Security/ChangeLog')
-rw-r--r--mcs/class/System.Security/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/mcs/class/System.Security/ChangeLog b/mcs/class/System.Security/ChangeLog
index f761623ad17..0ab30fca9de 100644
--- a/mcs/class/System.Security/ChangeLog
+++ b/mcs/class/System.Security/ChangeLog
@@ -1,3 +1,8 @@
+2007-01-17 Atsushi Enomoto <atsushi@ximian.com>
+
+ * System.Security_test.dll.sources : added
+ XmlDsigExcC14NTransformTest.cs.
+
2006-12-15 Sebastien Pouliot <sebastien@ximian.com>
* Makefile: Execute PKITS tests only if the data is installed locally.