5cfa6393525a9e543845309775092b4252ad9720
[mono.git] / mcs / class / corlib / ChangeLog
1 2006-10-29  Robert Jordan  <robertj@gmx.net>
2         
3         * corlib.dll.sources: Added NET_2_0 serialization events files.
4
5 2006-10-14  Gert Driesen  <drieseng@users.sourceforge.net>
6
7         * corlib_test.dll.sources: Added BadImageFormatExceptionTest.cs.
8
9 2006-09-21  Gert Driesen  <drieseng@users.sourceforge.net>
10
11         * corlib_test.dll.sources: Added FileNotFoundExceptionTest.cs.
12
13 2006-08-20  Gert Driesen  <drieseng@users.sourceforge.net>
14
15         * corlib.dll.sources: Added RegistryValueOptions.cs.
16
17 2006-08-13  Atsushi Enomoto  <atsushi@ximian.com>
18
19         * corlib.dll.sources : added NormalizationTableUtil.cs and
20           Normalization.cs which are in Mono.Globalization.Unicode.
21
22 2006-07-31  Sebastien Pouliot  <sebastien@ximian.com> 
23
24         * corlib_test.dll.sources: Added unit tests for HMACSHA384 and
25         HMACSHA512 to the build.
26
27 2006-07-15  Jonathan Chambers  <joncham@gmail.com>
28
29         * corlib.dll.sources: Added Mono.Interop/ComInteropProxy.cs
30         
31 2006-07-09  Gert Driesen  <drieseng@users.sourceforge.net>
32
33         * corlib_test.dll.sources: Added DynamicMethodTest.cs from
34         Test/System.Reflection.Emit.
35
36 2006-07-06  Dick Porter  <dick@ximian.com>
37
38         * corlib.dll.sources: Added
39           System.Security.AccessControl/AccessControlModification.cs
40           System.Security.AccessControl/AccessControlType.cs
41           System.Security.AccessControl/AccessRule.cs
42           System.Security.AccessControl/AceEnumerator.cs
43           System.Security.AccessControl/AceFlags.cs
44           System.Security.AccessControl/AceQualifier.cs
45           System.Security.AccessControl/AceType.cs
46           System.Security.AccessControl/AuditFlags.cs
47           System.Security.AccessControl/AuditRule.cs
48           System.Security.AccessControl/AuthorizationRule.cs
49           System.Security.AccessControl/AuthorizationRuleCollection.cs
50           System.Security.AccessControl/CommonAce.cs
51           System.Security.AccessControl/CommonAcl.cs
52           System.Security.AccessControl/CommonSecurityDescriptor.cs
53           System.Security.AccessControl/CompoundAce.cs
54           System.Security.AccessControl/CompoundAceType.cs
55           System.Security.AccessControl/ControlFlags.cs
56           System.Security.AccessControl/CryptoKeyAccessRule.cs
57           System.Security.AccessControl/CryptoKeyAuditRule.cs
58           System.Security.AccessControl/CryptoKeyRights.cs
59           System.Security.AccessControl/CustomAce.cs
60           System.Security.AccessControl/DirectoryObjectSecurity.cs
61           System.Security.AccessControl/DiscretionaryAcl.cs
62           System.Security.AccessControl/EventWaitHandleAccessRule.cs
63           System.Security.AccessControl/EventWaitHandleAuditRule.cs
64           System.Security.AccessControl/FileSecurity.cs
65           System.Security.AccessControl/FileSystemAccessRule.cs
66           System.Security.AccessControl/FileSystemAuditRule.cs
67           System.Security.AccessControl/FileSystemRights.cs
68           System.Security.AccessControl/FileSystemSecurity.cs
69           System.Security.AccessControl/GenericAce.cs
70           System.Security.AccessControl/GenericAcl.cs
71           System.Security.AccessControl/GenericSecurityDescriptor.cs
72           System.Security.AccessControl/InheritanceFlags.cs
73           System.Security.AccessControl/KnownAce.cs
74           System.Security.AccessControl/MutexAccessRule.cs
75           System.Security.AccessControl/MutexAuditRule.cs
76           System.Security.AccessControl/ObjectAccessRule.cs
77           System.Security.AccessControl/ObjectAce.cs
78           System.Security.AccessControl/ObjectAceFlags.cs
79           System.Security.AccessControl/ObjectAuditRule.cs
80           System.Security.AccessControl/PrivilegeNotHeldException.cs
81           System.Security.AccessControl/PropagationFlags.cs
82           System.Security.AccessControl/QualifiedAce.cs
83           System.Security.AccessControl/RawAcl.cs
84           System.Security.AccessControl/RawSecurityDescriptor.cs
85           System.Security.AccessControl/RegistryAccessRule.cs
86           System.Security.AccessControl/RegistryAuditRule.cs
87           System.Security.AccessControl/RegistryRights.cs
88           System.Security.AccessControl/RegistrySecurity.cs
89           System.Security.AccessControl/ResourceType.cs
90           System.Security.AccessControl/SecurityInfos.cs
91           System.Security.AccessControl/SystemAcl.cs
92
93 2006-07-03  Kornél Pál  <kornelpal@gmail.com>
94
95         * corlib.dll.sources: Added
96           System.Globalization/CodePageDataItem.cs
97           System.Text/CodePageEncoding.cs
98           System.Text/MLangCodePageEncoding.cs
99           System.Text/SurrogateEncoder.cs
100
101 2006-06-5  Jonathan Chambers  <jonathan.chambers@ansys.com>
102
103         * corlib_test.dll.sources : added Variant.cs.
104
105 2006-05-31  Zoltan Varga  <vargaz@gmail.com>
106
107         * corlib.dll.sources: Removed System/MonoDummy.cs.
108         
109         * corlib.dll.sources: Add System/MonoAsyncCall.cs.
110
111 2006-05-25  Atsushi Enomoto  <atsushi@ximian.com>
112
113         * corlib_test.dll.sources : added EncodingInfoTest.cs.
114
115 2006-04-21  Zoltan Varga  <vargaz@gmail.com>
116
117         * corlib.dll.sources: Add System.IO/FileOptions.cs.
118
119 2006-03-30  Atsushi Enomoto  <atsushi@ximian.com>
120
121         * corlib_test.dll.sources: added EncoderTest.cs and DecoderTest.cs.
122
123 2006-02-26  Gert Driesen  <drieseng@users.sourceforge.net>
124
125         * corlib.dll.sources: Removed DecimalFormatter.cs.
126
127 2006-02-14  Ankit Jain  <jankit@novell.com>
128
129         * corlib_test.dll.sources: Add ArraySegmentTest.cs
130
131 2006-01-26  Zoltan Varga  <vargaz@gmail.com>
132
133         * corlib.dll.sources: Add DebuggerNonUserCodeAttribute.cs and 
134         SuppressMessageAttribute.cs.
135
136 2006-01-19  Raja R Harinath  <rharinath@novell.com>
137
138         * Makefile: Simplify.  Remove support for corlib_plattest and reslib.
139         * corlib_plattest.dll.excludes, corlib_res.dll.excludes: remove.
140
141 2006-01-18  Atsushi Enomoto  <atsushi@ximian.com>
142
143         * Makefile : corlib_plattest dll is now profile-aware.
144
145 2006-01-13  Robert Jordan  <robertj@gmx.net>
146
147         * corlib.dll.sources: Added System.Resources/ResourceManagerTest.cs
148
149 2006-01-05  Kornél Pál  <kornelpal@hotmail.com>
150
151         * corlib.dll.sources: Added DriveNotFoundException.cs in System.IO.
152
153 2005-12-23  Dick Porter  <dick@ximian.com>
154
155         * corlib.dll.sources: Added System.Security.AccessControl.MutexRights
156
157 2005-12-17  Dick Porter  <dick@ximian.com>
158
159         * corlib.dll.sources: Added in System.Security.AccessControl:
160         CommonObjectSecurity.cs, EventWaitHandleRights.cs,
161         EventWaitHandleSecurity.cs, ObjectSecurity.cs, MutexSecurity.cs,
162         NativeObjectSecurity.cs.  Added in System.Threading:
163         AbandonedMutexException.cs, EventResetMode.cs, EventWaitHandle.cs,
164         ThreadStartException.cs
165
166 2005-12-15  Gert Driesen  <drieseng@users.sourceforge.net>
167
168         * corlib_test.dll.sources: Added ObjectManagerTest.cs in
169         System.Runtime.Serialization.
170
171 2005-12-07  Zoltan Varga  <vargaz@gmail.com>
172
173         * corlib.dll.sources: Remove obsolete System.Runtime.InteropServices/NewConstraintAttribute.cs.
174
175 2005-12-02  Robert Jordan  <robertj@gmx.net>
176
177         * corlib_test.dll.sources: Added System.Reflection/ReflectedTypeTest.cs.
178
179 2005-11-28  Atsushi Enomoto  <atsushi@ximian.com>
180
181         * corlib.dll.sources: added EncodingInfo.cs.
182
183 2005-11-28  Atsushi Enomoto  <atsushi@ximian.com>
184
185         * corlib.dll.sources: added UTF32Encoding.cs.
186
187 2005-11-17  Zoltan Varga  <vargaz@gmail.com>
188
189         * corlib.dll.sources: Add System.Runtime.InteropServices.DefaultParameterValueAttribute.cs.
190
191 2005-11-15  Atsushi Enomoto  <atsushi@ximian.com>
192
193         * corlib_test.dll.sources:
194           Added EncoderReplacementFallbackBudderTest.cs.
195
196 2005-11-15  Atsushi Enomoto  <atsushi@ximian.com>
197
198         * corlib_test.dll.sources:
199           Added DecoderReplacementFallbackBudderTest.cs.
200
201 2005-11-15  Zoltan Varga  <vargaz@gmail.com>
202
203         * corlib.dll.sources: Readd NewConstraintAttribute.cs as gmcs depends on it.
204         
205         * corlib.dll.sources: Remove obsolete net 2.0 classes.
206
207 2005-11-15  Atsushi Enomoto  <atsushi@ximian.com>
208
209         * corlib_test.dll.sources: added new tests for
210           DecoderReplacementFallback and EncoderReplacementFallback.
211
212 2005-11-15  Atsushi Enomoto  <atsushi@ximian.com>
213
214         * corlib.dll.sources: Encoder support types in System.Text as well.
215
216 2005-11-14  Atsushi Enomoto  <atsushi@ximian.com>
217
218         * corlib.dll.sources: added new .NET 2.0 Decoder support types in
219           System.Text.
220
221 2005-11-06  Zoltan Varga  <vargaz@freemail.hu>
222
223         * corlib.dll.sources: Add System.IO/SearchOption.cs.
224
225 2005-11-05  Robert Jordan  <robertj@gmx.net>
226
227         * corlib.dll.sources: Added System.Runtime.Remoting.Channels/ISecurableChannel.cs
228
229 2005-10-26  Zoltan Varga  <vargaz@gmail.com>
230
231         * corlib.dll.sources: Add System.Runtime.InteropServices/IsCopyConstructed.cs.
232
233         * corlib.dll.sources: Add/Remove some net 2.0 classes in System.Runtime.CompilerServices.
234
235 2005-10-25  Atsushi Enomoto  <atsushi@ximian.com>
236
237         * corlib_test.dll.sources : added System.Collections.ObjectModel/KeyedCollectionTest.cs.
238
239 2005-10-07  Zoltan Varga  <vargaz@gmail.com>
240
241         * corlib.dll.sources: Add System.Runtime.CompilerServices/{RuntimeCompatibilityAttribute.cs, RuntimeWrappedException.cs}.
242
243         * corlib_test.dll.sources: Add System/DelegateTest.cs
244
245 2005-08-13  Zoltan Varga  <vargaz@freemail.hu>
246
247         * Makefile (EXTRA_DISTFILES): Add resource files. Fixes #75794.
248
249 2005-08-10  Zoltan Varga  <vargaz@freemail.hu>
250
251         * corlib.dll.sources: Add System.Runtime.InteropServices/SafeHandle.cs
252         and Microsoft.Win32.SafeHandles/SafeHandleZeroOrMinusOneIsInvalid.cs.
253
254 2005-08-09  Zoltan Varga  <vargaz@freemail.hu>
255
256         * corlib.dll.sources: Add System.Runtime.CompilerServices/SpecialNameAttribute.cs.
257
258 2005-08-08  Atsushi Enomoto  <atsushi@ximian.com>
259
260         * corlib.dll.sources : added managed collation classes
261         * Makefile : added resources to build.
262         * resources : new directory for collation table resources.
263
264 2005-08-06  Gert Driesen  <drieseng@users.sourceforge.net>
265
266         * corlib.dll.sources: Added System.Runtime.InteropServices/
267         TypeLibImportClassAttribute.cs.
268
269 2005-07-26  Zoltan Varga  <vargaz@freemail.hu>
270
271         * corlib.dll.sources: Add System/StringSplitOptions.cs and System/MidpointRounding.cs.
272
273 2005-07-26  Raja R Harinath  <rharinath@novell.com>
274
275         * Makefile: Minor re-org for better readability.  Remove an
276         outdated comment.
277
278 2005-07-26  Marek Safar  <marek.safar@seznam.cz>
279
280         * corlib.dll.sources: Added System.StringComparer.cs.
281
282 2005-07-25  Marek Safar  <marek.safar@seznam.cz>
283
284         * Makefile: `if' for 2.0 warnings only.
285
286 2005-07-11  Marek Safar  <marek.safar@seznam.cz>
287
288         * Makefile: Disable warning 414.
289
290 2005-06-29  Ben Maurer  <bmaurer@ximian.com>
291
292         * Makefile (TEST_MCS_FLAGS): Remove bad dep on S.Data.
293
294 2005-06-23  Sebastien Pouliot  <sebastien@ximian.com> 
295
296         * corlib.dll.sources: Added System.Security.Policy.MonoTrustManager to
297         the build (for 2.0).
298         * corlib_test.dll.sources: Added unit tests (normal and CAS) for 
299         System.Security.Policy.ApplicationSecurityManager.
300
301 2005-06-22  Sebastien Pouliot  <sebastien@ximian.com> 
302
303         * corlib_test.dll.sources: Added CAS unit tests for System.Security.
304         SecurityManager and CodeAccessPermission to the build.
305
306 2005-06-21  David Waite  <mass@akuma.org>
307
308         * corlib_test.dll.sources: Added System.Collections.ObjectModel.Collection test
309
310 2005-06-19  Zoltan Varga  <vargaz@freemail.hu>
311
312         * corlib.dll.sources: Add System.Collections.ObjectModel classes.
313
314         * System.Collections.ObjectModel: New directory.
315
316 2005-06-12  David Waite  <dwaite@gmail.com>
317
318         * corlib.dll.sources: Add the non-generic IEqualityComparer interface
319
320 2005-06-15  Martin Baulig  <martin@ximian.com>
321
322         * System/GenericParameterAttributes.cs: Move to System.Reflection;
323         thanks to Kamil Skalski <nazgul@nemerle.org> for pointing this out.
324
325 2005-06-10  Sebastien Pouliot  <sebastien@ximian.com> 
326
327         * corlib_test.dll.sources: Added unit tests for System.Security.
328         Policy.StrongNameMembershipCondition.
329
330 2005-06-07  Sebastien Pouliot  <sebastien@ximian.com> 
331
332         * corlib_test.dll.sources: Added unit tests (normal and CAS) for 
333         System.Runtime.InteropServices.RuntimeEnvironment.
334
335 2005-06-06  Zoltan Varga  <vargaz@freemail.hu>
336
337         * corlib.dll.sources: Some System.Reflection classes got renamed in net 2.0
338         beta 2.
339
340 2005-06-04  Ben Maurer  <bmaurer@ximian.com>
341
342         * corlib.dll.sources: IEqualityComparer, etc
343         
344         * corlib.dll.sources: IEquatable
345
346         * */*.cs: .NET 2.0 fixups
347
348 2005-05-30  Sebastien Pouliot  <sebastien@ximian.com> 
349
350         * corlib_test.dll.sources: Added (re-added?) the System.Activator unit
351         tests.
352
353 2005-05-28  Sebastien Pouliot  <sebastien@ximian.com> 
354  
355         * corlib.dll.sources: Added System.Runtime.Hosting namespace with 
356         ActivationArguments and ApplicationActivator classes. Removed 
357         ApplicationActivator from System namespace.
358
359 2005-05-27  Sebastien Pouliot  <sebastien@ximian.com> 
360  
361         * corlib.dll.sources: Added internal System.Security.PermissionBuilder
362         class to the build.
363         * corlib_test.dll.sources: Added CAS unit tests for System.Security.
364         PermissionSet class.
365
366 2005-05-26  Sebastien Pouliot  <sebastien@ximian.com> 
367  
368         * corlib.dll.sources: Removed the *Switcher structures from the build
369         (NET_2_0) as they aren't part of the public API (beta2) anymore.
370                 - System.Threading/CompressedStackSwitcher.cs
371                 - System.Threading/ExecutionContextSwitcher.cs
372                 - System.Threading/HostExecutionContextSwitcher.cs
373                  -System.Threading/SynchronizationContextSwitcher.cs
374         Added System.Security.Policy/DefaultPolicies.cs
375
376 2005-05-25  Zoltan Varga  <vargaz@freemail.hu>
377
378         * corlib_test.dll.sources: Add System.Reflection.TypeDelegatorTest.
379
380 2005-05-22  Sebastien Pouliot  <sebastien@ximian.com>
381
382         * corlib.dll.sources: Renamed CER to Cer to match 2.0 beta2.
383
384 2005-05-18  Sebastien Pouliot  <sebastien@ximian.com>
385
386         * corlib_test.dll.sources: Added new CAS tests for System.IO.Stream.
387
388 2005-05-15  Andreas Nahr  <ClassDevelopment@A-SoftTech.com>
389
390         * corlib.dll.sources: added various files for System.Runtime.InteropServices
391
392 2005-05-13  Atsushi Enomoto  <atsushi@ximian.com>
393
394         * corlib_test.dll.sources,
395           corlib.dll.sources: generic Queue.cs and Stack.cs are now in System.
396
397 2005-05-12  Atsushi Enomoto  <atsushi@ximian.com>
398
399         * corlib.dll.sources: replaced MiniParser.cs with SmallXmlParser.cs.
400
401 2005-05-09  Sebastien Pouliot  <sebastien@ximian.com>
402
403         * corlib.dll.sources: Removed SecurityContextSwitcher from build.
404         * corlib_test.dll.sources: Added existing CAS unit tests not yet part
405         of the build.
406
407 2005-05-09  Raja R Harinath  <rharinath@novell.com>
408
409         * Makefile (TEST_COMPILE): Set MONO_PATH.
410
411 2005-04-27  Sebastien Pouliot  <sebastien@ximian.com>
412
413         * corlib.dll.sources: Added new classes in System.Security and some
414         support classes for X509Certificate (imported from Mono.Security.dll).
415
416 2005-04-26  Sebastien Pouliot  <sebastien@ximian.com>
417
418         * corlib_test.dll.sources: Added unit tests for System.Security.Policy.
419         ApplicationTrust class.
420
421 2005-04-25  Sebastien Pouliot  <sebastien@ximian.com>
422
423         * corlib.dll.sources: Do not include "old removed 2.0" (wrt beta2) in
424         the mscorlib.dll compilation. The file should be deleted later (if 
425         they do not reappear or are required as internal).
426         * corlib_test.dll.sources: Removed unit tests for classes removed in 
427         beta2.
428
429 2005-04-16  Atsushi Enomoto  <atsushi@ximian.com>
430
431         * corlib.dll.sources : added System.Text/NormalizationForm.cs.
432
433 2005-04-02  Ben Maurer  <bmaurer@ximian.com>
434
435         * corlib_test.dll.sources: Add new test.
436
437 2005-03-24  Sebastien Pouliot  <sebastien@ximian.com>
438
439         * corlib_test.dll.sources : Added many new CAS unit tests to the build.
440
441 2005-03-23  Lluis Sanchez Gual  <lluis@ximian.com>
442
443         * corlib_test.dll.sources: Added new serialization test.
444
445 2005-03-15  Sebastien Pouliot  <sebastien@ximian.com>
446
447         * corlib_test.dll.sources : Added new CAS unit tests BadImageFormat
448         Exception, IsolatedStorageFile and IsolatedStorageFileStream.
449
450 2005-03-23  Kazuki Oikawa  <kazuki@panicode.com>
451
452         * corlib.dll.sources: Added _ConstructorInfo, _EventInfo,
453         _FieldInfo, _MemberInfo, _MethodBase, _MethodInfo, _PropertyInfo,
454         _Type, BStrWrapper, ComDefaultInterfaceAttribute, ComObjectInUseException,
455         CriticalHandle, DefaultCharSetAttribute, ExposeAsClassToComAttribute,
456         RegistrationClassContext, RegistrationConnectionType
457
458 2005-03-02  Chris Toshok  <toshok@ximian.com>
459
460         * corlib.dll.sources: add DebuggerBrowsableState,
461         DebuggerBrowsableAttribute, DebuggerDisplayAttribute, and
462         DebuggerTypeProxyAttribute.
463
464 2005-02-26  Kazuki Oikawa  <kazuki@panicode.com>
465
466         * corlib.dll.sources: Removed DoubleFormatter and SingleFormatter.
467         Added System.Runtime.InteropServices.ComTypes
468
469 2005-02-24  Sebastien Pouliot  <sebastien@ximian.com>
470
471         * corlib_test.dll.sources : Added new 2.0 unit tests for X.509 
472         certificates in System.Security.Cryptography.X509Certificates/
473         X509Cert20Test.cs to the build.
474
475 2005-02-21  Michal Moskal  <malekith@pld-linux.org>
476
477         * Makefile (LIBRARY_INSTALL_DIR): Define in terms of $(libdir).
478
479 2005-02-20  Zoltan Varga  <vargaz@freemail.hu>
480
481         * corlib_test.dll.sources: Add System.Threading.InterlockedTest.cs.
482
483 2005-02-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
484
485         * corlib.dll.sources: added WindowsConsoleDriver.cs
486
487 2005-01-31  Sebastien Pouliot  <sebastien@ximian.com>
488
489         * corlib.dll.source: Added Microsoft.Win32.SafeHandles.SafeFileHandle,
490         removed IsolatedStorageInfo and added IsolatedStorageFileEnumerator to
491         the build.
492         * corlib_test.dll.sources : Added new unit tests for System.IO.
493         IsolatedStorage and new CAS (*.Cas.cs) tests to the build.
494
495 2005-01-31  Kazuki Oikawa <kazuki@panicode.com>
496
497         * Patch from Kazuki Oikawa <kazuki@panicode.com> that replaces the
498         old Integer and Floating point number string formatter with a new
499         formatter that is more compliant. 
500
501 2005-01-17  Atsushi Enomoto  <atsushi@ximian.com>
502
503         * corlib.dll.sources : added CharUnicodeInfo.cs.
504
505 2005-01-10  Sebastien Pouliot  <sebastien@ximian.com>
506
507         * corlib.dll.sources: Added System.Security.AccessControl/
508         CryptoKeySecurity.cs (2.0) to the build.
509
510 2005-01-09  Sebastien Pouliot  <sebastien@ximian.com>
511
512         * corlib_test.dll.sources : Added Test/System.Security/
513         HostSecurityManagerTest.cs and PermissionSetCollectionTest,cs
514         unit tests (2.0) to the build.
515
516 2005-01-08  Sebastien Pouliot  <sebastien@ximian.com>
517
518         * corlib.dll.sources: Added System.Security/SecurityCriticalAttribute
519         and SecurityTransparentAttribute (2.0) to the build.
520
521 2005-01-05  Sebastien Pouliot  <sebastien@ximian.com>
522
523         * corlib.dll.sources: Removed System.Security.Permissions/
524         DataProtectionPermission.cs, DataProtectionPermissionAttribute.cs and
525         DataProtectionFlags.cs as they are now part of the System.Security
526         assembly.
527         * corlib_test.dll.sources : Removed Test/System.Security.Permissions/
528         DataProtectionPermissionAttributeTest.cs for the same reason.
529
530 2004-12-27  Ben Maurer  <bmaurer@ximian.com>
531
532         * corlib_test.dll.sources: Add s.col.gen.stack test
533
534 2004-12-23  Sebastien Pouliot  <sebastien@ximian.com>
535
536         * corlib.dll.sources: Removed System.Security.Cryptography/
537         ProtectedData.cs, ProtectedMemory.cs, DataProtectionScope.cs and
538         MemoryProtectionScope.cs as they are now part of the System.Security
539         assembly.
540         * corlib_test.dll.sources : Removed Test/System.Security.Cryptography/
541         ProtectedDataTest.cs and ProtectedMemoryTest.cs for the same reason.
542
543 2004-12-20  Sebastien Pouliot  <sebastien@ximian.com>
544
545         * corlib.dll.sources: Added System.Security/SecurityFrame.cs to the build.
546
547 2004-12-06  Atsushi Enomoto  <atsushi@ximian.com>
548
549         * corlib_test.dll.sources : added TextWriterTest.cs.
550
551 2004-11-28  Zoltan Varga  <vargaz@freemail.hu>
552
553         * corlib.dll.sources: Added some missing 2.0 exception classes.
554
555 2004-11-19  Raja R Harinath  <rharinath@novell.com>
556
557         * Makefile (LIBRARY_COMPILE): Simplify.
558
559 2004-10-29  Raja R Harinath  <rharinath@novell.com>
560
561         * Makefile: Move support for building net_2_0_bootstrap libraries
562         to gmcs.
563
564 2004-10-04  Zoltan Varga  <vargaz@freemail.hu>
565
566         * corlib.dll.sources: Add more 2.0 classes under System.Runtime.InteropServices.
567
568         * corlib.dll.sources: Add new 2.0 classes under System.Runtime.InteropServices.
569
570 2004-09-29  Zoltan Varga  <vargaz@freemail.hu>
571
572         * corlib.dll.sources: Add System.Runtime.InteropServices/UnmanagedFunctionPointerAttribute.cs.
573
574 2004-09-27  Zoltan Varga  <vargaz@freemail.hu>
575
576         * corlib.dll.sources: Add more 2.0 System.Reflection classes.
577         
578         * corlib.dll.sources: Add some 2.0 System.Reflection classes.
579
580 2004-09-26  Zoltan Varga  <vargaz@freemail.hu>
581
582         * corlib_test.dll.sources: Add System.Reflection/FieldInfoTest.
583         
584         * corlib_test.dll.sources: Add System.Reflection/MethodInfoTest.
585
586 2004-09-25  Zoltan Varga  <vargaz@freemail.hu>
587
588         * corlib_test.dll.sources: Add System.Reflection/ParameterInfoTest.
589
590 2004-09-23  Zoltan Varga  <vargaz@freemail.hu>
591
592         * corlib.dll.sources: Add System.Reflection.ObfuscateAssemblyAttribute
593         and System.Reflection.ObfuscationAttribute.
594
595 2004-09-21  Raja R Harinath  <rharinath@novell.com>
596
597         * Makefile (net20bootstrapcorlib): Rename from net20bootstraplib.
598         Build 'mscorlib.dll' using the 'net_2_0_bootstrap' profile.
599         (net20bootstrapSystem): New.  Build 'System.dll' using the
600         'net_2_0_bootstrap' profile.
601         ($(gmcs)): Depend on both the above.
602         (CLEAN_FILES) [PROFILE=net_2_0]: Clean the 'net_2_0_bootstrap'
603         profile and 'gmcs' too.
604
605 2004-09-20  Gert Driesen <drieseng@users.sourceforge.net>
606
607         * corlib.dll.sources: Removed ReadOnlyCollections.cs and Collection.cs
608         from corlib System.Collections.Generics to System assembly
609
610 2004-09-19  Zoltan Varga  <vargaz@freemail.hu>
611
612         * corlib_test.dll.sources: Added System/ModuleHandleTest.
613
614         * corlib.dll.sources: Added System/ModuleHandle.
615
616 2004-09-14  Tim Coleman <tim@timcoleman.com>
617         * corlib.dll.sources: Added System.Security.Principal/TokenImpersonationLevel
618
619 2004-09-09  Tim Coleman <tim@timcoleman.com>
620         * corlib.dll.sources: Added System/Base64FormattingOptions.cs to the
621         build
622
623 2004-09-05  Marek Safar  <marek.safar@seznam.cz>
624
625         * corlib.dll.sources: 
626         Added System.Collections.Generic/Dictionary.cs to the build.
627
628 2004-09-03  Sebastien Pouliot  <sebastien@ximian.com>
629
630         * corlib_test.dll.sources: Added System.Security.Permissions/
631         RegistryPermissionTest.cs to unit tests.
632
633 2004-08-30  Sebastien Pouliot  <sebastien@ximian.com>
634
635         * corlib.dll.sources: Added Mono.Security/Uri.cs to the build.
636
637 2004-08-26  Sebastien Pouliot  <sebastien@ximian.com>
638
639         * corlib.dll.sources: Added System.Security.Policy/
640         ApplicationSecurityManager.cs, ApplicationSecurityManagerCodeGroup.cs,
641         ApplicationTrustCollection.cs and ApplicationTrustEnumerator.cs for 
642         NET_2_0 profile.
643         * corlib_test.dll.sources: Added System.Security.Policy/
644         ApplicationDirectoryTest.cs, HashMembershipConditionTest.cs,
645         HashTest.cs and IBuiltInEvidenceTest.cs to unit tests.
646
647 2004-08-25  Nick Drochak <ndrochak@ieee.com>
648
649         * Makefile : Ignore tests that hang MS.NET.
650
651 2004-08-23  Sebastien Pouliot  <sebastien@ximian.com>
652
653         * corlib.dll.sources: Added System.Security.Policy/
654         ApplicationMembershipCondition.cs, 
655         DomainApplicationMembershipCondition.cs,
656         MembershipConditionHelper.cs for NET_2_0 profile.
657         * corlib_test.dll.sources: Added System.Security.Policy/
658         AllMembershipConditionTest.cs,
659         ApplicationDirectoryMembershipConditionTest.cs,
660         ApplicationMembershipConditionTest.cs and
661         DomainApplicationMembershipConditionTest.cs to unit tests.
662
663 2004-08-23  Martin Baulig  <martin@ximian.com>
664
665         * Makefile: Add $(LIBRARY_FLAGS) to the $(net20bootstraplib)
666         compilation to get /nostdlib.
667
668 2004-08-20  Sebastien Pouliot  <sebastien@ximian.com>
669
670         * corlib_test.dll.sources: Added System.Security.Permissions/
671         SiteIdentityPermissionTest.cs and UrlIdentityPermissionTest.cs
672         to unit tests.
673
674 2004-08-19  Sebastien Pouliot  <sebastien@ximian.com>
675
676         * corlib_test.dll.sources: Added System.Security.Permissions/
677         CodeAccessSecurityAttributeTest.cs,
678         DataProtectionPermissionAttributeTest.cs (NET_2_0),
679         HostProtectionAttributeTest.cs (NET_2_0), 
680         IsolatedStoragePermissionAttributeTest.cs and
681         KeyContainerPermissionAttributeTest.cs  (NET_2_0) to unit tests.
682
683 2004-08-19  Sebastien Pouliot  <sebastien@ximian.com>
684
685         * corlib_test.dll.sources: Added SecurityPermissionTest.cs to unit 
686         tests.
687
688 2004-08-18  Sebastien Pouliot  <sebastien@ximian.com>
689
690         * corlib_test.dll.sources: Added GacIdentityPermissionTest.cs and
691         GacIdentityPermissionAttributeTest.cs to unit tests. Added 
692         IsolatedStorageFilePermissionTest.cs.
693
694 2004-08-17  Sebastien Pouliot  <sebastien@ximian.com>
695
696         * corlib_test.dll.sources: Added StrongNameIdentityPermissionTest.cs
697         to unit tests.
698
699 2004-08-17  Sebastien Pouliot  <sebastien@ximian.com>
700
701         * corlib.dll.sources: Added System.Security.Permissions/
702         DataProtectionPermission.cs, DataProtectionPermissionAttribute.cs,
703         DataProtectionPermissionFlags.cs, HostProtectionAttribute.cs,
704         HostProtectionPermission.cs, KeyContainerPermission.cs,
705         KeyContainerPermissionAccessEntry.cs, 
706         KeyContainerPermissionAccessEntryCollection.cs,
707         KeyContainerPermissionAccessEntryEnumerator.cs
708         KeyContainerPermissionAttribute.cs and KeyContainerPermissionFlags.cs
709         to NET_2_0 profile.
710         * corlib_test.dll.sources: Added System.Security.Permissions/
711         IBuiltInPermissionTest.cs and UIPermissionTest.cs unit tests.
712
713 2004-08-12  Sebastien Pouliot  <sebastien@ximian.com>
714
715         * corlib.dll.sources: Added System.Runtime.ConstrainedExecution/
716         CER.cs, Consistency.cs, PrePrepareMethodAttribute.cs and
717         ReliabilityContractAttribute.cs. Added System.Threading/
718         ParameterizedThreadStart.cs. All for NET_2_0 profile.
719
720 2004-08-09  Marek Safar  <marek.safar@seznam.cz>
721
722         * corlib.dll.sources: Added System/EnvironmentVariableTarget.cs
723         for NET_2_0.
724
725 2004-08-09  Sebastien Pouliot  <sebastien@ximian.com>
726
727         * corlib.dll.sources: Added System/ApplicationId.cs, 
728         System.Reflection/ImageFileMachine.cs and PortableExecutableKind.cs,
729         and System.Security.Policy/ApplicationSecurityInfo.cs for NET_2_0.
730         * corlib_test.dll.sources: Added System/ApplicationIdentityTest.cs and
731         ApplicationIdTest.cs unit tests for NET_2_0.
732
733 2004-08-08  Sebastien Pouliot  <sebastien@ximian.com>
734
735         * corlib.dll.sources: Added System/AppDomainInitializer.cs,
736         AppDomainManager.cs, ApplicationActivator.cs and
737         DomainManagerInitializationFlags.cs. Added System.Threading/
738         HostExecutionContext.cs, HostExecutionContextManager.cs and
739         HostExecutionContextSwitcher.cs for NET_2_0.
740
741 2004-08-04  Sebastien Pouliot  <sebastien@ximian.com>
742
743         * corlib.dll.sources: Added System.Security.Permissions/
744         GacIdentityPermission.cs and GacIdentityPermissionAttribute.cs, and
745         System.Security.Policy/Gac.cs and GacMembershipCondition.cs to NET_2_0
746         * corlib_test.dll.sources: Added /Test/System.Security.Policy/
747         GacMembershipConditionTest.cs, GacTest.cs and
748         ZoneMembershipConditionTest.cs to unit tests.
749
750 2004-08-03  Sebastien Pouliot  <sebastien@ximian.com>
751
752         * corlib.dll.sources: Added PermissionSetCollection and SecureString
753         in System.Security. Moved CriticalFinalizerObject to System.Runtime.
754         ConstrainedExecution.
755         * corlib_test.dll.sources: Added /Test/System.Security.Permissions/
756         ZoneIdentityPermissionTest.cs to unit tests.
757
758 2004-07-28  Lluis Sanchez Gual  <lluis@novell.com>
759
760         * Makefile: Use the new FRAMEWORK_VERSION variable to build the destination
761           path for mscorlib.
762
763 2004-07-27  Lluis Sanchez Gual  <lluis@novell.com>
764
765         * corlib.dll.sources: Added new files for NET_2_0 profile: 
766                 System.Threading/ExecutionContext.cs
767                 System.Threading/ExecutionContextSwitcher.cs
768                 System.Threading/SynchronizationContext.cs
769                 System.Threading/SynchronizationContextSwitcher.cs
770
771 2004-07-14  Sebastien Pouliot  <sebastien@ximian.com>
772
773         * corlib.dll.sources: Added new files for NET_2_0 profile: 
774                 System.Security/HostProtectionException.cs
775                 System.Security/HostSecurityManager.cs
776                 System.Security/HostSecurityManagerFlags.cs
777                 System.Security/SecurityContext.cs
778                 System.Security/SecurityContextSwitcher.cs
779                 System.Security.Permissions/HostProtectionResource.cs
780                 System.Threading/AsyncFlowControl.cs
781                 System.Threading/CompressedStackSwitcher.cs
782                 System.Threading/ContextCallback.cs
783
784 2004-07-13  Sebastien Pouliot  <sebastien@ximian.com>
785
786         * corlib.dll.sources: Added new files for NET_2_0 profile: 
787                 System/ActivationContext.cs
788                 System/ApplicationIdentity.cs
789                 System/IApplicationDescription.cs
790                 System/IHostContext.cs
791                 System.Security.Policy/ApplicationDefaultCodeGroup.cs 
792                 System.Security.Policy/ApplicationInstallScope.cs 
793                 System.Security.Policy.Security.Policy/ApplicationTrust.cs 
794                 System.Security.Policy/ApplicationVersionMatch.cs 
795                 System.Security.Policy/CodeConnectAccess.cs 
796                 System.Security.Policy/CodeGroupGrantScope.cs 
797                 System.Security.Policy/IApplicationTrustManager.cs 
798                 System.Security.Policy/ITrustLicenseIssuerCollection.cs 
799                 System.Security.Policy/ITrustManager.cs 
800                 System.Security.Policy/ITrustManagerConfig.cs 
801                 System.Security.Policy/PromptingLevel.cs 
802                 System.Security.Policy/ProvideAssemblyEvidenceEventArgs.cs 
803                 System.Security.Policy/TrustLicenseIssuer.cs 
804                 System.Security.Policy/TrustManagerContext.cs
805                 System.Security.Policy/TrustManagerUIContext.cs 
806                 System.Security.Policy/TrustManagerZoneConfig.cs 
807
808 2004-07-10  Lluis Sanchez Gual <lluis@ximian.com>
809
810         * corlib.dll.sources: Added System.Threading.SendOrPostCallback.cs.
811
812 2004-07-07  Sebastien Pouliot  <sebastien@ximian.com>
813
814         * corlib.dll.sources: Added new files for NET_2_0: 
815                 System.Runtime.InteropServices/_Exception.cs
816                 System.Security.Cryptography/RijndaelManagedTransform.cs
817                 System.Security.Cryptography/RIPEMD160.cs
818                 System.Security.Cryptography/RIPEMD160Managed.cs
819                 System.Security.AccessControl/AccessControlActions.cs
820                 System.Security.Cryptography.X509Certificates/X509ContentType.cs
821                 System.Security.Cryptography.X509Certificates/X509KeyStorageFlags.cs
822         * corlib.dll.sources: Added new tests for CipherMode and 
823         CspProviderFlags.
824
825 2004-07-02  Raja R Harinath  <rharinath@novell.com>
826
827         * Makefile (LIBRARY_USE_INTERMEDIATE_FILE): Define.
828
829 2004-07-02  Raja R Harinath  <rharinath@novell.com>     
830
831         * Makefile ($(net20bootstrap_makefrag)): Build from net_2_0
832         profile response file.
833         (gmcs): Style update.
834
835 2004-06-14  Raja R Harinath  <rharinath@novell.com>
836
837         * Makefile (net20bootstrap_response): Remove.  This shouldn't
838         differ from $(response).
839         (post_process): Remove, now that PLATFORM_CHANGE_SEPARATOR_CMD is
840         unconditional.
841         ($(cmp_response),$(res_response)): Update.
842
843 2004-06-11  Raja R Harinath  <rharinath@novell.com>
844
845         * Makefile (TEST_COMPILE): Use internal mcs to compile the
846         platform testsuite too.
847
848 2004-06-11  Gert Driesen <drieseng@users.sourceforge.net>
849
850         * corlib_test.dll.sources: added EnumBuilderTest and 
851         FieldBuilderTest to the build
852
853 2004-06-11  Raja R Harinath  <rharinath@novell.com>
854
855         * corlib_plattest.dll.excludes: Remove contents.  Any file listed
856         here has also to be listed in corlib_test.dll.sources.
857
858         * Makefile: Rewrite to use library.make.  Do away with stampfiles.
859
860 2004-06-04  Atsushi Enomoto  <atsushi@ximian.com>
861
862         * Makefile : fixed incorrectly unified corlib-plattest in the
863           previous fix.
864
865 2004-06-03  Atsushi Enomoto  <atsushi@ximian.com>
866
867         * Makefile : added run-test-ondotnet support.
868
869 2004-05-30  Martin Baulig  <martin@ximian.com>
870
871         * Makefile (net_2_0_dir): New variable; also use the correct
872         directory here.
873
874 2004-05-29  Gert Driesen  (drieseng@users.sourceforge.net)
875
876         * corlib.dll.sources: added SetWin32ContextInIDispatchAttribute
877         and VariantWrapper
878
879 2004-05-25  Sebastien Pouliot  <sebastien@ximian.com>
880
881         * Makefile: changed case on nunit.framework.dll (lowercase)
882
883 2004-05-22  Todd Berman  <tberman@sevenl.net>
884
885         * corlib.dll.sources: added Mono/Runtime.cs
886         * Mono: added Mono directory back
887         * Mono/Runtime.cs: add back Runtime.cs, marked as internal, gnome#
888         needs it.
889
890 2004-05-22  Sebastien Pouliot  <sebastien@ximian.com>
891
892         * corlib_test.dll.sources: Added IntPtrTest and UIntPtrTest to the 
893         build.
894
895 2004-05-21  Sebastien Pouliot  <sebastien@ximian.com>
896
897         * corlib_test.dll.sources: Added SingleTest to the build.
898
899 2005-05-18  Gert Driesen (drieseng@users.sourceforge.net)
900
901         * corlib_test.dll.sources: added PropertyInfoTest
902
903 2004-05-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
904
905         * corlib.dll.sources: removed obsolete Mono/Runtime.cs
906         * corlib_test.dll.sources: added BinderTests
907         * Mono: removed obsolete directory.
908         * Mono/ChangeLog: Removed file.
909         * Mono/Runtime.cs: Removed file.
910
911 2004-05-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
912
913         * Makefile: install-local is verbose now.
914
915 2004-05-14  Sebastien Pouliot  <sebastien@ximian.com>
916
917         * corlib.dll.sources: Added System/__ComObject.cs to the build.
918
919 2004-05-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
920
921         * corlib_test.dll.sources: added BinderTests.cs
922
923 2004-05-12  Zoltan Varga  <vargaz@freemail.hu>
924
925         * corlib.dll.sources: Added System.Threading/CompressedStack.cs
926
927 2004-05-11  Jackson Harper  <jackson@ximian.com>
928
929         * Makefile: Use snazzy new PLATFORM_PATH_SEPARATOR when setting
930         the mono path, so it works on Windows.
931         
932 2004-05-10  Raja R Harinath  <rharinath@novell.com>
933
934         * Makefile (corlib_net_2_0_bootstrap): Remove extraneous copying.
935
936 2004-05-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
937
938         * Makefile: build NUnit if the dll is not found when running
939         'make test'. Use INTERNAL_MCS to build the tests as csc fails miserably
940         to compile them.
941
942 2004-05-07  Raja R Harinath  <rharinath@novell.com>
943
944         * Makefile (corlib_net_2_0_bootstrap): Copy System.dll and
945         System.Xml.dll from 'default' profile build.
946         ($(gmcs)): Always go to 'gmcs' directory.
947
948 2004-05-06  Sebastien Pouliot  <sebastien@ximian.com>
949
950         * corlib_test.dll.sources: Added SymmetricAlgorithm2Test, 
951         ToBaseTransformTest, TripleDESTest unit tests to the build.
952
953 2004-05-07  Nick Drochak <ndrochak@gol.com>
954
955         * Makefile (plattest_flags): Add /unsafe.
956
957 2004-05-05  Sebastien Pouliot  <sebastien@ximian.com>
958
959         * corlib.dll.sources: Added Base64Constants to the build.
960         Added SHAConstants to the build.
961
962 2004-05-05  Zoltan Varga  <vargaz@freemail.hu>
963
964         * Makefile (test_flags): Add /unsafe.
965
966 2004-05-03 Lluis Sanches Gual  <lluis@ximian.com>
967         
968         * corlib.dll.sources: Added Assembly/Consts.cs.
969                 
970 2004-04-30  Jackson Harper  <jackson@ximian.com>
971
972         * Makefile: Add dependancies.
973         
974 2004-04-29  Jackson Harper  <jackson@ximian.com>
975
976         * Makefile: net_2_0 corlib goes to a special place.
977         
978 2004-04-28  Sebastien Pouliot  <sebastien@ximian.com>
979
980         * corlib.dll.sources: Added X509ChainStatusFlags, X509CRL, X509Store, 
981         X509StoreManager, X509Stores, BasicConstraintsExtension, 
982         KeyUsageExtension and SubjectKeyIdentifierExtension to the build.
983         Removed ITrustAnchors.cs, TestAnchors.cs and TrustAnchors from the 
984         build.
985
986 2004-04-28  Sebastien Pouliot  <sebastien@ximian.com>
987
988         * corlib_test.dll.sources: Added DESCryptoServiceProviderTest.cs.
989
990 2004-04-28  Zoltan Varga  <vargaz@freemail.hu>
991
992         * corlib.dll.sources: Added System.Reflection.Emit/MethodRental.cs.
993
994         * corlib_test.dll.sources: Added Test/System.Reflection.Emit/MethodRentalTest.cs.
995
996 2004-04-27  Zoltan Varga  <vargaz@freemail.hu>
997
998         * Makefile: Fix tests with new directory structure.
999
1000 2004-04-26  Jackson Harper  <jackson@ximian.com>
1001
1002         * Makefile: Use profile dependant directory.
1003         
1004 2004-04-26  Sebastien Pouliot  <sebastien@ximian.com>
1005
1006         * corlib_test.dll.sources: Added DESTest.cs.
1007
1008 2004-04-22  Martin Baulig  <martin@ximian.com>
1009
1010         Use `#if NET_2_0 || BOOTSTRAP_2_0' for the generic reflection stuff.
1011
1012 2004-04-09  Zoltan Varga  <vargaz@freemail.hu>
1013
1014         * corlib_test.dll.sources: Added System.Threading/TimerTest.cs.
1015
1016 2004-04-08  Bernie Solomon  <bernard@ugsolutions.com>
1017
1018         * corlib.dll.sources: Added Mono.Security/BitConverterLE.cs
1019
1020 2004-04-03 Lluis Sanches Gual  <lluis@ximian.com>
1021         
1022         * corlib_test.dll.sources: Added System.Threading/ReaderWriterLockTest.cs.
1023                 
1024 2004-04-02  Sebastien Pouliot  <sebastien@ximian.com>
1025
1026         * corlib_test.dll.sources: Added System/EnvironmentTest.cs.
1027
1028 2004-03-31  Sebastien Pouliot  <sebastien@ximian.com>
1029
1030         * corlib.dll.sources: Added Mono.Security/StrongNameManager.cs.
1031
1032 2004-03-11  Martin Baulig  <martin@ximian.com>
1033
1034         * corlib.dll.sources: Added System.Collections.Generic/Queue.cs
1035         and System.Collections.Generic.Stack.cs.
1036
1037 2004-03-11  Atsushi Enomoto  <atsushi@ximian.com>
1038
1039         * Makefile, corlib.dll.win32-excludes : 
1040           now csc build includes SecurityPermissionAttribute.cs.
1041
1042 2004-03-09  Jackson Harper  <jackson@ximian.com>
1043
1044         * corlib_test.dll.sources: Add new test cases to the build.
1045         
1046 2004-03-03  Jackson Harper <jackson@ximian.com>
1047
1048         * corlib.dll.sources: Add new registry files to the build.
1049         
1050 2004-02-20  Jackson Harper  <jackson@ximian.com>
1051
1052         * corlib.dll.sources: Add LockQueue.cs to build.
1053         
1054 2004-02-18  Atsushi Enomoto  <atsushi@ximian.com>
1055
1056         * corlib_test.dll.sources : Added CharCategoryTest.cs
1057
1058 2004-02-17 Lluis Sanches Gual  <lluis@ximian.com>
1059         
1060         * corlib.dll.sources: Added 
1061                 System.Runtime.Serialization.Formatter.Binary.CodeGenerator.cs
1062
1063 2004-02-10 Carlos Guzmán Álvarez  <carlosga@telefonica.net>
1064
1065     * Mono.Security.Cryptography/PKCS1.cs:
1066
1067         - Added little change for allow the class to be used with
1068         hash implementations that doesn't have an oid like the MD5SHA1 hash.
1069
1070 2004-02-06  Sebastien Pouliot  <sebastien@ximian.com>
1071
1072         * corlib.dll.sources: Moved SymmetricTransform class from System.
1073         Security.Cryptography (SymmetricAlgorithm) to Mono.Security.
1074         Cryptography.
1075
1076 2004-02-05  Sebastien Pouliot  <sebastien@ximian.com>
1077
1078         * corlib.dll.sources: Added KeyPairPersistance class, in Mono.
1079         Security.Cryptography namespace, to the build.
1080         * corlib_test.dll.sources: Added AppDomain unit tests in System.
1081         Some tests are currently ignored because they produce lots of GC
1082         Warning failures but they seems to work (nunit finishes).
1083
1084 2004-01-14  Sebastien Pouliot  <spouliot@videotron.ca>
1085
1086         * corlib_test.dll.sources: Added Url and UrlMembershipCondition unit 
1087         tests in System.Security.Policy namespace.
1088
1089 2004-01-06  Sebastien Pouliot  <spouliot@videotron.ca>
1090
1091         * corlib_test.dll.sources: Added SecurityException unit tests in
1092         System.Security namespace.
1093
1094 2004-01-05  Sebastien Pouliot  <spouliot@videotron.ca>
1095
1096         * corlib_test.dll.sources: Added CodeAccessPermission unit tests in
1097         System.Security namespace. Added CodeGroup related and PolicyLevel
1098         unit tests to System.Security.Policy.
1099
1100 2004-01-05  Zoltan Varga  <vargaz@freemail.hu>
1101
1102         * corlib.dll.sources: Added System.Resources.Win32Resources.cs.
1103
1104 2004-01-03  Sebastien Pouliot  <spouliot@videotron.ca>
1105
1106         * corlib_test.dll.sources: Added SecurityManager unit tests in
1107         in System.Security namespace.
1108
1109 2004-01-03  Sebastien Pouliot  <spouliot@videotron.ca>
1110
1111         * corlib.dll.sources: Added SiteMembershipCondition to 
1112         System.Security.Policy namespace.
1113         * corlib_test.dll.sources: Added Site and SiteMembershipCondition
1114         unit tests in System.Security.Policy namespace.
1115
1116 2004-01-02  Sebastien Pouliot  <spouliot@videotron.ca>
1117
1118         * corlib.dll.sources: Added many (long time) missing classes in the
1119         System.Security.Policy namespace.
1120
1121 2004-01-01  Nick Drochak  <ndrochak@gol.com>
1122
1123         * corlib_test.dll.sources: Add PermissionRequestEvidenceTest.cs
1124         * corlib.dll.sources. Add PermissionRequestEvidence.cs
1125
1126 2003-12-29  Sebastien Pouliot  <spouliot@videotron.ca>
1127
1128         * corlib_test.dll.sources: Added new unit tests to System.Security.
1129         Permissions and System.Security.Principal.
1130
1131 2003-12-25  Sebastien Pouliot  <spouliot@videotron.ca>
1132
1133         * corlib.dll.sources: Added WindowsPrincipal to build.
1134
1135 2003-12-15  Sebastien Pouliot  <spouliot@videotron.ca>
1136
1137         * corlib_test.dll.sources: Added unit tests PaddingMode and X509 
1138         using CryptoAPI.
1139
1140 2003-12-14  Pedro Martínez Juliá <yoros@wanadoo.es>
1141
1142         * DateTime.cs: Be sure that the array access is not out of range
1143         when looking for ArgumentOutOfRangeException in the year value.
1144
1145 2003-12-08  Peter Williams  <peter@newton.cx>
1146
1147         * Makefile: Use embedded tab instead of $(ECHO_ESCAPE).
1148         Fixes build on OS X.
1149
1150 2003-12-04  Martin Baulig  <martin@ximian.com>
1151
1152         * corlib.dll.sources: Added System.Collections.Generic.
1153
1154 2003-11-26  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
1155
1156         * corlib.dll.sources: Added file:
1157                 System.Runtime.InteropServices.DispatchWrapper.cs
1158
1159 2003-11-26  Lluis Sanchez Gual <lluis@ximian.com>
1160
1161         * corlib.dll.sources: Added 
1162                 System.Runtime.Remoting.Services/EnterpriseServicesHelper.cs
1163         * corlib_test.dll.sources: Added System.Runtime.Remoting/SoapServicesTest.cs
1164
1165 2003-11-24  Zoltan Varga  <vargaz@freemail.hu>
1166
1167         * corlib.dll.sources: Add System.Reflection.Emit/DynamicMethod.cs.
1168
1169 2003-11-19  Lluis Sanchez Gual <lluis@ximian.com>
1170
1171         * corlib_test.dll.sources: Added some test files:
1172                 System.Runtime.Remoting/ContextTest.cs
1173                 System.Runtime.Remoting/SynchronizationAttributeTest.cs
1174
1175 2003-11-18  Lluis Sanchez Gual <lluis@ximian.com>
1176
1177         * corlib.dll.sources: Added some files:
1178                 System.Runtime.Remoting.Contexts/IContextPropertyActivator.cs
1179                 System.Runtime.Remoting.Contexts/SynchronizationAttribute.cs
1180                 System.Runtime.Remoting.Messaging/ISerializationRootObject.cs
1181
1182 2003-11-18  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
1183
1184         * corlib.dll.sources: Added already existing, but not added delegate
1185                 Added various classes in System.InteropServices
1186
1187 2003-11-18  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
1188
1189         * corlib.dll.sources: Added some files:
1190                 System.Runtime.Serialization.Formatter.cs
1191                 System.Runtime.Serialization.Formatters/InternalRM.cs
1192                 System.Runtime.Serialization.Formatters/InternalST.cs
1193                 System.Runtime.Serialization.Formatters/TypeFilterLevel.cs
1194
1195 2003-11-17  Lluis Sanchez Gual <lluis@ximian.com>
1196
1197         * corlib.dll.sources: Added some files:
1198                 System.Runtime.Remoting.Channels/AggregateDictionary.cs
1199                 System.Runtime.Remoting.Metadata.W3cXsd2001/SoapHelper.cs
1200         
1201 2003-11-16  Lluis Sanchez Gual <lluis@ximian.com>
1202
1203         * corlib.dll.sources: Add System.Runtime.Remoting/InternalRemotingServices.cs
1204         
1205 2003-11-15  Zoltan Varga  <vargaz@freemail.hu>
1206
1207         * corlib.dll.sources: Add System.Runtime.CompilerServices/IsVolatile.cs.
1208
1209 2003-11-12 Jackson Harper <jackson@ximian.com>
1210
1211         * Makefile: corlib is now named mscorlib.
1212
1213 2003-11-09  Sebastien Pouliot  <spouliot@videotron.ca>
1214
1215         * corlib.dll.sources: Added new 1.2 classes for System.Security.Cryptography.
1216         * corlib_test.dll.sources: Added unit tests for some HMAC (new in 1.2).
1217
1218 2003-10-18  Sebastien Pouliot  <spouliot@videotron.ca>
1219
1220         * corlib.dll.sources: Added classes StrongName to support StrongNames.
1221
1222 2003-10-17  Sebastien Pouliot  <spouliot@videotron.ca>
1223
1224         * corlib.dll.sources: Added classes CryptoConvert to support StrongNames.
1225
1226 2003-10-12  Sebastien Pouliot  <spouliot@videotron.ca>
1227
1228         * corlib.dll.sources: Added classes for Authenticode support.
1229         * corlib_test.dll.sources: Added unit test for SPC certificates.
1230
1231 2003-09-26  Pedro Martínez Juliá <yoros@wanadoo.es>
1232
1233         * corlib_test.dll.sources: Remove tests that generate compile
1234         errors. The tests are still there but its name is rmoved here.
1235
1236 2003-09-24    <cesar@ciencias.unam.mx>
1237
1238         * corlib.dll.sources: Added CompilerGlobalScopeAttribute.cs to the build
1239
1240 2003-08-20  Duncan Mak  <duncan@ximian.com>
1241
1242         * corlib_test.dll.sources: Added DictionaryBaseTest.cs
1243
1244 2003-08-19 Nick Drochak <ndrochak@gol.com>
1245
1246         * Makefile: Turn on debug for the corlib tests on .NET.
1247
1248 2003-08-06  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
1249
1250         * corlib.dll.sources: added quite some files
1251
1252 2003-08-06  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
1253
1254         * corlib.dll.sources: added/removed Locale.cs
1255
1256 2003-08-03  Sebastien Pouliot  <spouliot@videotron.ca>
1257
1258         * corlib.dll.sources: Added IBuiltInPermission.cs to System.Security.Permissions
1259
1260 2003-07-31  Sebastien Pouliot  <spouliot@videotron.ca>
1261
1262         * corlib_test.dll.sources: Added new CryptoStreamTest.cs
1263
1264 2003-07-24  Peter Williams  <peter@newton.cx>
1265
1266         * Makefile: Boo-yah! Add corlib_plattest.dll, which is a
1267         corlib test library built against the platform corlib. This
1268         lets us test our corlib tests. On a non-mono-native platform
1269         (Windows) we run those tests only; on a mono-native platform, we
1270         run the full corlib test suite on our own tests.
1271         (clean-local): Forgot $(plattestlib).
1272
1273         * corlib_plattest.dll.excludes: Add this. (The result of
1274         'grep Mono corlib_test.dll.sources')
1275
1276         * corlib_test.dll.sources: Extraneous newline was messing things
1277         up.
1278         
1279 2003-07-23  Ravi Pratap  <ravi@ximian.com>
1280
1281         * Type.cs, TypeBuilder.cs, MonoType.cs: Fixes to IsArrayImpl
1282         from Paolo in response to bug #45993.
1283
1284 2003-07-23  Lluis Sanchez Gual  <lluis@ximian.com>
1285
1286         * corlib_test.dll.sources: added System.Runtime.Serialization/SerializationTest.cs
1287
1288 2003-07-20  Peter Williams  <peter@newton.cx>
1289
1290         * Makefile: Add in corlib_res.dll, which we use as a basis
1291         for tests on non-linux platforms. Nearly identical rules to
1292         corlib_cmp: corlib - some files that cause the MS runtime to
1293         barf.
1294
1295         * corlib_res.dll.excludes: Added.
1296
1297 2003-07-20  Peter Williams  <peter@newton.cx>
1298
1299         * Makefile: Don't use real_corlib; use $(PLATFORM_CORLIB).
1300
1301 2003-07-18  Peter Williams  <peter@newton.cx>
1302
1303         * Makefile (dist-local): The fancy shell script was neat, but
1304         ultimately unnecessary and counterproductive. Alas.
1305
1306 2003-07-17  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
1307
1308         * corlib.dll.sources:
1309         * unix.args: AssemblyInfo.cs added
1310
1311 2003-07-17  Peter Williams  <peter@newton.cx>
1312
1313         * Makefile ($(testlib)): Build with $(BOOT_COMPILE), not $(CSCOMPILE),
1314         which sort of makes sense and is needed on Windows too.
1315         ($(corlib)): same.
1316         $(cmplib): Don't include the makefrag to save the Windows build and some
1317         time.
1318
1319 2003-07-16  Peter Williams  <peter@newton.cx>
1320
1321         * Makefile ($(test_makefrag)): Use $(ECHO_ESCAPE) for HP/UX
1322         portability fixes.
1323         (all-local): Don't build $(cmplib) by default, it's not something
1324         most people need, and the build is broken on Windows right now anyway.
1325
1326 2003-07-13  Zoltan Varga  <vargaz@freemail.hu>
1327
1328         * unix.args: Fix UNIX build.
1329
1330 2003-07-12  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
1331
1332         * unix.args: Added Runtime.InteropServices.ComCompatibleVersionAttribute.cs,
1333         Runtime.InteropServices.TypeLibVersionAttribute.cs
1334
1335 2003-07-05  Sebastien Pouliot <spouliot@videotron.ca>
1336
1337         * unix.args: Added SecurityParser.cs to Mono.Xml
1338
1339 2003-06-22  Sebastien Pouliot <spouliot@videotron.ca>
1340
1341         * unix.args: Added FileDialogPermission.cs, IsolatedStorageFilePermission.cs,
1342         PrincipalPermission.cs, PublisherIdentityPermissionAttribute.cs,
1343         RegistryPermission.cs, SiteIdentityPermission.cs, UIPermission.cs,
1344         UrlIdentityPermission.cs and ZoneIdentityPermission.cs.
1345
1346 2003-06-22  Lluis Sanchez Gual <lluis@ximian.com>
1347
1348         * unix.args: added System.Runtime.Remoting/SoapServices.cs
1349
1350 2003-06-11  Sebastien Pouliot <spouliot@videotron.ca>
1351
1352         * unix.args: added Mono.Security.Cryptography/DSAManaged.cs and
1353         RSAManaged.cs
1354
1355 2003-05-29  Nick Drochak <ndrochak@gol.com>
1356
1357         * makefile.gnu: turn on debug since it works again.
1358
1359 2003-05-09  Sebastien Pouliot <spouliot@videotron.ca>
1360
1361         * unix.args: added System.Security/
1362         AllowPartiallyTrustedCallersAttribute.cs
1363
1364 2003-04-05  Nick Drochak  <ndrochak@gol.com>
1365
1366         * makefile.gnu: revert. debugger support not installed by default in mcs
1367
1368 2003-04-05  Nick Drochak  <ndrochak@gol.com>
1369
1370         * makefile.gnu: compile with debug.
1371
1372 2003-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1373
1374         * unix.args: added SEHException.
1375
1376 2003-03-25  Martin Willemoes Hansen <mwh@sysrq.dk>
1377
1378         * Stubed System.Runtime.Remoting.Metadata.W3cXsd2001
1379         * Updated unix.args with the stubs
1380
1381 2003-03-21  Martin Willemoes Hansen <mwh@sysrq.dk>
1382         
1383         * unix.args: Added System.Runtime.Remoting.Channels/IChannelReceiverHook.cs
1384
1385 2003-03-21  Lluis Sanchez Gual <lluis@ideary.com>
1386
1387         * unix.args: Added System.Runtime.Remoting.Activation/AppDomainLevelActivator.cs
1388
1389 2003-03-16  Pedro Martínez Juliá <yoros@wanadoo.es>
1390
1391         * unix.args: Added "System.FloatingPointFormatter.cs".
1392
1393 2003-03-15  Sebastien Pouliot <spouliot@videotron.ca>
1394
1395         * unix.args: Added Mono.Security.X509/*.cs and ASN1Convert.cs
1396
1397 2003-03-03  Tim Coleman <tim@timcoleman.com>
1398         * unix.args: Added
1399                 System.Runtime.InteropServices/HandleRef.cs
1400
1401 2003-03-04  Pedro Martínez Juliá <yoros@wanadoo.es>
1402
1403         * unix.args: Added "DoubleFormatter.cs" and "SingleFormatter.cs"
1404
1405
1406 2003-03-03  Lluis Sanchez Gual <lluis@ideary.com>
1407
1408         * unix.args: added ConstructionLevelActivator.cs, ContextLevelActivator.cs,
1409                 RemoteActivationAttribute.cs, UrlAttribute.cs, ContextAttribute.cs,
1410                 IContributeDynamicSink.cs, IContributeEnvoySink.cs, IContributeObjectSink.cs
1411
1412 2003-03-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1413
1414         * unix.args: added ModuleResolveEventHandler.cs
1415
1416 2003-02-19  Lluis Sanchez Gual <lluis@ideary.com>
1417
1418         * unix.args: added 
1419                 System.Runtime.Remoting/EnvoyInfo.cs
1420                 System.Runtime.Remoting.Activation/ActivationServices.cs
1421                 System.Runtime.Remoting.Contexts/CrossContextChannel.cs
1422                 System.Runtime.Remoting.Messaging/ClientContextTerminatorSink.cs
1423                 System.Runtime.Remoting.Messaging/ConstructionCall.cs
1424                 System.Runtime.Remoting.Messaging/ConstructionCallDictionary.cs
1425                 System.Runtime.Remoting.Messaging/ConstructionResponse.cs
1426                 System.Runtime.Remoting.Messaging/EnvoyTerminatorSink.cs
1427                 System.Runtime.Remoting.Messaging/IInternalMessage.cs
1428
1429 2003-02-08  Zoltan Varga  <vargaz@freemail.hu>
1430
1431         * unix.args: added MACAlgorithm and HMACAlgorithm.
1432
1433 2003-02-06  Sebastien Pouliot <spouliot@videotron.ca>
1434
1435         * unix.args: Move some class from System.Security.Cryptography
1436           into Mono.* for easier reuse.
1437
1438 2003-02-04  Lluis Sanchez Gual <lluis@ideary.com>
1439
1440         * unix.args: added ServerIdentity.cs, Lease.cs, LeaseManager.cs
1441
1442 2003-02-03  Patrik Torstensson
1443
1444         * corlib.build: fixes so corlib_cmp and corlib_res builds, need to
1445           check if we need the libs and if they still are correct.
1446
1447 2003-02-03  Patrik Torstensson
1448
1449         * unix.args: added CADMessages.cs
1450
1451 2003-01-26  Lluis Sanchez Gual <lluis@ideary.com>
1452
1453         * unix.args: added RemoteActivator.cs.
1454
1455 2003-01-26  Lluis Sanchez Gual <lluis@ideary.com>
1456
1457         * unix.args: added System.Runtime.Remoting.Messaging/ArgInfo.cs,
1458                 System.Runtime.Remoting.Messaging/MethodCallDictionary.cs
1459                 System.Runtime.Remoting.Messaging/MethodDictionary.cs
1460                 System.Runtime.Remoting.Messaging/MethodReturnDictionary.cs
1461
1462 2003-01-24  Lluis Sanchez Gual <lluis@ideary.com>
1463
1464         * unix.args: added System.Runtime.Remoting/TypeInfo.cs and
1465           System.Runtime.Serialization.Formatters.Binary/MessageFormatter.cs
1466
1467 2003-01-18  Jonathan Pryor <jonpryor@vt.edu>
1468
1469         * unix.args: Added IsolatedStorageFile.cs and IsolatedStorageInfo.cs in
1470           System.IO.IsolatedStorage
1471
1472
1473 2003-01-17  Lluis Sanchez Gual <lluis@ideary.com>
1474         * unix.args: Added System/DelegateSerializationHolder.cs, 
1475           System/UnitySerializationHolder.cs,
1476           System.Runtime.Serialization/ObjectManager.cs,
1477           System.Runtime.Serialization.Formatters.Binary/BinaryCommon.cs,
1478       System.Runtime.Serialization.Formatters.Binary/ObjectReader.cs and
1479           System.Runtime.Serialization.Formatters.Binary/ObjectWriter.cs
1480
1481 2003-01-05  Sebastien Pouliot <spouliot@videotron.ca>
1482
1483         * unix.args: added COMException.cs in System.Runtime.InteropServices
1484
1485 2003-01-01  Jaime Anguiano Olarra <jaime@gnome.org>
1486
1487         * unix.args: added System.Diagnostics.Process.cs 
1488
1489 2002-12-28  Duncan Mak  <duncan@ximian.com>
1490
1491         * unix.args (ASN1.cs): Sebastien forgot to include this file.
1492
1493 2002-12-27  Sebastien Pouliot <spouliot@videotron.ca>
1494
1495         * unix.args: added CryptoTools.cs file.
1496
1497 2002-12-16  Sebastien Pouliot <spouliot@videotron.ca>
1498
1499         * unix.args: added StrongName.cs, StrongNamePublicKeyBlob.cs 
1500         and StrongNameIdentityPermission.cs files.
1501
1502 2002-12-15  Sebastien Pouliot <spouliot@videotron.ca>
1503
1504         * unix.args: added PublisherIdentityPermission.cs,
1505         Publisher.cs and PublisherMembershipCondition.cs
1506
1507 2002-12-10  Jeroen Janssen <japj@darius.demon.nl>
1508         
1509         * updated .build file(s) to correctly contain required buildfile 
1510           attribute for nant
1511
1512 2002-11-17  Sebastien Pouliot <spouliot@videotron.ca>
1513
1514         * unix.args: added missing files from System.Security.Cryptography
1515         namespace.
1516
1517 2002-10-28  Gonzalo Paniagua Javier <gonzalo@gnome-db.org>
1518
1519         * unix.args: added missing files from System.Security.Cryptography
1520         namespace.
1521
1522 2002-10-19  Sebastien Pouliot <spouliot@videotron.ca>
1523
1524         * corlib.build: Removed all excluded cryptographic source code as the
1525         cyclic dependency was removed (well commented)
1526
1527 2002-10-11  Duncan Mak  <duncan@ximian.com>
1528
1529         * unix.args: Added System.Security.Cryptography.CryptoConfig.
1530
1531 2002-10-08  Miguel de Icaza  <miguel@ximian.com>
1532
1533         * Mono/Runtime.cs: New file.
1534
1535 2002-10-05  Andrew Birkett  <andy@nobugs.org>
1536
1537         * unix.args: Added System.Security.Cryptography.RC2
1538
1539 2002-09-12  Dick Porter  <dick@ximian.com>
1540
1541         * unix.args: Add System.Globalization.SortKey,
1542         System.Globalization.StringInfo and
1543         System.Globalizaton.TextElementEnumerator
1544         
1545 2002-09-12  Dick Porter  <dick@ximian.com>
1546
1547         * unix.args: Add System.ArgIterator and System.TypedReference
1548
1549         * corlib.build: Adding DecimalConstantAttribute to Decimal (which
1550         corcompare showed as missing) causes a SecurityException in
1551         corcompare, so exclude Decimal from the corlib_cmp build.
1552
1553 2002-08-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1554
1555         * unix.args: added a couple of new files in System.Security.Principal.
1556
1557 2002-08-15  Tim Coleman <tim@timcoleman.com>
1558         * unix.args: 
1559                 Add System.Globalization/TextInfo.cs
1560                 Add System.Runtime.Serialization/FormatterConverter.cs
1561
1562 2002-07-31  Rodrigo Moya <rodrigo@ximian.com>
1563
1564         * unix.args: added new files from System.Runtime.Remoting.Channels.
1565
1566 2002-07-31  Duncan Mak  <duncan@ximian.com>
1567
1568         * unix.args: Added interfaces and enumerations from
1569         System.Runtime.Remoting.Channels. 
1570
1571 2002-07-31  Duncan Mak  <duncan@ximian.com>
1572
1573         * unix.args: Added new classes in
1574         System.Runtime.Remoting.Contexts.
1575         
1576
1577 2002-07-31  Duncan Mak  <duncan@ximian.com>
1578
1579         * unix.args: Added new Exceptions, Interfaces and various
1580         TypeEntries from System.Runtime.Remoting.
1581
1582 2002-07-29  Martin Baulig  <martin@gnome.org>
1583
1584         * list: Removed, this isn't used anymore and people are already
1585         getting confused which file to use.
1586
1587 2002-07-24  Duncan Mak  <duncan@ximian.com>
1588
1589         * unix.args: Added files from Remoting.Lifetime and
1590         Remoting.Metadata.
1591
1592         * ChangeLog: Moved entries from System.Runtime.Remoting.Activation
1593         and System.Runtime.Remoting.Proxies to their own ChangeLog.
1594
1595 2002-07-23  Duncan Mak  <duncan@ximian.com>
1596
1597         * list: 
1598         * unix.args: Added new Attributes in
1599         System.Runtime.CompilerServices and System.Runtime.Remoting.Messaging.
1600
1601 2002-07-22  Tim Coleman <tim@timcoleman.com>
1602         * list:
1603         * unix.args:
1604                 Added System.Security.Permission/ReflectionPermission.cs and
1605                 System.Security.Permission/EnvironmentPermission.cs and
1606
1607 2002-07-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1608
1609         * list:
1610         * unix.args: added IObjectHandle.cs.
1611
1612 2002-06-20  Martin Baulig  <martin@gnome.org>
1613
1614         * unix.args: New file.  This is a mcs response file to compile
1615         corlib on GNU/Linux (which doesn't work yet).
1616
1617 2002-04-30  Daniel Stodden  <stodden@in.tum.de>
1618
1619         * System/Delegate.cs: Implemented Remove()
1620         * System/MulticastDelegate.cs: Implementation of RemoveImpl()
1621         done. Plus a fix for Equals().
1622         * Test/System/MulticastDelegate.cs: Added. Should reflect above
1623         changes.
1624         
1625 2002-04-27  Martin Baulig  <martin@gnome.org>
1626
1627         * corlib.build: Added new "mcs-build" target to compile corlib
1628         with mcs. This doesn't work yet - it's just to test mcs to find
1629         and fix the remaining bugs.
1630
1631 2002-03-27  Dan Lewis  <dihlewis@yahoo.co.uk>
1632
1633         * corlib.build: removed seperate windows/linux builds. excluded
1634         wrapper and PAL classes from all builds.
1635
1636 2002-03-03  Nick Drochak  <ndrochak@gol.com>
1637
1638         * corlib.build: Exclude a bunch of interfaces from corlib_res.dll
1639         that were preventing the tests from running on Windows.
1640
1641 2002-01-25  Mark Crichton  <crichton@gimp.org>
1642
1643         * System.Security.Cryptography/RijndaelManaged.cs: added
1644         
1645         * System.Security.Cryptography/Rijndael.cs: changed constructor
1646         to set default values.  Hopefully I did it correctly.
1647
1648 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
1649
1650         * Unix/Errno.cs: Added
1651
1652         * Unix/Wrapper.cs: Updated to new Wrapper
1653
1654 2002-01-19  Nick Drochak  <ndrochak@gol.com>
1655         
1656         * corlib.build: exclude Delegate from corlib_cmp.
1657
1658 2002-01-09  Nick Drochak  <ndrochak@gol.com>
1659
1660         * corlib.build: Exclude Security Attribute classes that need mcs
1661         magic to get them to compile.
1662
1663 2002-01-06  Duco Fijma <duco@lorentz.xs4all.nl>
1664         * corlib.build: Removed <excludes> for System.Resources
1665
1666 2002-01-05  Nick Drochak  <ndrochak@gol.com>
1667
1668         * corlib.build: Have the clean target remove any .pdb files that
1669         might be around if we compiled with debug on.
1670
1671 2002-01-05  Nick Drochak  <ndrochak@gol.com>
1672
1673         * corlib.build: Make new build of corlib_cmp.dll.  This is the same
1674         as corlib.dll without Object and ValueType.  It is used by 
1675         /mcs/tools/corcompare.exe to compare with mscorlib.
1676
1677 2002-01-03  Nick Drochak  <ndrochak@gol.com>
1678
1679         * corlib.build: Put the linux target at the top.  I keep changing the 
1680         build for windows 'cause it's at the top.  Then when I do make, nothing
1681         changes.  It seems like it always takes me half a day to remember
1682         that the linux target comes second.  Old age I guess.
1683
1684         * .cvsignore: ignore corlib.pdb for times when it's built with debug on.
1685
1686 2002-01-02  Nick Drochak  <ndrochak@gol.com>
1687
1688         * corlib.build: Removed "exclude CodeAccessPermission.cs"
1689
1690 2001-12-11  Duncan Mak  <duncan@ximian.com>
1691
1692         * ChangeLog: Added "System.Resources" to the exclude list.
1693
1694 2001-12-05  Nick Drochak <ndrochak@gol.com>
1695
1696         * ChangeLog: Add the change log to this directory
1697
1698         * 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'.
1699