You've already forked linux-packaging-mono
Imported Upstream version 4.6.0.125
Former-commit-id: a2155e9bd80020e49e72e86c44da02a8ac0e57a4
This commit is contained in:
parent
a569aebcfd
commit
e79aa3c0ed
@@ -1,13 +0,0 @@
|
||||
2008-04-23 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
|
||||
|
||||
* AssemblyInfo.cs: Added missing attributes
|
||||
|
||||
2004-06-03 Raja R Harinath <rharinath@novell.com>
|
||||
|
||||
* Consts.cs: Add. Copied from System/Assembly/Consts.cs.
|
||||
|
||||
2004-04-06 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
|
||||
|
||||
* AssemblyInfo.cs: Added
|
||||
* ChangeLog: Added
|
||||
* Locale.cs: Added
|
||||
@@ -1,20 +0,0 @@
|
||||
2008-09-28 Michael Barker <mike@middlesoft.co.uk>
|
||||
|
||||
* Makefile: Adding additional libraries for tests.
|
||||
|
||||
2004-09-10 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* Makefile: Activate unit tests.
|
||||
* System.Messaging_test.dll.sources: New. Source list for unit tests.
|
||||
|
||||
2004-08-31 Rafael Teixeira <rafaelteixeirabr@hotmail.com>
|
||||
* System.Messaging.Design/QueuePathDialog.cs :Commented out some bits because it would not compile as it couldn't find System.Windows.Forms.Design
|
||||
|
||||
2004-06-02 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* Makefile: added extra assembly references
|
||||
* System.Messaging.dll.sources: added new classes in
|
||||
System.Messaging.Design namespace
|
||||
|
||||
2003-02-23 Rafael Teixeira <rafaelteixeirabr@hotmail.com>
|
||||
* added just files enough to compile a dummy DLL for now
|
||||
@@ -10,8 +10,8 @@ LIB_REFS += System.Drawing
|
||||
endif
|
||||
|
||||
LIB_MCS_FLAGS = /resource:System.Messaging/MessageQueue.resx
|
||||
TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:0618 -nowarn:219 -nowarn:169 \
|
||||
/r:nunit.mocks.dll
|
||||
TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:0618 -nowarn:219 -nowarn:169
|
||||
TEST_LIB_REFS = nunit.mocks
|
||||
|
||||
EXTRA_DISTFILES = System.Messaging/MessageQueue.resx
|
||||
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
2004-06-02 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* MessageFormatterConverter.cs: added file
|
||||
* MessageQueueConverter.cs: added file
|
||||
* QueuePathDialog.cs: added file
|
||||
* QueuePathEditor.cs: added file
|
||||
* TimeoutConverter.cs: added file
|
||||
@@ -1,144 +0,0 @@
|
||||
2010-02-09 Chris Toshok <toshok@ximian.com>
|
||||
|
||||
* MessageQueue.cs: stub out the ctor that takes a QueueAccessMode.
|
||||
|
||||
* QueueAccessMode.cs: new enum.
|
||||
|
||||
2009-07-11 Michael Barker <mike@middlesoft.co.uk>
|
||||
|
||||
* MessageQueueException.cs: Removed MonoTODO.
|
||||
|
||||
2009-05-23 Michael Barker <mike@middlesoft.co.uk>
|
||||
|
||||
* MessageEnumerator.cs: Added calls to the delegate IMessageEnumerator
|
||||
for methods that use a timeout and added exception handling.
|
||||
|
||||
2008-12-20 Michael Barker <mike@middlesoft.co.uk>
|
||||
|
||||
* MessageQueue.cs: Added implementation for async methods: BeginReceive,
|
||||
BeginPeek, EndReceive and EndPeek. Set up event handlers to propagate
|
||||
Asycn ReceiveCompleted/PeekCompleted events to System.Messaging API users.
|
||||
|
||||
2008-11-23 Michael Barker <mike@middlesoft.co.uk>
|
||||
|
||||
* MessageQueue.cs: Added support for MessageQueueTransactionType methods,
|
||||
ReceiveBy{Id,CorrelationId} and PeekBy{Id,CorrelationId} methods.
|
||||
|
||||
2008-11-02 Michael Barker <mike@middlesoft.co.uk>
|
||||
|
||||
* MessageQueue.cs: Added implementation for deleting, purging, sending with
|
||||
labels and message transactions.
|
||||
|
||||
2008-10-27 Michael Barker <mike@middlesoft.co.uk>
|
||||
|
||||
* MessageQueueTransaction.cs: Delegated all methods to IMessageQueueTransaction
|
||||
from Mono.Messaging.
|
||||
|
||||
2008-10-12 Michael Barker <mike@middlesoft.co.uk>
|
||||
|
||||
* MessageQueue.cs: Implemented GetMessageEnumerator().
|
||||
* MessageEnumerator.cs: Implemented, delegate most work to Mono.Messaging.
|
||||
* Message.cs: Removed [MonoTODO] and small style fix.
|
||||
|
||||
2008-09-29 Michael Barker <mike@middlesoft.co.uk>
|
||||
|
||||
* IMessageFormatter.cs: Added internal enum for body types.
|
||||
* XmlMessageFormatter.cs: Implemented read/write methods.
|
||||
* BinaryMessageFormatter.cs: Implemented read/write methods.
|
||||
* Message.cs: Implemented formatter support.
|
||||
* MessageQueue.cs: Implemented Send and Receive methods. Implemented
|
||||
formatter support.
|
||||
* MessageQueueException.cs: Added custom error messages.
|
||||
|
||||
|
||||
2008-09-09 Michael Barker <mike@middlesoft.co.uk>
|
||||
|
||||
* Message.cs: Change properties to delegate to IMessage. Added internal
|
||||
constructor.
|
||||
* MessageQueue.cs: Change properties to delegate to IMessageQueue. Added
|
||||
internal constructor. Removed private constructor.
|
||||
|
||||
2004-09-10 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* MessageQueuePermission.cs: Implemented enough TODO so compilers can
|
||||
call ToXml (and the runtime can call FromXml) without exceptions.
|
||||
* MessageQueuePermissionAttribute.cs: Implemented all TODO.
|
||||
* MessageQueuePermissionEntry.cs: Implemented all TODO.
|
||||
* MessageQueuePermissionEntryCollection.cs: Removed Clear on On*
|
||||
methods and added TODO.
|
||||
|
||||
2004-06-16 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* AccessControlEntryType.cs: fixed enum field values to correspond
|
||||
with MS.NET, removed TODO
|
||||
* AcknowledgeTypes.cs: fixed enum field values to correspond with
|
||||
MS.NET, removed TODO
|
||||
* CryptographicProviderType.cs: fixed enum field values to correspond
|
||||
with MS.NET, removed TODO
|
||||
* EncryptionAlgorithm.cs: fixed enum field values to correspond with
|
||||
MS.NET, removed TODO
|
||||
* EncryptionRequired.cs: fixed enum field values to correspond with
|
||||
MS.NET, removed TODO
|
||||
* GenericAccessRights.cs: fixed enum field values to correspond with
|
||||
MS.NET, removed TODO
|
||||
* HashAlgortihm.cs: fixed enum field values to correspond with
|
||||
MS.NET, removed TODO
|
||||
* MessagePriority.cs: fixed enum field values to correspond with
|
||||
MS.NET, removed TODO
|
||||
* MessageQueueErrorCode.cs: fixed enum field values to correspond
|
||||
with MS.NET, removed TODO
|
||||
* MessageQueueException.cs: marked serializable
|
||||
* MessageQueuePermissionAccess.cs: fixed enum field values to
|
||||
correspond with MS.NET, removed TODO
|
||||
* MessageQueueTransactionStatus.cs: fixed enum field values to
|
||||
correspond with MS.NET, removed TODO
|
||||
* MessageQueueTransactionType.cs: fixed enum field values to
|
||||
correspond with MS.NET, removed TODO
|
||||
* MessageType.cs: fixed enum field values to correspond with MS.NET,
|
||||
removed TODO
|
||||
* StandardAccessRights.cs: fixed enum field values to correspond
|
||||
with MS.NET, removed TODO
|
||||
* TrusteeType.cs: fixed enum field values to correspond with MS.NET,
|
||||
removed TODO
|
||||
|
||||
2004-06-03 Duncan Mak <duncan@ximian.com>
|
||||
|
||||
* MonoTODO.cs: Remove the Description field and use Comment, this
|
||||
makes it consistent with the other TODOAttributes, and it also
|
||||
fixes the build.
|
||||
|
||||
2004-06-02 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* AccessControlEntry.cs: removed extra finalizer
|
||||
* AccessControlList.cs: removed extra finalizer
|
||||
* ActiveXMessageFormatter.cs: removed extra finalizer
|
||||
* BinaryMessageFormatter.cs: public API fixes
|
||||
* DefaultPropertiesToSend.cs: public API fixes
|
||||
* IMessageFormatter.cs: public API fixes
|
||||
* Message.cs: public API fixes
|
||||
* MessageEnumerator.cs: public API fixes
|
||||
* MessagePropertyFilter.cs: public API fixes
|
||||
* MessageQueue.cs: public API fixes
|
||||
* MessageQueueAccessControlEntry.cs: public API fixes
|
||||
* MessageQueueEnumerator.cs: public API fixes
|
||||
* MessageQueueException.cs: public API fixes
|
||||
* MessageQueueInstaller.cs: public API fixes
|
||||
* MessageQueuePermission.cs: public API fixes
|
||||
* MessageQueuePermissionAttribute.cs: public API fixes
|
||||
* MessageQueuePermissionEntry.cs: public API fixes
|
||||
* MessageQueuePermissionEntryCollection.cs: public API
|
||||
fixes
|
||||
* MessagingDescriptionAttribute.cs: public API fixes
|
||||
* PeekCompletedEventArgs.cs: public API fixes
|
||||
* ReceiveCompletedEventArgs.cs: public API fixes
|
||||
* Trustee.cs: removed extra finalizer
|
||||
* XmlMessageFormatter.cs: public API fixes
|
||||
|
||||
2004-05-29 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* Acknowledgment.cs: added/corrected values, removed TODO
|
||||
* MessageQueueErrorCode.cs: fixed typo
|
||||
* MessageQueueAccessRights.cs: removed extra enum field
|
||||
|
||||
2003-02-23 Rafael Teixeira <rafaelteixeirabr@hotmail.com>
|
||||
* added just files enough to compile a dummy DLL for now
|
||||
@@ -1,62 +0,0 @@
|
||||
2009-07-20 Michael Barker <mike@middlesoft.co.uk>
|
||||
|
||||
* AdminTest.cs: Added support for unique queue names
|
||||
* AsyncPeekTest.cs: Added support for unique queue names
|
||||
* AsyncReceiveTest.cs: Added support for unique queue names
|
||||
* BasicMessagingTest.cs: Added support for unique queue names
|
||||
* MessageEnumeratorTest.cs: Added support for unique queue names
|
||||
* MQUtil.cs: Added queue name generation and prepending server names
|
||||
to queue names based on environment variable
|
||||
* PeekTest.cs: Added support for unique queue names
|
||||
* SelectorTest.cs: Added support for unique queue names
|
||||
|
||||
2009-07-20 Michael Barker <mike@middlesoft.co.uk>
|
||||
|
||||
* AdminTest.cs: Fixed namespace
|
||||
* AsyncPeekTest.cs: Fixed namespace
|
||||
* AsyncReceiveTest.cs: Fixed namespace
|
||||
* BasicMessagingTest.cs: Fixed namespace
|
||||
* MessageEnumeratorTest.cs: Fixed namespace
|
||||
* MQUtil.cs: Fixed namespace
|
||||
* PeekTest.cs: Fixed namespace
|
||||
* SelectorTest.cs: Fixed namespace
|
||||
|
||||
2009-07-19 Michael Barker <mike@middlesoft.co.uk>
|
||||
|
||||
* AdminTest.cs: Moved to System.Messaging
|
||||
* AsyncPeekTest.cs: Moved to System.Messaging
|
||||
* AsyncReceiveTest.cs: Moved to System.Messaging
|
||||
* BasicMessagingTest.cs: Moved to System.Messaging
|
||||
* MessageEnumeratorTest.cs: Moved to System.Messaging
|
||||
* MQUtil.cs: Moved to System.Messaging
|
||||
* PeekTest.cs: Moved to System.Messaging
|
||||
* SelectorTest.cs: Moved to System.Messaging
|
||||
|
||||
2009-01-05 Michael Barker <mike@middlesoft.co.uk>
|
||||
|
||||
* BinaryMessageFormatter.cs, XMLMessageFormatterTest.cs, TestUtils.cs,
|
||||
MessageTest.cs: Moved to Mono.Messaging.RabbitMQ namespace.
|
||||
|
||||
2008-09-29 Michael Barker <mike@middlesoft.co.uk>
|
||||
|
||||
* BinaryMessageFormatter.cs: New
|
||||
|
||||
2008-09-10 Michael Barker <mike@middlesoft.co.uk>
|
||||
|
||||
* XMLMessageFormatterTest.cs: New
|
||||
* TestUtils.cs: New, utility method for creating Messages.
|
||||
|
||||
2008-09-09 Michael Barker <mike@middlesoft.co.uk>
|
||||
|
||||
* MessageTest.cs: New
|
||||
* MessageQueueTest.cs: New
|
||||
|
||||
2005-09-22 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* MessageQueuePermissionAttributeTest.cs: Removed *Choice security
|
||||
actions. Char #133 is accepted in 2.0.
|
||||
|
||||
2004-09-10 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* MessageQueuePermissionAttributeTest.cs: New. Unit tests for Message
|
||||
QueuePermissionAttribute.
|
||||
Reference in New Issue
Block a user