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