bb292c019f2fbcbf90bd089bf8ea3927c5333048
[mono.git] / mcs / class / corlib / ChangeLog
1 2003-02-19  Lluis Sanchez Gual <lluis@ideary.com>
2
3         * unix.args: added 
4                 System.Runtime.Remoting/EnvoyInfo.cs\r
5                 System.Runtime.Remoting.Activation/ActivationServices.cs\r
6                 System.Runtime.Remoting.Contexts/CrossContextChannel.cs\r
7                 System.Runtime.Remoting.Messaging/ClientContextTerminatorSink.cs\r
8                 System.Runtime.Remoting.Messaging/ConstructionCall.cs\r
9                 System.Runtime.Remoting.Messaging/ConstructionCallDictionary.cs\r
10                 System.Runtime.Remoting.Messaging/ConstructionResponse.cs\r
11                 System.Runtime.Remoting.Messaging/EnvoyTerminatorSink.cs\r
12                 System.Runtime.Remoting.Messaging/IInternalMessage.cs
13
14 2003-02-08  Zoltan Varga  <vargaz@freemail.hu>
15
16         * unix.args: added MACAlgorithm and HMACAlgorithm.
17
18 2003-02-06  Sebastien Pouliot <spouliot@videotron.ca>
19
20         * unix.args: Move some class from System.Security.Cryptography
21           into Mono.* for easier reuse.
22
23 2003-02-04  Lluis Sanchez Gual <lluis@ideary.com>
24
25         * unix.args: added ServerIdentity.cs, Lease.cs, LeaseManager.cs\r
26
27 2003-02-03  Patrik Torstensson
28
29         * corlib.build: fixes so corlib_cmp and corlib_res builds, need to
30           check if we need the libs and if they still are correct.
31
32 2003-02-03  Patrik Torstensson
33
34         * unix.args: added CADMessages.cs
35
36 2003-01-26  Lluis Sanchez Gual <lluis@ideary.com>
37
38         * unix.args: added RemoteActivator.cs.\r
39
40 2003-01-26  Lluis Sanchez Gual <lluis@ideary.com>
41
42         * unix.args: added System.Runtime.Remoting.Messaging/ArgInfo.cs,\r
43                 System.Runtime.Remoting.Messaging/MethodCallDictionary.cs
44                 System.Runtime.Remoting.Messaging/MethodDictionary.cs
45                 System.Runtime.Remoting.Messaging/MethodReturnDictionary.cs
46
47 2003-01-24  Lluis Sanchez Gual <lluis@ideary.com>
48
49         * unix.args: added System.Runtime.Remoting/TypeInfo.cs and\r
50           System.Runtime.Serialization.Formatters.Binary/MessageFormatter.cs
51
52 2003-01-18  Jonathan Pryor <jonpryor@vt.edu>
53
54         * unix.args: Added IsolatedStorageFile.cs and IsolatedStorageInfo.cs in
55           System.IO.IsolatedStorage
56
57
58 2003-01-17  Lluis Sanchez Gual <lluis@ideary.com>
59         * unix.args: Added System/DelegateSerializationHolder.cs, \r
60           System/UnitySerializationHolder.cs,\r
61           System.Runtime.Serialization/ObjectManager.cs,\r
62           System.Runtime.Serialization.Formatters.Binary/BinaryCommon.cs,\r
63       System.Runtime.Serialization.Formatters.Binary/ObjectReader.cs and\r
64           System.Runtime.Serialization.Formatters.Binary/ObjectWriter.cs
65
66 2003-01-05  Sebastien Pouliot <spouliot@videotron.ca>
67
68         * unix.args: added COMException.cs in System.Runtime.InteropServices
69
70 2003-01-01  Jaime Anguiano Olarra <jaime@gnome.org>
71
72         * unix.args: added System.Diagnostics.Process.cs 
73
74 2002-12-28  Duncan Mak  <duncan@ximian.com>
75
76         * unix.args (ASN1.cs): Sebastien forgot to include this file.
77
78 2002-12-27  Sebastien Pouliot <spouliot@videotron.ca>
79
80         * unix.args: added CryptoTools.cs file.
81
82 2002-12-16  Sebastien Pouliot <spouliot@videotron.ca>
83
84         * unix.args: added StrongName.cs, StrongNamePublicKeyBlob.cs 
85         and StrongNameIdentityPermission.cs files.
86
87 2002-12-15  Sebastien Pouliot <spouliot@videotron.ca>
88
89         * unix.args: added PublisherIdentityPermission.cs,
90         Publisher.cs and PublisherMembershipCondition.cs
91
92 2002-12-10  Jeroen Janssen <japj@darius.demon.nl>
93         
94         * updated .build file(s) to correctly contain required buildfile 
95           attribute for nant
96
97 2002-11-17  Sebastien Pouliot <spouliot@videotron.ca>
98
99         * unix.args: added missing files from System.Security.Cryptography
100         namespace.
101
102 2002-10-28  Gonzalo Paniagua Javier <gonzalo@gnome-db.org>
103
104         * unix.args: added missing files from System.Security.Cryptography
105         namespace.
106
107 2002-10-19  Sebastien Pouliot <spouliot@videotron.ca>
108
109         * corlib.build: Removed all excluded cryptographic source code as the
110         cyclic dependency was removed (well commented)
111
112 2002-10-11  Duncan Mak  <duncan@ximian.com>
113
114         * unix.args: Added System.Security.Cryptography.CryptoConfig.
115
116 2002-10-08  Miguel de Icaza  <miguel@ximian.com>
117
118         * Mono/Runtime.cs: New file.
119
120 2002-10-05  Andrew Birkett  <andy@nobugs.org>
121
122         * unix.args: Added System.Security.Cryptography.RC2
123
124 2002-09-12  Dick Porter  <dick@ximian.com>
125
126         * unix.args: Add System.Globalization.SortKey,
127         System.Globalization.StringInfo and
128         System.Globalizaton.TextElementEnumerator
129         
130 2002-09-12  Dick Porter  <dick@ximian.com>
131
132         * unix.args: Add System.ArgIterator and System.TypedReference
133
134         * corlib.build: Adding DecimalConstantAttribute to Decimal (which
135         corcompare showed as missing) causes a SecurityException in
136         corcompare, so exclude Decimal from the corlib_cmp build.
137
138 2002-08-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
139
140         * unix.args: added a couple of new files in System.Security.Principal.
141
142 2002-08-15  Tim Coleman <tim@timcoleman.com>
143         * unix.args: 
144                 Add System.Globalization/TextInfo.cs
145                 Add System.Runtime.Serialization/FormatterConverter.cs
146
147 2002-07-31  Rodrigo Moya <rodrigo@ximian.com>
148
149         * unix.args: added new files from System.Runtime.Remoting.Channels.
150
151 2002-07-31  Duncan Mak  <duncan@ximian.com>
152
153         * unix.args: Added interfaces and enumerations from
154         System.Runtime.Remoting.Channels. 
155
156 2002-07-31  Duncan Mak  <duncan@ximian.com>
157
158         * unix.args: Added new classes in
159         System.Runtime.Remoting.Contexts.
160         
161
162 2002-07-31  Duncan Mak  <duncan@ximian.com>
163
164         * unix.args: Added new Exceptions, Interfaces and various
165         TypeEntries from System.Runtime.Remoting.
166
167 2002-07-29  Martin Baulig  <martin@gnome.org>
168
169         * list: Removed, this isn't used anymore and people are already
170         getting confused which file to use.
171
172 2002-07-24  Duncan Mak  <duncan@ximian.com>
173
174         * unix.args: Added files from Remoting.Lifetime and
175         Remoting.Metadata.
176
177         * ChangeLog: Moved entries from System.Runtime.Remoting.Activation
178         and System.Runtime.Remoting.Proxies to their own ChangeLog.
179
180 2002-07-23  Duncan Mak  <duncan@ximian.com>
181
182         * list: 
183         * unix.args: Added new Attributes in
184         System.Runtime.CompilerServices and System.Runtime.Remoting.Messaging.
185
186 2002-07-22  Tim Coleman <tim@timcoleman.com>
187         * list:
188         * unix.args:
189                 Added System.Security.Permission/ReflectionPermission.cs and
190                 System.Security.Permission/EnvironmentPermission.cs and
191
192 2002-07-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
193
194         * list:
195         * unix.args: added IObjectHandle.cs.
196
197 2002-06-20  Martin Baulig  <martin@gnome.org>
198
199         * unix.args: New file.  This is a mcs response file to compile
200         corlib on GNU/Linux (which doesn't work yet).
201
202 2002-04-30  Daniel Stodden  <stodden@in.tum.de>
203
204         * System/Delegate.cs: Implemented Remove()
205         * System/MulticastDelegate.cs: Implementation of RemoveImpl()
206         done. Plus a fix for Equals().
207         * Test/System/MulticastDelegate.cs: Added. Should reflect above
208         changes.
209         
210 2002-04-27  Martin Baulig  <martin@gnome.org>
211
212         * corlib.build: Added new "mcs-build" target to compile corlib
213         with mcs. This doesn't work yet - it's just to test mcs to find
214         and fix the remaining bugs.
215
216 2002-03-27  Dan Lewis  <dihlewis@yahoo.co.uk>
217
218         * corlib.build: removed seperate windows/linux builds. excluded
219         wrapper and PAL classes from all builds.
220
221 2002-03-03  Nick Drochak  <ndrochak@gol.com>
222
223         * corlib.build: Exclude a bunch of interfaces from corlib_res.dll
224         that were preventing the tests from running on Windows.
225
226 2002-01-25  Mark Crichton  <crichton@gimp.org>
227
228         * System.Security.Cryptography/RijndaelManaged.cs: added
229         
230         * System.Security.Cryptography/Rijndael.cs: changed constructor
231         to set default values.  Hopefully I did it correctly.
232
233 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
234
235         * Unix/Errno.cs: Added
236
237         * Unix/Wrapper.cs: Updated to new Wrapper
238
239 2002-01-19  Nick Drochak  <ndrochak@gol.com>
240         
241         * corlib.build: exclude Delegate from corlib_cmp.
242
243 2002-01-09  Nick Drochak  <ndrochak@gol.com>
244
245         * corlib.build: Exclude Security Attribute classes that need mcs
246         magic to get them to compile.
247
248 2002-01-06  Duco Fijma <duco@lorentz.xs4all.nl>
249         * corlib.build: Removed <excludes> for System.Resources
250
251 2002-01-05  Nick Drochak  <ndrochak@gol.com>
252
253         * corlib.build: Have the clean target remove any .pdb files that
254         might be around if we compiled with debug on.
255
256 2002-01-05  Nick Drochak  <ndrochak@gol.com>
257
258         * corlib.build: Make new build of corlib_cmp.dll.  This is the same
259         as corlib.dll without Object and ValueType.  It is used by 
260         /mcs/tools/corcompare.exe to compare with mscorlib.
261
262 2002-01-03  Nick Drochak  <ndrochak@gol.com>
263
264         * corlib.build: Put the linux target at the top.  I keep changing the 
265         build for windows 'cause it's at the top.  Then when I do make, nothing
266         changes.  It seems like it always takes me half a day to remember
267         that the linux target comes second.  Old age I guess.
268
269         * .cvsignore: ignore corlib.pdb for times when it's built with debug on.
270
271 2002-01-02  Nick Drochak  <ndrochak@gol.com>
272
273         * corlib.build: Removed "exclude CodeAccessPermission.cs"
274
275 2001-12-11  Duncan Mak  <duncan@ximian.com>
276
277         * ChangeLog: Added "System.Resources" to the exclude list.
278
279 2001-12-05  Nick Drochak <ndrochak@gol.com>
280
281         * ChangeLog: Add the change log to this directory
282
283         * corlib.build: Add dependancy on linux target to test target. Need to have the dll before we can test it, right?  Plus is encourages other to try 'make test'.
284