Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2016-01-29 21:17:03 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2016-01-29 21:17:06 +0300
commitb03e60628764d66654147bfc7a7e1a3242559888 (patch)
tree3599b29c7f180a5cb3e8cea3e875d26b8ecdeeb4 /mcs/class/System.Messaging
parentbf5947a0fd2b523c30833605ee69b2b041aa43f4 (diff)
Remove ChangeLog files from the repo
They weren't updated in the last 6 years and aren't helpful anymore (e.g. by causing unrelated matches during git grep searches).
Diffstat (limited to 'mcs/class/System.Messaging')
-rw-r--r--mcs/class/System.Messaging/Assembly/ChangeLog13
-rw-r--r--mcs/class/System.Messaging/ChangeLog20
-rw-r--r--mcs/class/System.Messaging/System.Messaging.Design/ChangeLog7
-rw-r--r--mcs/class/System.Messaging/System.Messaging/ChangeLog144
-rw-r--r--mcs/class/System.Messaging/Test/System.Messaging/ChangeLog62
5 files changed, 0 insertions, 246 deletions
diff --git a/mcs/class/System.Messaging/Assembly/ChangeLog b/mcs/class/System.Messaging/Assembly/ChangeLog
deleted file mode 100644
index d653ef57ed4..00000000000
--- a/mcs/class/System.Messaging/Assembly/ChangeLog
+++ /dev/null
@@ -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 \ No newline at end of file
diff --git a/mcs/class/System.Messaging/ChangeLog b/mcs/class/System.Messaging/ChangeLog
deleted file mode 100644
index d9e3baf8165..00000000000
--- a/mcs/class/System.Messaging/ChangeLog
+++ /dev/null
@@ -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
diff --git a/mcs/class/System.Messaging/System.Messaging.Design/ChangeLog b/mcs/class/System.Messaging/System.Messaging.Design/ChangeLog
deleted file mode 100644
index ccf4ac03a98..00000000000
--- a/mcs/class/System.Messaging/System.Messaging.Design/ChangeLog
+++ /dev/null
@@ -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
diff --git a/mcs/class/System.Messaging/System.Messaging/ChangeLog b/mcs/class/System.Messaging/System.Messaging/ChangeLog
deleted file mode 100644
index 9f229808348..00000000000
--- a/mcs/class/System.Messaging/System.Messaging/ChangeLog
+++ /dev/null
@@ -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
diff --git a/mcs/class/System.Messaging/Test/System.Messaging/ChangeLog b/mcs/class/System.Messaging/Test/System.Messaging/ChangeLog
deleted file mode 100644
index c3ce86a5e83..00000000000
--- a/mcs/class/System.Messaging/Test/System.Messaging/ChangeLog
+++ /dev/null
@@ -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.