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