[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / Mono.Messaging / Mono.Messaging / ChangeLog
index 38bd62f9ae2f17a0c4718674119a59c3498a2a4c..32005d818ad9eb25ea2a29309786c0d2ebcf4c09 100644 (file)
@@ -1,3 +1,32 @@
+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
        * MessageType.cs: New
        * MessagingProviderLocator.cs: New
        * MonoMessagingException.cs: New
-       * QueueReference.cs: New
\ No newline at end of file
+       * QueueReference.cs: New
+