[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.ServiceModel.Routing / System.ServiceModel.Routing.Configuration / ChangeLog
1 2010-06-03  Atsushi Enomoto  <atsushi@ximian.com>
2
3         * BackupEndpointCollection.cs
4           BackupEndpointElement.cs
5           BackupListCollection.cs
6           FilterElement.cs
7           FilterElementCollection.cs
8           FilterTableEntryCollection.cs
9           FilterTableEntryElement.cs
10           NamespaceElement.cs
11           NamespaceElementCollection.cs
12           RoutingExtensionElement.cs
13           RoutingSection.cs
14           SoapProcessingExtensionElement.cs : implement to get working.
15
16 2010-03-02  Raja R Harinath  <harinath@hurrynot.org>
17
18         * BackupListCollection.cs, FilterTableCollection.cs: Add indexer.
19
20 2009-12-11  Atsushi Enomoto  <atsushi@ximian.com>
21
22         * RoutingSection.cs : sorted out most of the configuration stuff.
23         * FilterElementCollection.cs : added missing indexer.
24
25 2009-12-10  Atsushi Enomoto  <atsushi@ximian.com>
26
27         * BackupEndpointCollection.cs
28           BackupEndpointElement.cs
29           BackupListCollection.cs
30           FilterElement.cs
31           FilterElementCollection.cs
32           FilterTableCollection.cs
33           FilterTableEntryCollection.cs
34           FilterTableEntryElement.cs
35           FilterType.cs
36           NamespaceElement.cs
37           NamespaceElementCollection.cs
38           RoutingExtensionElement.cs
39           RoutingSection.cs
40           SoapProcessingExtensionElement.cs : initial checkin.