[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / Mono.Posix / Mono.Remoting.Channels.Unix / ChangeLog
index 32a8a08b60f5c1266e62106cd17a99633106cd1a..69bcf9c2a3a1e4489f89966f65cd314808798e54 100644 (file)
@@ -1,3 +1,9 @@
+2006-12-18  Lluis Sanchez Gual  <lluis@novell.com>
+
+       * UnixBinaryCore.cs: Added some null checks.
+       * UnixServerChannel.cs: Remoting does not call StartListening anymore
+         (for MS.NET compatibility), so it has to be explicitely called here.
+
 2006-09-15  Lluis Sanchez Gual  <lluis@novell.com> 
 
        * UnixServerTransportSink.cs, UnixServerChannel.cs: