[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / Mono.Messaging / Mono.Messaging / ChangeLog
index 70948f474f90998852373deaba17345eb1e76508..32005d818ad9eb25ea2a29309786c0d2ebcf4c09 100644 (file)
@@ -1,3 +1,58 @@
+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.
+
+2008-12-21  Michael Barker  <mike@middlesoft.co.uk>
+
+       * MessageQueueBase.cs:  Added optional base class that provide async
+       messaging support.
+       * CompletedEventArgs.cs:  Added for events on async methods.
+       * CompletedEventHandler.cs:  Added for events on async methods.
+       * IMessageQueue.cs:  Added method and event signatures for async messaging.
+       * MessagingProviderLocator.cs:  Added constant for InfiniteTimeout.
+       * QueueReference.cs:  Remove unecessary logging.
+
 2008-12-07  Michael Barker  <mike@middlesoft.co.uk>
 
        * MessageUnavailableException.cs:  Specific exception for messages not being
        * MessagingProviderLocator.cs: New
        * MonoMessagingException.cs: New
        * QueueReference.cs: New
+