File: ChangeLog

package info (click to toggle)
mono 1.2.2.1-1etch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 142,720 kB
  • ctags: 256,408
  • sloc: cs: 1,495,736; ansic: 249,442; sh: 18,327; xml: 12,463; makefile: 5,046; perl: 1,248; asm: 635; yacc: 285; sql: 7
file content (207 lines) | stat: -rw-r--r-- 7,138 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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
2005-11-16  Vladislav Spivak  <spivak@mainsoft.com>
	* Added net_1_1_java source includes and excludes

2005-11-05  Robert Jordan  <robertj@gmx.net>

	* System.Runtime.Remoting.dll.sources: Added Channels/IAuthorizeRemotingConnection.cs

2005-11-06  Svetlana Zholkovsky  <svetlanaz@mainsoft.com>

    * Add System.Runtime.Remoting.vmwcsproj and System.Runtime.Remoting.sln
    * AssemblyInfo.cs: only TARGET_JVM changes

2005-11-05  Robert Jordan  <robertj@gmx.net>

	* System.Runtime.Remoting.dll.sources: Removed Ipc/IpcChannelFactory.cs

2005-10-19  Robert Jordan  <robertj@gmx.net>

	* System.Runtime.Remoting.dll.sources: Added S.R.R.Channels.Ipc*
	* System.Runtime.Remoting_test.dll.sources: Added IpcCalls.cs

2005-10-16  Robert Jordan  <robertj@gmx.net>

	* Added System.Runtime.Remoting.Channels.Ipc* for NET_2_0

2005-01-14  Lluis Sanchez Gual  <lluis@novell.com>

	* System.Runtime.Remoting_test.dll.sources: Added:
		System.Runtime.Remoting.Channels/RemotingThreadPool.cs

2004-10-25  Zoltan Varga  <vargaz@freemail.hu>

	* Makefile: Add '.' to MONO_PATH during test. Fixes #68377.

2004-09-27  Lluis Sanchez Gual <lluis@novell.com>

	* System.Runtime.Remoting_test.dll.sources: Added RemotingServicesTest.cs.

2004-06-23  Lluis Sanchez Gual <lluis@ximian.com>

	* System.Runtime.Remoting_test.dll.sources: Added ActivationTests.cs.

2004-05-13  Lluis Sanchez Gual <lluis@ximian.com>

	* System.Runtime.Remoting.dll.sources: Added:
	  System.Runtime.Remoting.Channels.Http/AggregateDictionary.cs,
	  System.Runtime.Remoting.Services/RemotingClientProxy.cs,
	  System.Runtime.Remoting.Services/RemotingService.cs

2004-04-29  Lluis Sanchez Gual <lluis@ximian.com>

	* Makefile: Removed unneeded System.Web.Services dependency.

2004-03-31  Andreas Nahr <ClassDevelopment@A-SoftTech.com>

	* System.Runtime.Remoting.dll.sources: Added:
	  AssemblyInfo and Locale

2003-12-03  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

	* Makefile : added reference to System.Web.Services.dll

2003-12-03  Lluis Sanchez Gual <lluis@ximian.com>

	* System.Runtime.Remoting.dll.sources: Added:
		System.Runtime.Remoting.MetadataServices/MetaDataExporter.cs
		System.Runtime.Remoting.MetadataServices/MetaDataCodeGenerator.cs
	* Makefile: Added new assembly references.

2003-11-16  Lluis Sanchez Gual <lluis@ximian.com>

	* System.Runtime.Remoting.dll.sources: Added:
		System.Runtime.Remoting.Channels/BinaryCore.cs
		System.Runtime.Remoting.Channels/ChannelCore.cs
		System.Runtime.Remoting.Channels/SoapCore.cs

2003-11-13  Lluis Sanchez Gual <lluis@ximian.com>

	* System.Runtime.Remoting.dll.sources: Removed HttpThread.cs

2003-11-11  Lluis Sanchez Gual <lluis@ximian.com>

	* System.Runtime.Remoting_test.dll.sources: Added CrossDomainCalls.cs test file.

2003-09-14  Lluis Sanchez Gual <lluis@ximian.com>

	* TcpClientChannel.cs: Fixed constructor.
	
2003-08-22  Lluis Sanchez Gual <lluis@ximian.com>

	* System.Runtime.Remoting_test.dll.sources: Added DelegateCalls.cs test file.

2003-08-20  Lluis Sanchez Gual <lluis@ximian.com>

	* TcpConnectionPool.cs: Check if a connection is alive before reusing
	  it. Added some properties to support this.

2003-08-20  Lluis Sanchez Gual <lluis@ximian.com>

	* System.Runtime.Remoting_test.dll.sources: Added new test files.

2003-08-18  Lluis Sanchez Gual <lluis@ximian.com>

	* HttpClientChannel.cs, HttpServerChannel.cs: Fixed bug #47703

2003-07-23  Lluis Sanchez Gual <lluis@ximian.com>

	* Makefile: added dll extension to System.Runtime.Remoting reference

2003-07-23  Lluis Sanchez Gual <lluis@ximian.com>

	* System.Runtime.Remoting_test.dll.sources: Added.
	* Makefile: added test support.

2003-06-21  Lluis Sanchez Gual <lluis@ximian.com>

	* HttpChannel.cs, HttpClientChannel.cs, HttpHelper.cs, HttpServer.cs,
	  HttpServerChannel.cs, HttpThread.cs: added new implementation of the HttpChannel
	  by Ahmad Tantawy, Ahmad Kadry and Hussein Mehanna.
	* unix.args: added HttpHelper.cs,HttpServer.cs,HttpThread.cs.

2003-05-13  Lluis Sanchez Gual <lluis@ideary.com>

	* BinaryServerFormatterSink.cs: The uri of the target object is now assigned
	  to the message through the HeaderHandler delegate.

2003-04-27  Lluis Sanchez Gual <lluis@ideary.com>

	* TcpChannel.cs: The port property may not be an string. Fixed.
	* TcpServerChannel.cs: Added some fixes by Jerome Laban. Implemented
	  some channel properties.

2003-04-03  Lluis Sanchez Gual <lluis@ideary.com>

	* TcpMessageIO.cs: Changed header format to match MS.NET. Based on the patch
	  sent by Jose Luís Martín.
	* TcpClientTransportSink.cs: Improved support for OneWay messages.
	* BinaryClientFormatterSink.cs: Added Content-Type header.

2003-03-25  Martin Willemoes Hansen <mwh@sysrq.dk>
	
	* Stubed System.Runtime.Remoting.MetadataServices

2003-03-22  Martin Willemoes Hansen <mwh@sysrq.dk>

	* Stubed System.Runtime.Remoting.Channels.Http

2003-02-05  Alvaro del Castillo <acs@barrapunto.com>

	* System.Runtime.Remoting.Channels.Tcp/TcpClientTransportSink.cs:
	* System.Runtime.Remoting.Channels.Tcp/TcpMessageIO.cs:
	* System.Runtime.Remoting.Channels.Tcp/TcpServerChannel.cs:
	Change MessageType to MessageStatus so the code is
	more clear

2002-12-29  Lluis Sanchez Gual <lluis@ideary.com>

	* TcpServerChannel.cs: Changed management of listener threads.
	* TcpConnectionPool.cs: Add shutdown method.
	* TcpChannel.cs: Corrected shutdown method.

2002-12-29  Lluis Sanchez Gual <lluis@ideary.com>

	* TcpServerChannel.cs: Changed default formatter sink to BinaryFormatterSink
	* TcpMessageIO.cs: warning corrected.
	* TcpConnectionPool.cs: changed default value of MaxOpenConnections.
	* TcpClientTransportSink.cs: implemented support for one way calls.
	* TcpClientChannel.cs: Changed default formatter sink to BinaryFormatterSink.
	* TcpChannel.cs: corrected Parse method. Now can parse channel uris.
	* BinaryServerFormatterSink.cs: Implemented.
	* BinaryClientFormatterSink.cs: Implemented.
	
2002-12-29  Lluis Sanchez Gual <lluis@ideary.com>

	* CommonTransportKeys.cs: Implemented and added to CVS
	* TcpChannel.cs: Added. It is a more ore less complete implementation
	  of the tcp channel, although not yet compatible with MS TcpChannel.
	* TcpClientChannel.cs: Added
	* TcpClientTransportSink.cs: Added
	* TcpClientTransportSinkProvider.cs: Added
	* TcpConnectionPool.cs: Added
	* TcpMessageIO.cs: Added
	* TcpServerChannel.cs: Added
	* TcpServerTransportSink.cs: Added
	* SimpleWireFormat.cs: Corrected a bug in method SerializeObject
	* SimpleServerFormatterSink.cs: Some small corrections
	* SimpleClientFormatterSink.cs: Some small corrections

2002-09-03  Dietmar Maurer  <dietmar@ximian.com>

	* System.Runtime.Remoting.Channels.CORBA/CORBAChannel.cs:
	impl. the channel wrapper.

	* System.Runtime.Remoting.Channels.Simple/SimpleChannel.cs:
	impl. the channel wrapper.

	* System.Runtime.Remoting.Channels.Simple/SimpleServerChannel.cs
	(GetUrlsForUri): use all available channel uris. 

2002-08-30  Dietmar Maurer  <dietmar@ximian.com>

	* System.Runtime.Remoting.Channels.Simple/SimpleWireFormat.cs: add
	more types.

2002-08-14  Rodrigo Moya <rodrigo@ximian.com>

	* TcpChannel.cs: new classes.