[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Transactions / System.Transactions / ChangeLog
1 2010-01-03  Zoltan Varga  <vargaz@gmail.com>
2
3         * TransactionAbortedException.cs: Make the default ctor public. Fixes #567872.
4
5 2009-02-02  Raja R Harinath  <harinath@hurrynot.org>
6
7         Fix #463999
8         * CommittableTransaction.cs (CommitCallback): Handle the case
9         where the callback is invoked before BeginCommit ends due to the
10         async call ending synchronously.
11
12 2007-08-13  Miguel de Icaza  <miguel@novell.com>
13
14         * Transaction.cs: Remove the exception throwing on Dispose, from
15         bug report #82423.
16
17 2007-02-12  Robert Jordan  <robertj@gmx.net>
18
19         * Transaction.cs: Transaction.Current must be thread-local.
20         Fixes bug #80343.
21
22 2006-11-29  Ankit Jain  <jankit@novell.com>
23
24         * DependentTransaction.cs:
25         * TransactionScope.cs:
26         * Enlist.cs:
27         * TransactionManager.cs:
28         * Transaction.cs:
29         * SinglePhaseEnlistment.cs:
30         * CommittableTransaction.cs:
31         Remove bogus MonoTODOs. Add meaninful messages to MonoTODOs.
32
33 2006-11-20  Raja R Harinath  <rharinath@novell.com>
34
35         * Transaction.cs (operator==, operator!=): Implement.
36         Reported by "Matthijs ter Woord" <matthijsterwoord@gmail.com>.
37
38 2006-08-09  Duncan Mak  <duncan@novell.com>
39
40         * IPromotableSinglePhaseNotification.cs (Promote): Removed because
41         it now extends from ITransactionPromoter. Fixes #79037.
42
43 2006-04-07  Mike Kestner  <mkestner@novell.com>
44
45         * IdcTransaction.cs: comment out the ComVisible attr to fix build.
46
47 2006-03-03  Ankit Jain  <jankit@novell.com>
48
49         * Initial implementation.
50         Implements support for a LTM (Lightweight Transaction Manager).
51         Distributed transactions are not supported with this.
52         Following are known as not implemented yet:
53          DependentTransaction, IsolationLevels and
54          EnlistmentOption.EnlistDuringPrepareRequired.
55
56 2005-09-22  Atsushi Enomoto  <atsushi@ximian.com>
57
58         * CommittableTransaction.cs, Delegates.cs, DependentCloneOption.cs,
59           DependentTransaction.cs, Enlistment.cs, EnlistmentOptions.cs,
60           EnterpriseServicesInteropOption.cs, IDtcTransaction.cs,
61           IEnlistmentNotification.cs, IPromotableSinglePhaseNotification.cs,
62           ISimpleTransactionSuperior.cs, ISinglePhaseNotification.cs,
63           ITransactionPromoter.cs, IsolationLevel.cs, PreparingEnlistment.cs,
64           SinglePhaseEnlistment.cs, SubordinateTransaction.cs,
65           Transaction.cs, TransactionAbortedException.cs,
66           TransactionEventArgs.cs, TransactionException.cs,
67           TransactionInDoubtException.cs, TransactionInformation.cs,
68           TransactionInterop.cs, TransactionManager.cs,
69           TransactionManagerCommunicationException.cs,
70           TransactionOptions.cs, TransactionPromotionException.cs,
71           TransactionScope.cs, TransactionScopeOption.cs,
72           TransactionStatus.cs :
73           new files (almost all files are stub).
74