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