File: ChangeLog

package info (click to toggle)
mono 2.6.7-5.1%2Bdeb6u2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze-lts
  • size: 327,392 kB
  • ctags: 413,647
  • sloc: cs: 2,472,296; xml: 1,768,594; ansic: 350,669; sh: 13,676; makefile: 8,640; perl: 1,784; asm: 717; cpp: 209; python: 146; sql: 81; sed: 16
file content (119 lines) | stat: -rw-r--r-- 3,824 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
2010-01-06  Atsushi Enomoto  <atsushi@ximian.com>

	* ChannelDispatcherTest.cs : format message correctly.

2009-12-02  Atsushi Enomoto  <atsushi@ximian.com>

	* DispatchRuntimeTest.cs :
	  I have to disable a lot of connective tests that somehow blocks
	  test runs. No idea why it started to happen though.

2009-09-17  Atsushi Enomoto  <atsushi@ximian.com>

	* ChannelDispatcherTest.cs : add a test to make sure that
	  EndpointDispatcher.ChannelDispatcher property is filled by Add().

2009-09-11  Atsushi Enomoto  <atsushi@ximian.com>

	* ChannelDispatcherTest.cs : refine AcceptChannel invocation check
	  and make it not to fail on .NET.

2009-07-02  Atsushi Enomoto  <atsushi@ximian.com>

	* ChannelDispatcherTest.cs : add singleton instance context test
	  (but disabled, for some weird conflict).

2009-06-25  Atsushi Enomoto  <atsushi@ximian.com>

	* ChannelDispatcherTest.cs : add some instance provider tests.

2009-06-23  Atsushi Enomoto  <atsushi@ximian.com>

	* ChannelDispatcherTest.cs : make sure that the port to be in use is
	  available before running the tests. Check attach state.
	* DispatchRuntimeTest.cs : make sure that it runs through all the
	  behavior tests.

2009-06-16  Atsushi Enomoto  <atsushi@ximian.com>

	* DispatchRuntimeTest.cs : add reasonable timeout and close client
	  appropriately. Objects are disposed in different ways than .NET.
	  Do not expect things automatically disposed as just time goes by.

2009-06-12  Atsushi Enomoto  <atsushi@ximian.com>

	* ChannelDispatcherTest.cs : make sure to close service host,
	  within rational TimeSpan.

2009-06-09  Atsushi Enomoto  <atsushi@ximian.com>

	* ChannelDispatcherTest.cs : add ServiceThrottle test, and comments.

2009-05-13  Atsushi Enomoto  <atsushi@ximian.com>

	* ChannelDispatcherTest.cs : make sure ctor args are nullable.

2009-04-27  Atsushi Enomoto  <atsushi@ximian.com>

	* ChannelDispatcherTest.cs : added a couple of EndpointDispatcher
	  state tests.

2009-02-24  Atsushi Enomoto  <atsushi@ximian.com>

	* ChannelDispatcherTest.cs:
	  Ignore all failing-under-dotnet tests

2009-01-21  Atsushi Enomoto  <atsushi@ximian.com>

	* DispatchRuntimeTest.cs : disable failing test.

2008-05-22  Roei Erez  <roeie@mainsoft.com>
	* fix ContractDescription.GetContract implementation
	* Refactor Request processing
	* Add support for message inspectors
	* Add support for InstanceContextProvider & InstanceProvider, including lifecycles events
	like: ReleaseServiceInstance, Open, Close...
	* Add relevant test cases.

2008-04-08  Roei Erez <roeie@mainsoft.com>
	* Add tests ChannelDispatcherTest, EndpointDispatcherTest

2008-04-06  Roei Erez <roeie@mainsoft.com>

	* EndpointDiaptcher: Added new tests (MessageFilter, ContractFilter)

2008-02-20  Atsushi Enomoto  <atsushi@ximian.com>

	* ExceptionHandlerTest.cs : disabled a test that is not in effect.

2008-02-15  Atsushi Enomoto  <atsushi@ximian.com>

	* PrefixEndpointAddressMessageFilterTest.cs : new test (not working).

2006-10-18  Ankit Jain  <jankit@novell.com>

	* EndpointAddressMessageFilterTest.cs (Match): Add more tests.

2006-10-05  Atsushi Enomoto  <atsushi@ximian.com>

	* EndpointAddressMessageFilterTest.cs : new test.
	* EndpointDispatcherTest.cs : test type of the filter as well.

2006-08-10  Duncan Mak  <duncan@novell.com>

	* ExceptionHandlerTest.cs: New test.

2006-05-29  Atsushi Enomoto  <atsushi@ximian.com>

	* InvalidBodyAccessExceptionTest.cs, DispatchOperationTest.cs :
	  fix tests for beta2. Reduced evil English-only tests.

2006-04-05  Atsushi Enomoto  <atsushi@ximian.com>

	* ContractDescriptionTest.cs : added test to make sure to return
	  ContractDescription for the contract interface, not the actual type.

2006-03-16  Atsushi Enomoto  <atsushi@ximian.com>

	* DispatchOperationTest.cs DispatchRuntimeTest.cs : new tests.