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/System.ServiceModel/System.ServiceModel.Channels/ChangeLog')
-rwxr-xr-xmcs/class/System.ServiceModel/System.ServiceModel.Channels/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/mcs/class/System.ServiceModel/System.ServiceModel.Channels/ChangeLog b/mcs/class/System.ServiceModel/System.ServiceModel.Channels/ChangeLog
index bfa52c46d51..4ad13df6cde 100755
--- a/mcs/class/System.ServiceModel/System.ServiceModel.Channels/ChangeLog
+++ b/mcs/class/System.ServiceModel/System.ServiceModel.Channels/ChangeLog
@@ -1,3 +1,9 @@
+2010-01-19 Atsushi Enomoto <atsushi@ximian.com>
+
+ * CommunicationObject.cs : when process state changes, lock the
+ object to make sure the state transition is valid.
+ Change OnClosed/OnClosing to do the way OnOpened/OnOpening does.
+
2010-01-13 Atsushi Enomoto <atsushi@ximian.com>
* MessageHeaders.cs : implement SetAction().