[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / Mono.Messaging / Mono.Messaging / ChangeLog
index 023c690a8f54ea96eda95c2c56b686eca3d09610..32005d818ad9eb25ea2a29309786c0d2ebcf4c09 100644 (file)
@@ -1,3 +1,44 @@
+2010-02-06  Michael Barker  <mike@middlesoft.co.uk>
+
+       * ConnectionException.cs: Added additional text to aid debugging.
+
+2009-07-20  Michael Barker  <mike@middlesoft.co.uk>
+
+       * MessagingProviderLocator.cs: Changed System.Exceptions to
+       MonoMessagingExceptions.
+
+2009-07-20  Michael Barker  <mike@middlesoft.co.uk>
+
+       * MessagingProviderLocator.cs: Default to rabbitmq if no
+       MONO_MESSAGING_PROVIDER variable is defined.
+
+2009-07-18  Michael Barker  <mike@middlesoft.co.uk>
+
+       * MessagingProviderLocator.cs: Changed to cleanly support loading of
+       Provider classes from the GAC.
+
+2009-07-14  Michael Barker  <mike@middlesoft.co.uk>
+
+       * MessagingProviderLocator.cs: Added support for a rabbitmq alias that
+       mean the full classname is not required.
+
+2009-07-11  Michael Barker  <mike@middlesoft.co.uk>
+
+       * MessagingProviderLocator.cs:  Removed unessecary fields, made fields
+       readonly and some formatting changes.
+
+2009-05-23  Michael Barker  <mike@middlesoft.co.uk>
+
+       * IMessageEnumerator.cs:  Added additional methods to support operations
+       specified by the System.Messaging version.
+       
+2009-05-19  Michael Barker  <mike@middlesoft.co.uk>
+
+       * IMessage.cs: Added additional comments.
+       * IMessagingProvider.cs: Added additional comments.
+       * MessagingProviderLocator.cs: Added support for specifing messaging
+       implementation using an environment variable.
+
 2009-01-03  Michael Barker  <mike@middlesoft.co.uk>
 
        * MessageQueueBase.cs:  Added support for handling exception asynchronously.
        * MonoMessagingException.cs: New
        * QueueReference.cs: New
 
-2009-05-19  Michael Barker  <mike@middlesoft.co.uk>
-
-       * IMessage.cs: Added additional comments.
-       * IMessagingProvider.cs: Added additional comments.
-       * MessagingProviderLocator.cs: Added support for specifing messaging
-       implementation using an environment variable.
\ No newline at end of file