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:
authorLluis Sanchez <lluis@novell.com>2004-05-13 12:48:08 +0400
committerLluis Sanchez <lluis@novell.com>2004-05-13 12:48:08 +0400
commit0a461a9b9cfe43e6b8f17b1769bba14dfdb94d23 (patch)
treebe67c648ff513892b564b6f98d5585f39b8fd100 /mcs/class/System.Runtime.Remoting/System.Runtime.Remoting.Channels/ChangeLog
parent6378e18dd82563b77e5f81ac2179cee24a6e9b3e (diff)
* BinaryCore.cs, SoapCore.cs: Added Properties property.
* BinaryServerFormatterSink.cs, SoapServerFormatterSink.cs: Added missing TypeFilterLevel property. * BinaryServerFormatterSinkProvider.cs: Fixed setter for TypeFilterLevel. * SoapServerFormatterSinkProvider.cs: Added missing TypeFilterLevel property. svn path=/trunk/mcs/; revision=27244
Diffstat (limited to 'mcs/class/System.Runtime.Remoting/System.Runtime.Remoting.Channels/ChangeLog')
-rw-r--r--mcs/class/System.Runtime.Remoting/System.Runtime.Remoting.Channels/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/mcs/class/System.Runtime.Remoting/System.Runtime.Remoting.Channels/ChangeLog b/mcs/class/System.Runtime.Remoting/System.Runtime.Remoting.Channels/ChangeLog
index fca5d89da42..457290723a4 100644
--- a/mcs/class/System.Runtime.Remoting/System.Runtime.Remoting.Channels/ChangeLog
+++ b/mcs/class/System.Runtime.Remoting/System.Runtime.Remoting.Channels/ChangeLog
@@ -1,3 +1,12 @@
+2004-05-13 Lluis Sanchez Gual <lluis@ximian.com>
+
+ * BinaryCore.cs, SoapCore.cs: Added Properties property.
+ * BinaryServerFormatterSink.cs, SoapServerFormatterSink.cs: Added missing
+ TypeFilterLevel property.
+ * BinaryServerFormatterSinkProvider.cs: Fixed setter for TypeFilterLevel.
+ * SoapServerFormatterSinkProvider.cs: Added missing TypeFilterLevel
+ property.
+
2004-05-11 Lluis Sanchez Gual <lluis@ximian.com>
* ChannelCore.cs: Use LoadWithPartialName when configuration information