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.Transactions
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.Transactions')
-rw-r--r--mcs/class/System.Transactions/Assembly/ChangeLog17
-rw-r--r--mcs/class/System.Transactions/ChangeLog13
-rw-r--r--mcs/class/System.Transactions/System.Transactions/ChangeLog74
-rw-r--r--mcs/class/System.Transactions/Test/ChangeLog15
4 files changed, 0 insertions, 119 deletions
diff --git a/mcs/class/System.Transactions/Assembly/ChangeLog b/mcs/class/System.Transactions/Assembly/ChangeLog
deleted file mode 100644
index c2fb13308ab..00000000000
--- a/mcs/class/System.Transactions/Assembly/ChangeLog
+++ /dev/null
@@ -1,17 +0,0 @@
-2008-04-23 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
-
- * AssemblyInfo.cs: Added missing attributes
-
-2006-10-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
-
- * AssemblyInfo.cs: use the ecma key for this assembly. Patch by Patrick
- Earl.
-
-2005-11-05 Kornél Pál <kornelpal@hotmail.com>
-
- * AssemblyInfo.cs: Use Consts.FxVersion as AssemblyVersion and
- SatelliteContractVersion.
-
-2005-09-22 Atsushi Enomoto <atsushi@ximian.com>
-
- * AssemblyInfo.cs : new file.
diff --git a/mcs/class/System.Transactions/ChangeLog b/mcs/class/System.Transactions/ChangeLog
deleted file mode 100644
index 04905a44342..00000000000
--- a/mcs/class/System.Transactions/ChangeLog
+++ /dev/null
@@ -1,13 +0,0 @@
-2009-10-14 Jonathan Pryor <jpryor@novell.com>
-
- * Makefile (VALID_PROFILE): Add monotouch.
-
-2006-03-03 Ankit Jain <jankit@novell.com>
-
- * System.Transactions_test.dll.sources: New.
- * Test: New directory.
-
-2005-09-22 Atsushi Enomoto <atsushi@ximian.com>
-
- * Makefile, System.Transactions.dll.sources : new files.
-
diff --git a/mcs/class/System.Transactions/System.Transactions/ChangeLog b/mcs/class/System.Transactions/System.Transactions/ChangeLog
deleted file mode 100644
index c1744ae9761..00000000000
--- a/mcs/class/System.Transactions/System.Transactions/ChangeLog
+++ /dev/null
@@ -1,74 +0,0 @@
-2010-01-03 Zoltan Varga <vargaz@gmail.com>
-
- * TransactionAbortedException.cs: Make the default ctor public. Fixes #567872.
-
-2009-02-02 Raja R Harinath <harinath@hurrynot.org>
-
- Fix #463999
- * CommittableTransaction.cs (CommitCallback): Handle the case
- where the callback is invoked before BeginCommit ends due to the
- async call ending synchronously.
-
-2007-08-13 Miguel de Icaza <miguel@novell.com>
-
- * Transaction.cs: Remove the exception throwing on Dispose, from
- bug report #82423.
-
-2007-02-12 Robert Jordan <robertj@gmx.net>
-
- * Transaction.cs: Transaction.Current must be thread-local.
- Fixes bug #80343.
-
-2006-11-29 Ankit Jain <jankit@novell.com>
-
- * DependentTransaction.cs:
- * TransactionScope.cs:
- * Enlist.cs:
- * TransactionManager.cs:
- * Transaction.cs:
- * SinglePhaseEnlistment.cs:
- * CommittableTransaction.cs:
- Remove bogus MonoTODOs. Add meaninful messages to MonoTODOs.
-
-2006-11-20 Raja R Harinath <rharinath@novell.com>
-
- * Transaction.cs (operator==, operator!=): Implement.
- Reported by "Matthijs ter Woord" <matthijsterwoord@gmail.com>.
-
-2006-08-09 Duncan Mak <duncan@novell.com>
-
- * IPromotableSinglePhaseNotification.cs (Promote): Removed because
- it now extends from ITransactionPromoter. Fixes #79037.
-
-2006-04-07 Mike Kestner <mkestner@novell.com>
-
- * IdcTransaction.cs: comment out the ComVisible attr to fix build.
-
-2006-03-03 Ankit Jain <jankit@novell.com>
-
- * Initial implementation.
- Implements support for a LTM (Lightweight Transaction Manager).
- Distributed transactions are not supported with this.
- Following are known as not implemented yet:
- DependentTransaction, IsolationLevels and
- EnlistmentOption.EnlistDuringPrepareRequired.
-
-2005-09-22 Atsushi Enomoto <atsushi@ximian.com>
-
- * CommittableTransaction.cs, Delegates.cs, DependentCloneOption.cs,
- DependentTransaction.cs, Enlistment.cs, EnlistmentOptions.cs,
- EnterpriseServicesInteropOption.cs, IDtcTransaction.cs,
- IEnlistmentNotification.cs, IPromotableSinglePhaseNotification.cs,
- ISimpleTransactionSuperior.cs, ISinglePhaseNotification.cs,
- ITransactionPromoter.cs, IsolationLevel.cs, PreparingEnlistment.cs,
- SinglePhaseEnlistment.cs, SubordinateTransaction.cs,
- Transaction.cs, TransactionAbortedException.cs,
- TransactionEventArgs.cs, TransactionException.cs,
- TransactionInDoubtException.cs, TransactionInformation.cs,
- TransactionInterop.cs, TransactionManager.cs,
- TransactionManagerCommunicationException.cs,
- TransactionOptions.cs, TransactionPromotionException.cs,
- TransactionScope.cs, TransactionScopeOption.cs,
- TransactionStatus.cs :
- new files (almost all files are stub).
-
diff --git a/mcs/class/System.Transactions/Test/ChangeLog b/mcs/class/System.Transactions/Test/ChangeLog
deleted file mode 100644
index 9dee0c144d7..00000000000
--- a/mcs/class/System.Transactions/Test/ChangeLog
+++ /dev/null
@@ -1,15 +0,0 @@
-2009-01-07 Zoltan Varga <vargaz@gmail.com>
-
- * AsyncTest.cs: Disable these tests, they fail randomly (bug #463999).
-
-2007-08-14 Ankit Jain <jankit@novell.com>
-
- * EnlistTest.cs: Add tests for bug #82423.
-
-2006-03-03 Ankit Jain <jankit@novell.com>
-
- * AsyncTest.cs:
- * TransactionScopeTest.cs:
- * EnlistTest.cs: Initial set of test cases.
-
-