2004-07-14 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / mcs / class / corlib / ChangeLog
1 2004-07-14  Sebastien Pouliot  <sebastien@ximian.com>
2
3         * corlib.dll.sources: Added new files for NET_2_0 profile: 
4                 System.Security/HostProtectionException.cs
5                 System.Security/HostSecurityManager.cs
6                 System.Security/HostSecurityManagerFlags.cs
7                 System.Security/SecurityContext.cs
8                 System.Security/SecurityContextSwitcher.cs
9                 System.Security.Permissions/HostProtectionResource.cs
10                 System.Threading/AsyncFlowControl.cs
11                 System.Threading/CompressedStackSwitcher.cs
12                 System.Threading/ContextCallback.cs
13
14 2004-07-13  Sebastien Pouliot  <sebastien@ximian.com>
15
16         * corlib.dll.sources: Added new files for NET_2_0 profile: 
17                 System/ActivationContext.cs
18                 System/ApplicationIdentity.cs
19                 System/IApplicationDescription.cs
20                 System/IHostContext.cs
21                 System.Security.Policy/ApplicationDefaultCodeGroup.cs 
22                 System.Security.Policy/ApplicationInstallScope.cs 
23                 System.Security.Policy.Security.Policy/ApplicationTrust.cs 
24                 System.Security.Policy/ApplicationVersionMatch.cs 
25                 System.Security.Policy/CodeConnectAccess.cs 
26                 System.Security.Policy/CodeGroupGrantScope.cs 
27                 System.Security.Policy/IApplicationTrustManager.cs 
28                 System.Security.Policy/ITrustLicenseIssuerCollection.cs 
29                 System.Security.Policy/ITrustManager.cs 
30                 System.Security.Policy/ITrustManagerConfig.cs 
31                 System.Security.Policy/PromptingLevel.cs 
32                 System.Security.Policy/ProvideAssemblyEvidenceEventArgs.cs 
33                 System.Security.Policy/TrustLicenseIssuer.cs 
34                 System.Security.Policy/TrustManagerContext.cs
35                 System.Security.Policy/TrustManagerUIContext.cs 
36                 System.Security.Policy/TrustManagerZoneConfig.cs 
37
38 2004-07-10  Lluis Sanchez Gual <lluis@ximian.com>
39
40         * corlib.dll.sources: Added System.Threading.SendOrPostCallback.cs.
41
42 2004-07-07  Sebastien Pouliot  <sebastien@ximian.com>
43
44         * corlib.dll.sources: Added new files for NET_2_0: 
45                 System.Runtime.InteropServices/_Exception.cs
46                 System.Security.Cryptography/RijndaelManagedTransform.cs
47                 System.Security.Cryptography/RIPEMD160.cs
48                 System.Security.Cryptography/RIPEMD160Managed.cs
49                 System.Security.AccessControl/AccessControlActions.cs
50                 System.Security.Cryptography.X509Certificates/X509ContentType.cs
51                 System.Security.Cryptography.X509Certificates/X509KeyStorageFlags.cs
52         * corlib.dll.sources: Added new tests for CipherMode and 
53         CspProviderFlags.
54
55 2004-07-02  Raja R Harinath  <rharinath@novell.com>
56
57         * Makefile (LIBRARY_USE_INTERMEDIATE_FILE): Define.
58
59 2004-07-02  Raja R Harinath  <rharinath@novell.com>     
60
61         * Makefile ($(net20bootstrap_makefrag)): Build from net_2_0
62         profile response file.
63         (gmcs): Style update.
64
65 2004-06-14  Raja R Harinath  <rharinath@novell.com>
66
67         * Makefile (net20bootstrap_response): Remove.  This shouldn't
68         differ from $(response).
69         (post_process): Remove, now that PLATFORM_CHANGE_SEPARATOR_CMD is
70         unconditional.
71         ($(cmp_response),$(res_response)): Update.
72
73 2004-06-11  Raja R Harinath  <rharinath@novell.com>
74
75         * Makefile (TEST_COMPILE): Use internal mcs to compile the
76         platform testsuite too.
77
78 2004-06-11  Gert Driesen <drieseng@users.sourceforge.net>
79
80         * corlib_test.dll.sources: added EnumBuilderTest and 
81         FieldBuilderTest to the build
82
83 2004-06-11  Raja R Harinath  <rharinath@novell.com>
84
85         * corlib_plattest.dll.excludes: Remove contents.  Any file listed
86         here has also to be listed in corlib_test.dll.sources.
87
88         * Makefile: Rewrite to use library.make.  Do away with stampfiles.
89
90 2004-06-04  Atsushi Enomoto  <atsushi@ximian.com>
91
92         * Makefile : fixed incorrectly unified corlib-plattest in the
93           previous fix.
94
95 2004-06-03  Atsushi Enomoto  <atsushi@ximian.com>
96
97         * Makefile : added run-test-ondotnet support.
98
99 2004-05-30  Martin Baulig  <martin@ximian.com>
100
101         * Makefile (net_2_0_dir): New variable; also use the correct
102         directory here.
103
104 2004-05-29  Gert Driesen  (drieseng@users.sourceforge.net)
105
106         * corlib.dll.sources: added SetWin32ContextInIDispatchAttribute
107         and VariantWrapper
108
109 2004-05-25  Sebastien Pouliot  <sebastien@ximian.com>
110
111         * Makefile: changed case on nunit.framework.dll (lowercase)
112
113 2004-05-22  Todd Berman  <tberman@sevenl.net>
114
115         * corlib.dll.sources: added Mono/Runtime.cs
116         * Mono: added Mono directory back
117         * Mono/Runtime.cs: add back Runtime.cs, marked as internal, gnome#
118         needs it.
119
120 2004-05-22  Sebastien Pouliot  <sebastien@ximian.com>
121
122         * corlib_test.dll.sources: Added IntPtrTest and UIntPtrTest to the 
123         build.
124
125 2004-05-21  Sebastien Pouliot  <sebastien@ximian.com>
126
127         * corlib_test.dll.sources: Added SingleTest to the build.
128
129 2005-05-18  Gert Driesen (drieseng@users.sourceforge.net)
130
131         * corlib_test.dll.sources: added PropertyInfoTest
132
133 2004-05-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
134
135         * corlib.dll.sources: removed obsolete Mono/Runtime.cs
136         * corlib_test.dll.sources: added BinderTests
137         * Mono: removed obsolete directory.
138         * Mono/ChangeLog: Removed file.
139         * Mono/Runtime.cs: Removed file.
140
141 2004-05-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
142
143         * Makefile: install-local is verbose now.
144
145 2004-05-14  Sebastien Pouliot  <sebastien@ximian.com>
146
147         * corlib.dll.sources: Added System/__ComObject.cs to the build.
148
149 2004-05-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
150
151         * corlib_test.dll.sources: added BinderTests.cs
152
153 2004-05-12  Zoltan Varga  <vargaz@freemail.hu>
154
155         * corlib.dll.sources: Added System.Threading/CompressedStack.cs
156
157 2004-05-11  Jackson Harper  <jackson@ximian.com>
158
159         * Makefile: Use snazzy new PLATFORM_PATH_SEPARATOR when setting
160         the mono path, so it works on Windows.
161         
162 2004-05-10  Raja R Harinath  <rharinath@novell.com>
163
164         * Makefile (corlib_net_2_0_bootstrap): Remove extraneous copying.
165
166 2004-05-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
167
168         * Makefile: build NUnit if the dll is not found when running
169         'make test'. Use INTERNAL_MCS to build the tests as csc fails miserably
170         to compile them.
171
172 2004-05-07  Raja R Harinath  <rharinath@novell.com>
173
174         * Makefile (corlib_net_2_0_bootstrap): Copy System.dll and
175         System.Xml.dll from 'default' profile build.
176         ($(gmcs)): Always go to 'gmcs' directory.
177
178 2004-05-06  Sebastien Pouliot  <sebastien@ximian.com>
179
180         * corlib_test.dll.sources: Added SymmetricAlgorithm2Test, 
181         ToBaseTransformTest, TripleDESTest unit tests to the build.
182
183 2004-05-07  Nick Drochak <ndrochak@gol.com>
184
185         * Makefile (plattest_flags): Add /unsafe.
186
187 2004-05-05  Sebastien Pouliot  <sebastien@ximian.com>
188
189         * corlib.dll.sources: Added Base64Constants to the build.
190         Added SHAConstants to the build.
191
192 2004-05-05  Zoltan Varga  <vargaz@freemail.hu>
193
194         * Makefile (test_flags): Add /unsafe.
195
196 2004-05-03 Lluis Sanches Gual  <lluis@ximian.com>
197         
198         * corlib.dll.sources: Added Assembly/Consts.cs.
199                 
200 2004-04-30  Jackson Harper  <jackson@ximian.com>
201
202         * Makefile: Add dependancies.
203         
204 2004-04-29  Jackson Harper  <jackson@ximian.com>
205
206         * Makefile: net_2_0 corlib goes to a special place.
207         
208 2004-04-28  Sebastien Pouliot  <sebastien@ximian.com>
209
210         * corlib.dll.sources: Added X509ChainStatusFlags, X509CRL, X509Store, 
211         X509StoreManager, X509Stores, BasicConstraintsExtension, 
212         KeyUsageExtension and SubjectKeyIdentifierExtension to the build.
213         Removed ITrustAnchors.cs, TestAnchors.cs and TrustAnchors from the 
214         build.
215
216 2004-04-28  Sebastien Pouliot  <sebastien@ximian.com>
217
218         * corlib_test.dll.sources: Added DESCryptoServiceProviderTest.cs.
219
220 2004-04-28  Zoltan Varga  <vargaz@freemail.hu>
221
222         * corlib.dll.sources: Added System.Reflection.Emit/MethodRental.cs.
223
224         * corlib_test.dll.sources: Added Test/System.Reflection.Emit/MethodRentalTest.cs.
225
226 2004-04-27  Zoltan Varga  <vargaz@freemail.hu>
227
228         * Makefile: Fix tests with new directory structure.
229
230 2004-04-26  Jackson Harper  <jackson@ximian.com>
231
232         * Makefile: Use profile dependant directory.
233         
234 2004-04-26  Sebastien Pouliot  <sebastien@ximian.com>
235
236         * corlib_test.dll.sources: Added DESTest.cs.
237
238 2004-04-22  Martin Baulig  <martin@ximian.com>
239
240         Use `#if NET_2_0 || BOOTSTRAP_2_0' for the generic reflection stuff.
241
242 2004-04-09  Zoltan Varga  <vargaz@freemail.hu>
243
244         * corlib_test.dll.sources: Added System.Threading/TimerTest.cs.
245
246 2004-04-08  Bernie Solomon  <bernard@ugsolutions.com>
247
248         * corlib.dll.sources: Added Mono.Security/BitConverterLE.cs
249
250 2004-04-03 Lluis Sanches Gual  <lluis@ximian.com>
251         
252         * corlib_test.dll.sources: Added System.Threading/ReaderWriterLockTest.cs.
253                 
254 2004-04-02  Sebastien Pouliot  <sebastien@ximian.com>
255
256         * corlib_test.dll.sources: Added System/EnvironmentTest.cs.
257
258 2004-03-31  Sebastien Pouliot  <sebastien@ximian.com>
259
260         * corlib.dll.sources: Added Mono.Security/StrongNameManager.cs.
261
262 2004-03-11  Martin Baulig  <martin@ximian.com>
263
264         * corlib.dll.sources: Added System.Collections.Generic/Queue.cs
265         and System.Collections.Generic.Stack.cs.
266
267 2004-03-11  Atsushi Enomoto  <atsushi@ximian.com>
268
269         * Makefile, corlib.dll.win32-excludes : 
270           now csc build includes SecurityPermissionAttribute.cs.
271
272 2004-03-09  Jackson Harper  <jackson@ximian.com>
273
274         * corlib_test.dll.sources: Add new test cases to the build.
275         
276 2004-03-03  Jackson Harper <jackson@ximian.com>
277
278         * corlib.dll.sources: Add new registry files to the build.
279         
280 2004-02-20  Jackson Harper  <jackson@ximian.com>
281
282         * corlib.dll.sources: Add LockQueue.cs to build.
283         
284 2004-02-18  Atsushi Enomoto  <atsushi@ximian.com>
285
286         * corlib_test.dll.sources : Added CharCategoryTest.cs
287
288 2004-02-17 Lluis Sanches Gual  <lluis@ximian.com>
289         
290         * corlib.dll.sources: Added 
291                 System.Runtime.Serialization.Formatter.Binary.CodeGenerator.cs
292
293 2004-02-10 Carlos Guzmán Álvarez  <carlosga@telefonica.net>
294
295     * Mono.Security.Cryptography/PKCS1.cs:
296
297         - Added little change for allow the class to be used with
298         hash implementations that doesn't have an oid like the MD5SHA1 hash.
299
300 2004-02-06  Sebastien Pouliot  <sebastien@ximian.com>
301
302         * corlib.dll.sources: Moved SymmetricTransform class from System.
303         Security.Cryptography (SymmetricAlgorithm) to Mono.Security.
304         Cryptography.
305
306 2004-02-05  Sebastien Pouliot  <sebastien@ximian.com>
307
308         * corlib.dll.sources: Added KeyPairPersistance class, in Mono.
309         Security.Cryptography namespace, to the build.
310         * corlib_test.dll.sources: Added AppDomain unit tests in System.
311         Some tests are currently ignored because they produce lots of GC
312         Warning failures but they seems to work (nunit finishes).
313
314 2004-01-14  Sebastien Pouliot  <spouliot@videotron.ca>
315
316         * corlib_test.dll.sources: Added Url and UrlMembershipCondition unit 
317         tests in System.Security.Policy namespace.
318
319 2004-01-06  Sebastien Pouliot  <spouliot@videotron.ca>
320
321         * corlib_test.dll.sources: Added SecurityException unit tests in
322         System.Security namespace.
323
324 2004-01-05  Sebastien Pouliot  <spouliot@videotron.ca>
325
326         * corlib_test.dll.sources: Added CodeAccessPermission unit tests in
327         System.Security namespace. Added CodeGroup related and PolicyLevel
328         unit tests to System.Security.Policy.
329
330 2004-01-05  Zoltan Varga  <vargaz@freemail.hu>
331
332         * corlib.dll.sources: Added System.Resources.Win32Resources.cs.
333
334 2004-01-03  Sebastien Pouliot  <spouliot@videotron.ca>
335
336         * corlib_test.dll.sources: Added SecurityManager unit tests in
337         in System.Security namespace.
338
339 2004-01-03  Sebastien Pouliot  <spouliot@videotron.ca>
340
341         * corlib.dll.sources: Added SiteMembershipCondition to 
342         System.Security.Policy namespace.
343         * corlib_test.dll.sources: Added Site and SiteMembershipCondition
344         unit tests in System.Security.Policy namespace.
345
346 2004-01-02  Sebastien Pouliot  <spouliot@videotron.ca>
347
348         * corlib.dll.sources: Added many (long time) missing classes in the
349         System.Security.Policy namespace.
350
351 2004-01-01  Nick Drochak  <ndrochak@gol.com>
352
353         * corlib_test.dll.sources: Add PermissionRequestEvidenceTest.cs
354         * corlib.dll.sources. Add PermissionRequestEvidence.cs
355
356 2003-12-29  Sebastien Pouliot  <spouliot@videotron.ca>
357
358         * corlib_test.dll.sources: Added new unit tests to System.Security.
359         Permissions and System.Security.Principal.
360
361 2003-12-25  Sebastien Pouliot  <spouliot@videotron.ca>
362
363         * corlib.dll.sources: Added WindowsPrincipal to build.
364
365 2003-12-15  Sebastien Pouliot  <spouliot@videotron.ca>
366
367         * corlib_test.dll.sources: Added unit tests PaddingMode and X509 
368         using CryptoAPI.
369
370 2003-12-14  Pedro Martínez Juliá  <yoros@wanadoo.es>
371
372         * DateTime.cs: Be sure that the array access is not out of range
373         when looking for ArgumentOutOfRangeException in the year value.
374
375 2003-12-08  Peter Williams  <peter@newton.cx>
376
377         * Makefile: Use embedded tab instead of $(ECHO_ESCAPE).
378         Fixes build on OS X.
379
380 2003-12-04  Martin Baulig  <martin@ximian.com>
381
382         * corlib.dll.sources: Added System.Collections.Generic.
383
384 2003-11-26  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
385
386         * corlib.dll.sources: Added file:
387                 System.Runtime.InteropServices.DispatchWrapper.cs
388
389 2003-11-26  Lluis Sanchez Gual <lluis@ximian.com>
390
391         * corlib.dll.sources: Added 
392                 System.Runtime.Remoting.Services/EnterpriseServicesHelper.cs
393         * corlib_test.dll.sources: Added System.Runtime.Remoting/SoapServicesTest.cs
394
395 2003-11-24  Zoltan Varga  <vargaz@freemail.hu>
396
397         * corlib.dll.sources: Add System.Reflection.Emit/DynamicMethod.cs.
398
399 2003-11-19  Lluis Sanchez Gual <lluis@ximian.com>
400
401         * corlib_test.dll.sources: Added some test files:
402                 System.Runtime.Remoting/ContextTest.cs
403                 System.Runtime.Remoting/SynchronizationAttributeTest.cs
404
405 2003-11-18  Lluis Sanchez Gual <lluis@ximian.com>
406
407         * corlib.dll.sources: Added some files:
408                 System.Runtime.Remoting.Contexts/IContextPropertyActivator.cs
409                 System.Runtime.Remoting.Contexts/SynchronizationAttribute.cs
410                 System.Runtime.Remoting.Messaging/ISerializationRootObject.cs
411
412 2003-11-18  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
413
414         * corlib.dll.sources: Added already existing, but not added delegate
415                 Added various classes in System.InteropServices
416
417 2003-11-18  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
418
419         * corlib.dll.sources: Added some files:
420                 System.Runtime.Serialization.Formatter.cs
421                 System.Runtime.Serialization.Formatters/InternalRM.cs
422                 System.Runtime.Serialization.Formatters/InternalST.cs
423                 System.Runtime.Serialization.Formatters/TypeFilterLevel.cs
424
425 2003-11-17  Lluis Sanchez Gual <lluis@ximian.com>
426
427         * corlib.dll.sources: Added some files:
428                 System.Runtime.Remoting.Channels/AggregateDictionary.cs
429                 System.Runtime.Remoting.Metadata.W3cXsd2001/SoapHelper.cs
430         
431 2003-11-16  Lluis Sanchez Gual <lluis@ximian.com>
432
433         * corlib.dll.sources: Add System.Runtime.Remoting/InternalRemotingServices.cs
434         
435 2003-11-15  Zoltan Varga  <vargaz@freemail.hu>
436
437         * corlib.dll.sources: Add System.Runtime.CompilerServices/IsVolatile.cs.
438
439 2003-11-12 Jackson Harper <jackson@ximian.com>
440
441         * Makefile: corlib is now named mscorlib.
442
443 2003-11-09  Sebastien Pouliot  <spouliot@videotron.ca>
444
445         * corlib.dll.sources: Added new 1.2 classes for System.Security.Cryptography.
446         * corlib_test.dll.sources: Added unit tests for some HMAC (new in 1.2).
447
448 2003-10-18  Sebastien Pouliot  <spouliot@videotron.ca>
449
450         * corlib.dll.sources: Added classes StrongName to support StrongNames.
451
452 2003-10-17  Sebastien Pouliot  <spouliot@videotron.ca>
453
454         * corlib.dll.sources: Added classes CryptoConvert to support StrongNames.
455
456 2003-10-12  Sebastien Pouliot  <spouliot@videotron.ca>
457
458         * corlib.dll.sources: Added classes for Authenticode support.
459         * corlib_test.dll.sources: Added unit test for SPC certificates.
460
461 2003-09-26  Pedro Martínez Julá  <yoros@wanadoo.es>
462
463         * corlib_test.dll.sources: Remove tests that generate compile
464         errors. The tests are still there but its name is rmoved here.
465
466 2003-09-24    <cesar@ciencias.unam.mx>
467
468         * corlib.dll.sources: Added CompilerGlobalScopeAttribute.cs to the build
469
470 2003-08-20  Duncan Mak  <duncan@ximian.com>
471
472         * corlib_test.dll.sources: Added DictionaryBaseTest.cs
473
474 2003-08-19 Nick Drochak <ndrochak@gol.com>
475
476         * Makefile: Turn on debug for the corlib tests on .NET.
477
478 2003-08-06  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
479
480         * corlib.dll.sources: added quite some files
481
482 2003-08-06  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
483
484         * corlib.dll.sources: added/removed Locale.cs
485
486 2003-08-03  Sebastien Pouliot  <spouliot@videotron.ca>
487
488         * corlib.dll.sources: Added IBuiltInPermission.cs to System.Security.Permissions
489
490 2003-07-31  Sebastien Pouliot  <spouliot@videotron.ca>
491
492         * corlib_test.dll.sources: Added new CryptoStreamTest.cs
493
494 2003-07-24  Peter Williams  <peter@newton.cx>
495
496         * Makefile: Boo-yah! Add corlib_plattest.dll, which is a
497         corlib test library built against the platform corlib. This
498         lets us test our corlib tests. On a non-mono-native platform
499         (Windows) we run those tests only; on a mono-native platform, we
500         run the full corlib test suite on our own tests.
501         (clean-local): Forgot $(plattestlib).
502
503         * corlib_plattest.dll.excludes: Add this. (The result of
504         'grep Mono corlib_test.dll.sources')
505
506         * corlib_test.dll.sources: Extraneous newline was messing things
507         up.
508         
509 2003-07-23  Ravi Pratap  <ravi@ximian.com>
510
511         * Type.cs, TypeBuilder.cs, MonoType.cs: Fixes to IsArrayImpl
512         from Paolo in response to bug #45993.
513
514 2003-07-23  Lluis Sanchez Gual  <lluis@ximian.com>
515
516         * corlib_test.dll.sources: added System.Runtime.Serialization/SerializationTest.cs
517
518 2003-07-20  Peter Williams  <peter@newton.cx>
519
520         * Makefile: Add in corlib_res.dll, which we use as a basis
521         for tests on non-linux platforms. Nearly identical rules to
522         corlib_cmp: corlib - some files that cause the MS runtime to
523         barf.
524
525         * corlib_res.dll.excludes: Added.
526
527 2003-07-20  Peter Williams  <peter@newton.cx>
528
529         * Makefile: Don't use real_corlib; use $(PLATFORM_CORLIB).
530
531 2003-07-18  Peter Williams  <peter@newton.cx>
532
533         * Makefile (dist-local): The fancy shell script was neat, but
534         ultimately unnecessary and counterproductive. Alas.
535
536 2003-07-17  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
537
538         * corlib.dll.sources:
539         * unix.args: AssemblyInfo.cs added
540
541 2003-07-17  Peter Williams  <peter@newton.cx>
542
543         * Makefile ($(testlib)): Build with $(BOOT_COMPILE), not $(CSCOMPILE),
544         which sort of makes sense and is needed on Windows too.
545         ($(corlib)): same.
546         $(cmplib): Don't include the makefrag to save the Windows build and some
547         time.
548
549 2003-07-16  Peter Williams  <peter@newton.cx>
550
551         * Makefile ($(test_makefrag)): Use $(ECHO_ESCAPE) for HP/UX
552         portability fixes.
553         (all-local): Don't build $(cmplib) by default, it's not something
554         most people need, and the build is broken on Windows right now anyway.
555
556 2003-07-13  Zoltan Varga  <vargaz@freemail.hu>
557
558         * unix.args: Fix UNIX build.
559
560 2003-07-12  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
561
562         * unix.args: Added Runtime.InteropServices.ComCompatibleVersionAttribute.cs,
563         Runtime.InteropServices.TypeLibVersionAttribute.cs
564
565 2003-07-05  Sebastien Pouliot <spouliot@videotron.ca>
566
567         * unix.args: Added SecurityParser.cs to Mono.Xml
568
569 2003-06-22  Sebastien Pouliot <spouliot@videotron.ca>
570
571         * unix.args: Added FileDialogPermission.cs, IsolatedStorageFilePermission.cs,
572         PrincipalPermission.cs, PublisherIdentityPermissionAttribute.cs,
573         RegistryPermission.cs, SiteIdentityPermission.cs, UIPermission.cs,
574         UrlIdentityPermission.cs and ZoneIdentityPermission.cs.
575
576 2003-06-22  Lluis Sanchez Gual <lluis@ximian.com>
577
578         * unix.args: added System.Runtime.Remoting/SoapServices.cs
579
580 2003-06-11  Sebastien Pouliot <spouliot@videotron.ca>
581
582         * unix.args: added Mono.Security.Cryptography/DSAManaged.cs and
583         RSAManaged.cs
584
585 2003-05-29  Nick Drochak <ndrochak@gol.com>
586
587         * makefile.gnu: turn on debug since it works again.
588
589 2003-05-09  Sebastien Pouliot <spouliot@videotron.ca>
590
591         * unix.args: added System.Security/
592         AllowPartiallyTrustedCallersAttribute.cs
593
594 2003-04-05  Nick Drochak  <ndrochak@gol.com>
595
596         * makefile.gnu: revert. debugger support not installed by default in mcs
597
598 2003-04-05  Nick Drochak  <ndrochak@gol.com>
599
600         * makefile.gnu: compile with debug.
601
602 2003-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
603
604         * unix.args: added SEHException.
605
606 2003-03-25  Martin Willemoes Hansen <mwh@sysrq.dk>
607
608         * Stubed System.Runtime.Remoting.Metadata.W3cXsd2001
609         * Updated unix.args with the stubs
610
611 2003-03-21  Martin Willemoes Hansen <mwh@sysrq.dk>
612         
613         * unix.args: Added System.Runtime.Remoting.Channels/IChannelReceiverHook.cs
614
615 2003-03-21  Lluis Sanchez Gual <lluis@ideary.com>
616
617         * unix.args: Added System.Runtime.Remoting.Activation/AppDomainLevelActivator.cs
618
619 2003-03-16  Pedro Martínez Juliá  <yoros@wanadoo.es>
620
621         * unix.args: Added "System.FloatingPointFormatter.cs".
622
623 2003-03-15  Sebastien Pouliot <spouliot@videotron.ca>
624
625         * unix.args: Added Mono.Security.X509/*.cs and ASN1Convert.cs
626
627 2003-03-03  Tim Coleman <tim@timcoleman.com>
628         * unix.args: Added
629                 System.Runtime.InteropServices/HandleRef.cs
630
631 2003-03-04  Pedro Martínez Juliá  <yoros@wanadoo.es>
632
633         * unix.args: Added "DoubleFormatter.cs" and "SingleFormatter.cs"
634
635
636 2003-03-03  Lluis Sanchez Gual <lluis@ideary.com>
637
638         * unix.args: added ConstructionLevelActivator.cs, ContextLevelActivator.cs,
639                 RemoteActivationAttribute.cs, UrlAttribute.cs, ContextAttribute.cs,
640                 IContributeDynamicSink.cs, IContributeEnvoySink.cs, IContributeObjectSink.cs
641
642 2003-03-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
643
644         * unix.args: added ModuleResolveEventHandler.cs
645
646 2003-02-19  Lluis Sanchez Gual <lluis@ideary.com>
647
648         * unix.args: added 
649                 System.Runtime.Remoting/EnvoyInfo.cs
650                 System.Runtime.Remoting.Activation/ActivationServices.cs
651                 System.Runtime.Remoting.Contexts/CrossContextChannel.cs
652                 System.Runtime.Remoting.Messaging/ClientContextTerminatorSink.cs
653                 System.Runtime.Remoting.Messaging/ConstructionCall.cs
654                 System.Runtime.Remoting.Messaging/ConstructionCallDictionary.cs
655                 System.Runtime.Remoting.Messaging/ConstructionResponse.cs
656                 System.Runtime.Remoting.Messaging/EnvoyTerminatorSink.cs
657                 System.Runtime.Remoting.Messaging/IInternalMessage.cs
658
659 2003-02-08  Zoltan Varga  <vargaz@freemail.hu>
660
661         * unix.args: added MACAlgorithm and HMACAlgorithm.
662
663 2003-02-06  Sebastien Pouliot <spouliot@videotron.ca>
664
665         * unix.args: Move some class from System.Security.Cryptography
666           into Mono.* for easier reuse.
667
668 2003-02-04  Lluis Sanchez Gual <lluis@ideary.com>
669
670         * unix.args: added ServerIdentity.cs, Lease.cs, LeaseManager.cs
671
672 2003-02-03  Patrik Torstensson
673
674         * corlib.build: fixes so corlib_cmp and corlib_res builds, need to
675           check if we need the libs and if they still are correct.
676
677 2003-02-03  Patrik Torstensson
678
679         * unix.args: added CADMessages.cs
680
681 2003-01-26  Lluis Sanchez Gual <lluis@ideary.com>
682
683         * unix.args: added RemoteActivator.cs.
684
685 2003-01-26  Lluis Sanchez Gual <lluis@ideary.com>
686
687         * unix.args: added System.Runtime.Remoting.Messaging/ArgInfo.cs,
688                 System.Runtime.Remoting.Messaging/MethodCallDictionary.cs
689                 System.Runtime.Remoting.Messaging/MethodDictionary.cs
690                 System.Runtime.Remoting.Messaging/MethodReturnDictionary.cs
691
692 2003-01-24  Lluis Sanchez Gual <lluis@ideary.com>
693
694         * unix.args: added System.Runtime.Remoting/TypeInfo.cs and
695           System.Runtime.Serialization.Formatters.Binary/MessageFormatter.cs
696
697 2003-01-18  Jonathan Pryor <jonpryor@vt.edu>
698
699         * unix.args: Added IsolatedStorageFile.cs and IsolatedStorageInfo.cs in
700           System.IO.IsolatedStorage
701
702
703 2003-01-17  Lluis Sanchez Gual <lluis@ideary.com>
704         * unix.args: Added System/DelegateSerializationHolder.cs, 
705           System/UnitySerializationHolder.cs,
706           System.Runtime.Serialization/ObjectManager.cs,
707           System.Runtime.Serialization.Formatters.Binary/BinaryCommon.cs,
708       System.Runtime.Serialization.Formatters.Binary/ObjectReader.cs and
709           System.Runtime.Serialization.Formatters.Binary/ObjectWriter.cs
710
711 2003-01-05  Sebastien Pouliot <spouliot@videotron.ca>
712
713         * unix.args: added COMException.cs in System.Runtime.InteropServices
714
715 2003-01-01  Jaime Anguiano Olarra <jaime@gnome.org>
716
717         * unix.args: added System.Diagnostics.Process.cs 
718
719 2002-12-28  Duncan Mak  <duncan@ximian.com>
720
721         * unix.args (ASN1.cs): Sebastien forgot to include this file.
722
723 2002-12-27  Sebastien Pouliot <spouliot@videotron.ca>
724
725         * unix.args: added CryptoTools.cs file.
726
727 2002-12-16  Sebastien Pouliot <spouliot@videotron.ca>
728
729         * unix.args: added StrongName.cs, StrongNamePublicKeyBlob.cs 
730         and StrongNameIdentityPermission.cs files.
731
732 2002-12-15  Sebastien Pouliot <spouliot@videotron.ca>
733
734         * unix.args: added PublisherIdentityPermission.cs,
735         Publisher.cs and PublisherMembershipCondition.cs
736
737 2002-12-10  Jeroen Janssen <japj@darius.demon.nl>
738         
739         * updated .build file(s) to correctly contain required buildfile 
740           attribute for nant
741
742 2002-11-17  Sebastien Pouliot <spouliot@videotron.ca>
743
744         * unix.args: added missing files from System.Security.Cryptography
745         namespace.
746
747 2002-10-28  Gonzalo Paniagua Javier <gonzalo@gnome-db.org>
748
749         * unix.args: added missing files from System.Security.Cryptography
750         namespace.
751
752 2002-10-19  Sebastien Pouliot <spouliot@videotron.ca>
753
754         * corlib.build: Removed all excluded cryptographic source code as the
755         cyclic dependency was removed (well commented)
756
757 2002-10-11  Duncan Mak  <duncan@ximian.com>
758
759         * unix.args: Added System.Security.Cryptography.CryptoConfig.
760
761 2002-10-08  Miguel de Icaza  <miguel@ximian.com>
762
763         * Mono/Runtime.cs: New file.
764
765 2002-10-05  Andrew Birkett  <andy@nobugs.org>
766
767         * unix.args: Added System.Security.Cryptography.RC2
768
769 2002-09-12  Dick Porter  <dick@ximian.com>
770
771         * unix.args: Add System.Globalization.SortKey,
772         System.Globalization.StringInfo and
773         System.Globalizaton.TextElementEnumerator
774         
775 2002-09-12  Dick Porter  <dick@ximian.com>
776
777         * unix.args: Add System.ArgIterator and System.TypedReference
778
779         * corlib.build: Adding DecimalConstantAttribute to Decimal (which
780         corcompare showed as missing) causes a SecurityException in
781         corcompare, so exclude Decimal from the corlib_cmp build.
782
783 2002-08-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
784
785         * unix.args: added a couple of new files in System.Security.Principal.
786
787 2002-08-15  Tim Coleman <tim@timcoleman.com>
788         * unix.args: 
789                 Add System.Globalization/TextInfo.cs
790                 Add System.Runtime.Serialization/FormatterConverter.cs
791
792 2002-07-31  Rodrigo Moya <rodrigo@ximian.com>
793
794         * unix.args: added new files from System.Runtime.Remoting.Channels.
795
796 2002-07-31  Duncan Mak  <duncan@ximian.com>
797
798         * unix.args: Added interfaces and enumerations from
799         System.Runtime.Remoting.Channels. 
800
801 2002-07-31  Duncan Mak  <duncan@ximian.com>
802
803         * unix.args: Added new classes in
804         System.Runtime.Remoting.Contexts.
805         
806
807 2002-07-31  Duncan Mak  <duncan@ximian.com>
808
809         * unix.args: Added new Exceptions, Interfaces and various
810         TypeEntries from System.Runtime.Remoting.
811
812 2002-07-29  Martin Baulig  <martin@gnome.org>
813
814         * list: Removed, this isn't used anymore and people are already
815         getting confused which file to use.
816
817 2002-07-24  Duncan Mak  <duncan@ximian.com>
818
819         * unix.args: Added files from Remoting.Lifetime and
820         Remoting.Metadata.
821
822         * ChangeLog: Moved entries from System.Runtime.Remoting.Activation
823         and System.Runtime.Remoting.Proxies to their own ChangeLog.
824
825 2002-07-23  Duncan Mak  <duncan@ximian.com>
826
827         * list: 
828         * unix.args: Added new Attributes in
829         System.Runtime.CompilerServices and System.Runtime.Remoting.Messaging.
830
831 2002-07-22  Tim Coleman <tim@timcoleman.com>
832         * list:
833         * unix.args:
834                 Added System.Security.Permission/ReflectionPermission.cs and
835                 System.Security.Permission/EnvironmentPermission.cs and
836
837 2002-07-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
838
839         * list:
840         * unix.args: added IObjectHandle.cs.
841
842 2002-06-20  Martin Baulig  <martin@gnome.org>
843
844         * unix.args: New file.  This is a mcs response file to compile
845         corlib on GNU/Linux (which doesn't work yet).
846
847 2002-04-30  Daniel Stodden  <stodden@in.tum.de>
848
849         * System/Delegate.cs: Implemented Remove()
850         * System/MulticastDelegate.cs: Implementation of RemoveImpl()
851         done. Plus a fix for Equals().
852         * Test/System/MulticastDelegate.cs: Added. Should reflect above
853         changes.
854         
855 2002-04-27  Martin Baulig  <martin@gnome.org>
856
857         * corlib.build: Added new "mcs-build" target to compile corlib
858         with mcs. This doesn't work yet - it's just to test mcs to find
859         and fix the remaining bugs.
860
861 2002-03-27  Dan Lewis  <dihlewis@yahoo.co.uk>
862
863         * corlib.build: removed seperate windows/linux builds. excluded
864         wrapper and PAL classes from all builds.
865
866 2002-03-03  Nick Drochak  <ndrochak@gol.com>
867
868         * corlib.build: Exclude a bunch of interfaces from corlib_res.dll
869         that were preventing the tests from running on Windows.
870
871 2002-01-25  Mark Crichton  <crichton@gimp.org>
872
873         * System.Security.Cryptography/RijndaelManaged.cs: added
874         
875         * System.Security.Cryptography/Rijndael.cs: changed constructor
876         to set default values.  Hopefully I did it correctly.
877
878 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
879
880         * Unix/Errno.cs: Added
881
882         * Unix/Wrapper.cs: Updated to new Wrapper
883
884 2002-01-19  Nick Drochak  <ndrochak@gol.com>
885         
886         * corlib.build: exclude Delegate from corlib_cmp.
887
888 2002-01-09  Nick Drochak  <ndrochak@gol.com>
889
890         * corlib.build: Exclude Security Attribute classes that need mcs
891         magic to get them to compile.
892
893 2002-01-06  Duco Fijma <duco@lorentz.xs4all.nl>
894         * corlib.build: Removed <excludes> for System.Resources
895
896 2002-01-05  Nick Drochak  <ndrochak@gol.com>
897
898         * corlib.build: Have the clean target remove any .pdb files that
899         might be around if we compiled with debug on.
900
901 2002-01-05  Nick Drochak  <ndrochak@gol.com>
902
903         * corlib.build: Make new build of corlib_cmp.dll.  This is the same
904         as corlib.dll without Object and ValueType.  It is used by 
905         /mcs/tools/corcompare.exe to compare with mscorlib.
906
907 2002-01-03  Nick Drochak  <ndrochak@gol.com>
908
909         * corlib.build: Put the linux target at the top.  I keep changing the 
910         build for windows 'cause it's at the top.  Then when I do make, nothing
911         changes.  It seems like it always takes me half a day to remember
912         that the linux target comes second.  Old age I guess.
913
914         * .cvsignore: ignore corlib.pdb for times when it's built with debug on.
915
916 2002-01-02  Nick Drochak  <ndrochak@gol.com>
917
918         * corlib.build: Removed "exclude CodeAccessPermission.cs"
919
920 2001-12-11  Duncan Mak  <duncan@ximian.com>
921
922         * ChangeLog: Added "System.Resources" to the exclude list.
923
924 2001-12-05  Nick Drochak <ndrochak@gol.com>
925
926         * ChangeLog: Add the change log to this directory
927
928         * 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'.
929