* ObjectWriter.cs: Factorized some serialization code in new classes, so it
[mono.git] / mcs / class / corlib / ChangeLog
1 2004-02-10 Carlos Guzmán Álvarez  <carlosga@telefonica.net>
2
3     * Mono.Security.Cryptography/PKCS1.cs:
4
5         - Added little change for allow the class to be used with
6         hash implementations that doesn't have an oid like the MD5SHA1 hash.
7
8 2004-02-06  Sebastien Pouliot  <sebastien@ximian.com>
9
10         * corlib.dll.sources: Moved SymmetricTransform class from System.
11         Security.Cryptography (SymmetricAlgorithm) to Mono.Security.
12         Cryptography.
13
14 2004-02-05  Sebastien Pouliot  <sebastien@ximian.com>
15
16         * corlib.dll.sources: Added KeyPairPersistance class, in Mono.
17         Security.Cryptography namespace, to the build.
18         * corlib_test.dll.sources: Added AppDomain unit tests in System.
19         Some tests are currently ignored because they produce lots of GC
20         Warning failures but they seems to work (nunit finishes).
21
22 2004-01-14  Sebastien Pouliot  <spouliot@videotron.ca>
23
24         * corlib_test.dll.sources: Added Url and UrlMembershipCondition unit 
25         tests in System.Security.Policy namespace.
26
27 2004-01-06  Sebastien Pouliot  <spouliot@videotron.ca>
28
29         * corlib_test.dll.sources: Added SecurityException unit tests in
30         System.Security namespace.
31
32 2004-01-05  Sebastien Pouliot  <spouliot@videotron.ca>
33
34         * corlib_test.dll.sources: Added CodeAccessPermission unit tests in
35         System.Security namespace. Added CodeGroup related and PolicyLevel
36         unit tests to System.Security.Policy.
37
38 2004-01-05  Zoltan Varga  <vargaz@freemail.hu>
39
40         * corlib.dll.sources: Added System.Resources.Win32Resources.cs.
41
42 2004-01-03  Sebastien Pouliot  <spouliot@videotron.ca>
43
44         * corlib_test.dll.sources: Added SecurityManager unit tests in
45         in System.Security namespace.
46
47 2004-01-03  Sebastien Pouliot  <spouliot@videotron.ca>
48
49         * corlib.dll.sources: Added SiteMembershipCondition to 
50         System.Security.Policy namespace.
51         * corlib_test.dll.sources: Added Site and SiteMembershipCondition
52         unit tests in System.Security.Policy namespace.
53
54 2004-01-02  Sebastien Pouliot  <spouliot@videotron.ca>
55
56         * corlib.dll.sources: Added many (long time) missing classes in the
57         System.Security.Policy namespace.
58
59 2004-01-01  Nick Drochak  <ndrochak@gol.com>
60
61         * corlib_test.dll.sources: Add PermissionRequestEvidenceTest.cs
62         * corlib.dll.sources. Add PermissionRequestEvidence.cs
63
64 2003-12-29  Sebastien Pouliot  <spouliot@videotron.ca>
65
66         * corlib_test.dll.sources: Added new unit tests to System.Security.
67         Permissions and System.Security.Principal.
68
69 2003-12-25  Sebastien Pouliot  <spouliot@videotron.ca>
70
71         * corlib.dll.sources: Added WindowsPrincipal to build.
72
73 2003-12-15  Sebastien Pouliot  <spouliot@videotron.ca>
74
75         * corlib_test.dll.sources: Added unit tests PaddingMode and X509 
76         using CryptoAPI.
77
78 2003-12-14  Pedro Martínez Juliá  <yoros@wanadoo.es>
79
80         * DateTime.cs: Be sure that the array access is not out of range
81         when looking for ArgumentOutOfRangeException in the year value.
82
83 2003-12-08  Peter Williams  <peter@newton.cx>
84
85         * Makefile: Use embedded tab instead of $(ECHO_ESCAPE).
86         Fixes build on OS X.
87
88 2003-12-04  Martin Baulig  <martin@ximian.com>
89
90         * corlib.dll.sources: Added System.Collections.Generic.
91
92 2003-11-26  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
93
94         * corlib.dll.sources: Added file:
95                 System.Runtime.InteropServices.DispatchWrapper.cs
96
97 2003-11-26  Lluis Sanchez Gual <lluis@ximian.com>
98
99         * corlib.dll.sources: Added 
100                 System.Runtime.Remoting.Services/EnterpriseServicesHelper.cs
101         * corlib_test.dll.sources: Added System.Runtime.Remoting/SoapServicesTest.cs
102
103 2003-11-24  Zoltan Varga  <vargaz@freemail.hu>
104
105         * corlib.dll.sources: Add System.Reflection.Emit/DynamicMethod.cs.
106
107 2003-11-19  Lluis Sanchez Gual <lluis@ximian.com>
108
109         * corlib_test.dll.sources: Added some test files:
110                 System.Runtime.Remoting/ContextTest.cs
111                 System.Runtime.Remoting/SynchronizationAttributeTest.cs
112
113 2003-11-18  Lluis Sanchez Gual <lluis@ximian.com>
114
115         * corlib.dll.sources: Added some files:
116                 System.Runtime.Remoting.Contexts/IContextPropertyActivator.cs
117                 System.Runtime.Remoting.Contexts/SynchronizationAttribute.cs
118                 System.Runtime.Remoting.Messaging/ISerializationRootObject.cs
119
120 2003-11-18  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
121
122         * corlib.dll.sources: Added already existing, but not added delegate
123                 Added various classes in System.InteropServices
124
125 2003-11-18  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
126
127         * corlib.dll.sources: Added some files:
128                 System.Runtime.Serialization.Formatter.cs
129                 System.Runtime.Serialization.Formatters/InternalRM.cs
130                 System.Runtime.Serialization.Formatters/InternalST.cs
131                 System.Runtime.Serialization.Formatters/TypeFilterLevel.cs
132
133 2003-11-17  Lluis Sanchez Gual <lluis@ximian.com>
134
135         * corlib.dll.sources: Added some files:
136                 System.Runtime.Remoting.Channels/AggregateDictionary.cs
137                 System.Runtime.Remoting.Metadata.W3cXsd2001/SoapHelper.cs
138         
139 2003-11-16  Lluis Sanchez Gual <lluis@ximian.com>
140
141         * corlib.dll.sources: Add System.Runtime.Remoting/InternalRemotingServices.cs
142         
143 2003-11-15  Zoltan Varga  <vargaz@freemail.hu>
144
145         * corlib.dll.sources: Add System.Runtime.CompilerServices/IsVolatile.cs.
146
147 2003-11-12 Jackson Harper <jackson@ximian.com>
148
149         * Makefile: corlib is now named mscorlib.
150
151 2003-11-09  Sebastien Pouliot  <spouliot@videotron.ca>
152
153         * corlib.dll.sources: Added new 1.2 classes for System.Security.Cryptography.
154         * corlib_test.dll.sources: Added unit tests for some HMAC (new in 1.2).
155
156 2003-10-18  Sebastien Pouliot  <spouliot@videotron.ca>
157
158         * corlib.dll.sources: Added classes StrongName to support StrongNames.
159
160 2003-10-17  Sebastien Pouliot  <spouliot@videotron.ca>
161
162         * corlib.dll.sources: Added classes CryptoConvert to support StrongNames.
163
164 2003-10-12  Sebastien Pouliot  <spouliot@videotron.ca>
165
166         * corlib.dll.sources: Added classes for Authenticode support.
167         * corlib_test.dll.sources: Added unit test for SPC certificates.
168
169 2003-09-26  Pedro Martínez Julá  <yoros@wanadoo.es>
170
171         * corlib_test.dll.sources: Remove tests that generate compile
172         errors. The tests are still there but its name is rmoved here.
173
174 2003-09-24    <cesar@ciencias.unam.mx>
175
176         * corlib.dll.sources: Added CompilerGlobalScopeAttribute.cs to the build
177
178 2003-08-20  Duncan Mak  <duncan@ximian.com>
179
180         * corlib_test.dll.sources: Added DictionaryBaseTest.cs
181
182 2003-08-19 Nick Drochak <ndrochak@gol.com>
183
184         * Makefile: Turn on debug for the corlib tests on .NET.
185
186 2003-08-06  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
187
188         * corlib.dll.sources: added quite some files
189
190 2003-08-06  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
191
192         * corlib.dll.sources: added/removed Locale.cs
193
194 2003-08-03  Sebastien Pouliot  <spouliot@videotron.ca>
195
196         * corlib.dll.sources: Added IBuiltInPermission.cs to System.Security.Permissions
197
198 2003-07-31  Sebastien Pouliot  <spouliot@videotron.ca>
199
200         * corlib_test.dll.sources: Added new CryptoStreamTest.cs
201
202 2003-07-24  Peter Williams  <peter@newton.cx>
203
204         * Makefile: Boo-yah! Add corlib_plattest.dll, which is a
205         corlib test library built against the platform corlib. This
206         lets us test our corlib tests. On a non-mono-native platform
207         (Windows) we run those tests only; on a mono-native platform, we
208         run the full corlib test suite on our own tests.
209         (clean-local): Forgot $(plattestlib).
210
211         * corlib_plattest.dll.excludes: Add this. (The result of
212         'grep Mono corlib_test.dll.sources')
213
214         * corlib_test.dll.sources: Extraneous newline was messing things
215         up.
216         
217 2003-07-23  Ravi Pratap  <ravi@ximian.com>
218
219         * Type.cs, TypeBuilder.cs, MonoType.cs: Fixes to IsArrayImpl
220         from Paolo in response to bug #45993.
221
222 2003-07-23  Lluis Sanchez Gual  <lluis@ximian.com>
223
224         * corlib_test.dll.sources: added System.Runtime.Serialization/SerializationTest.cs
225
226 2003-07-20  Peter Williams  <peter@newton.cx>
227
228         * Makefile: Add in corlib_res.dll, which we use as a basis
229         for tests on non-linux platforms. Nearly identical rules to
230         corlib_cmp: corlib - some files that cause the MS runtime to
231         barf.
232
233         * corlib_res.dll.excludes: Added.
234
235 2003-07-20  Peter Williams  <peter@newton.cx>
236
237         * Makefile: Don't use real_corlib; use $(PLATFORM_CORLIB).
238
239 2003-07-18  Peter Williams  <peter@newton.cx>
240
241         * Makefile (dist-local): The fancy shell script was neat, but
242         ultimately unnecessary and counterproductive. Alas.
243
244 2003-07-17  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
245
246         * corlib.dll.sources:
247         * unix.args: AssemblyInfo.cs added
248
249 2003-07-17  Peter Williams  <peter@newton.cx>
250
251         * Makefile ($(testlib)): Build with $(BOOT_COMPILE), not $(CSCOMPILE),
252         which sort of makes sense and is needed on Windows too.
253         ($(corlib)): same.
254         $(cmplib): Don't include the makefrag to save the Windows build and some
255         time.
256
257 2003-07-16  Peter Williams  <peter@newton.cx>
258
259         * Makefile ($(test_makefrag)): Use $(ECHO_ESCAPE) for HP/UX
260         portability fixes.
261         (all-local): Don't build $(cmplib) by default, it's not something
262         most people need, and the build is broken on Windows right now anyway.
263
264 2003-07-13  Zoltan Varga  <vargaz@freemail.hu>
265
266         * unix.args: Fix UNIX build.
267
268 2003-07-12  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
269
270         * unix.args: Added Runtime.InteropServices.ComCompatibleVersionAttribute.cs,
271         Runtime.InteropServices.TypeLibVersionAttribute.cs
272
273 2003-07-05  Sebastien Pouliot <spouliot@videotron.ca>
274
275         * unix.args: Added SecurityParser.cs to Mono.Xml
276
277 2003-06-22  Sebastien Pouliot <spouliot@videotron.ca>
278
279         * unix.args: Added FileDialogPermission.cs, IsolatedStorageFilePermission.cs,
280         PrincipalPermission.cs, PublisherIdentityPermissionAttribute.cs,
281         RegistryPermission.cs, SiteIdentityPermission.cs, UIPermission.cs,
282         UrlIdentityPermission.cs and ZoneIdentityPermission.cs.
283
284 2003-06-22  Lluis Sanchez Gual <lluis@ximian.com>
285
286         * unix.args: added System.Runtime.Remoting/SoapServices.cs
287
288 2003-06-11  Sebastien Pouliot <spouliot@videotron.ca>
289
290         * unix.args: added Mono.Security.Cryptography/DSAManaged.cs and
291         RSAManaged.cs
292
293 2003-05-29  Nick Drochak <ndrochak@gol.com>
294
295         * makefile.gnu: turn on debug since it works again.
296
297 2003-05-09  Sebastien Pouliot <spouliot@videotron.ca>
298
299         * unix.args: added System.Security/
300         AllowPartiallyTrustedCallersAttribute.cs
301
302 2003-04-05  Nick Drochak  <ndrochak@gol.com>
303
304         * makefile.gnu: revert. debugger support not installed by default in mcs
305
306 2003-04-05  Nick Drochak  <ndrochak@gol.com>
307
308         * makefile.gnu: compile with debug.
309
310 2003-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
311
312         * unix.args: added SEHException.
313
314 2003-03-25  Martin Willemoes Hansen <mwh@sysrq.dk>
315
316         * Stubed System.Runtime.Remoting.Metadata.W3cXsd2001
317         * Updated unix.args with the stubs
318
319 2003-03-21  Martin Willemoes Hansen <mwh@sysrq.dk>
320         
321         * unix.args: Added System.Runtime.Remoting.Channels/IChannelReceiverHook.cs
322
323 2003-03-21  Lluis Sanchez Gual <lluis@ideary.com>
324
325         * unix.args: Added System.Runtime.Remoting.Activation/AppDomainLevelActivator.cs
326
327 2003-03-16  Pedro Martínez Juliá  <yoros@wanadoo.es>
328
329         * unix.args: Added "System.FloatingPointFormatter.cs".
330
331 2003-03-15  Sebastien Pouliot <spouliot@videotron.ca>
332
333         * unix.args: Added Mono.Security.X509/*.cs and ASN1Convert.cs
334
335 2003-03-03  Tim Coleman <tim@timcoleman.com>
336         * unix.args: Added
337                 System.Runtime.InteropServices/HandleRef.cs
338
339 2003-03-04  Pedro Martínez Juliá  <yoros@wanadoo.es>
340
341         * unix.args: Added "DoubleFormatter.cs" and "SingleFormatter.cs"
342
343
344 2003-03-03  Lluis Sanchez Gual <lluis@ideary.com>
345
346         * unix.args: added ConstructionLevelActivator.cs, ContextLevelActivator.cs,
347                 RemoteActivationAttribute.cs, UrlAttribute.cs, ContextAttribute.cs,
348                 IContributeDynamicSink.cs, IContributeEnvoySink.cs, IContributeObjectSink.cs
349
350 2003-03-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
351
352         * unix.args: added ModuleResolveEventHandler.cs
353
354 2003-02-19  Lluis Sanchez Gual <lluis@ideary.com>
355
356         * unix.args: added 
357                 System.Runtime.Remoting/EnvoyInfo.cs
358                 System.Runtime.Remoting.Activation/ActivationServices.cs
359                 System.Runtime.Remoting.Contexts/CrossContextChannel.cs
360                 System.Runtime.Remoting.Messaging/ClientContextTerminatorSink.cs
361                 System.Runtime.Remoting.Messaging/ConstructionCall.cs
362                 System.Runtime.Remoting.Messaging/ConstructionCallDictionary.cs
363                 System.Runtime.Remoting.Messaging/ConstructionResponse.cs
364                 System.Runtime.Remoting.Messaging/EnvoyTerminatorSink.cs
365                 System.Runtime.Remoting.Messaging/IInternalMessage.cs
366
367 2003-02-08  Zoltan Varga  <vargaz@freemail.hu>
368
369         * unix.args: added MACAlgorithm and HMACAlgorithm.
370
371 2003-02-06  Sebastien Pouliot <spouliot@videotron.ca>
372
373         * unix.args: Move some class from System.Security.Cryptography
374           into Mono.* for easier reuse.
375
376 2003-02-04  Lluis Sanchez Gual <lluis@ideary.com>
377
378         * unix.args: added ServerIdentity.cs, Lease.cs, LeaseManager.cs
379
380 2003-02-03  Patrik Torstensson
381
382         * corlib.build: fixes so corlib_cmp and corlib_res builds, need to
383           check if we need the libs and if they still are correct.
384
385 2003-02-03  Patrik Torstensson
386
387         * unix.args: added CADMessages.cs
388
389 2003-01-26  Lluis Sanchez Gual <lluis@ideary.com>
390
391         * unix.args: added RemoteActivator.cs.
392
393 2003-01-26  Lluis Sanchez Gual <lluis@ideary.com>
394
395         * unix.args: added System.Runtime.Remoting.Messaging/ArgInfo.cs,
396                 System.Runtime.Remoting.Messaging/MethodCallDictionary.cs
397                 System.Runtime.Remoting.Messaging/MethodDictionary.cs
398                 System.Runtime.Remoting.Messaging/MethodReturnDictionary.cs
399
400 2003-01-24  Lluis Sanchez Gual <lluis@ideary.com>
401
402         * unix.args: added System.Runtime.Remoting/TypeInfo.cs and
403           System.Runtime.Serialization.Formatters.Binary/MessageFormatter.cs
404
405 2003-01-18  Jonathan Pryor <jonpryor@vt.edu>
406
407         * unix.args: Added IsolatedStorageFile.cs and IsolatedStorageInfo.cs in
408           System.IO.IsolatedStorage
409
410
411 2003-01-17  Lluis Sanchez Gual <lluis@ideary.com>
412         * unix.args: Added System/DelegateSerializationHolder.cs, 
413           System/UnitySerializationHolder.cs,
414           System.Runtime.Serialization/ObjectManager.cs,
415           System.Runtime.Serialization.Formatters.Binary/BinaryCommon.cs,
416       System.Runtime.Serialization.Formatters.Binary/ObjectReader.cs and
417           System.Runtime.Serialization.Formatters.Binary/ObjectWriter.cs
418
419 2003-01-05  Sebastien Pouliot <spouliot@videotron.ca>
420
421         * unix.args: added COMException.cs in System.Runtime.InteropServices
422
423 2003-01-01  Jaime Anguiano Olarra <jaime@gnome.org>
424
425         * unix.args: added System.Diagnostics.Process.cs 
426
427 2002-12-28  Duncan Mak  <duncan@ximian.com>
428
429         * unix.args (ASN1.cs): Sebastien forgot to include this file.
430
431 2002-12-27  Sebastien Pouliot <spouliot@videotron.ca>
432
433         * unix.args: added CryptoTools.cs file.
434
435 2002-12-16  Sebastien Pouliot <spouliot@videotron.ca>
436
437         * unix.args: added StrongName.cs, StrongNamePublicKeyBlob.cs 
438         and StrongNameIdentityPermission.cs files.
439
440 2002-12-15  Sebastien Pouliot <spouliot@videotron.ca>
441
442         * unix.args: added PublisherIdentityPermission.cs,
443         Publisher.cs and PublisherMembershipCondition.cs
444
445 2002-12-10  Jeroen Janssen <japj@darius.demon.nl>
446         
447         * updated .build file(s) to correctly contain required buildfile 
448           attribute for nant
449
450 2002-11-17  Sebastien Pouliot <spouliot@videotron.ca>
451
452         * unix.args: added missing files from System.Security.Cryptography
453         namespace.
454
455 2002-10-28  Gonzalo Paniagua Javier <gonzalo@gnome-db.org>
456
457         * unix.args: added missing files from System.Security.Cryptography
458         namespace.
459
460 2002-10-19  Sebastien Pouliot <spouliot@videotron.ca>
461
462         * corlib.build: Removed all excluded cryptographic source code as the
463         cyclic dependency was removed (well commented)
464
465 2002-10-11  Duncan Mak  <duncan@ximian.com>
466
467         * unix.args: Added System.Security.Cryptography.CryptoConfig.
468
469 2002-10-08  Miguel de Icaza  <miguel@ximian.com>
470
471         * Mono/Runtime.cs: New file.
472
473 2002-10-05  Andrew Birkett  <andy@nobugs.org>
474
475         * unix.args: Added System.Security.Cryptography.RC2
476
477 2002-09-12  Dick Porter  <dick@ximian.com>
478
479         * unix.args: Add System.Globalization.SortKey,
480         System.Globalization.StringInfo and
481         System.Globalizaton.TextElementEnumerator
482         
483 2002-09-12  Dick Porter  <dick@ximian.com>
484
485         * unix.args: Add System.ArgIterator and System.TypedReference
486
487         * corlib.build: Adding DecimalConstantAttribute to Decimal (which
488         corcompare showed as missing) causes a SecurityException in
489         corcompare, so exclude Decimal from the corlib_cmp build.
490
491 2002-08-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
492
493         * unix.args: added a couple of new files in System.Security.Principal.
494
495 2002-08-15  Tim Coleman <tim@timcoleman.com>
496         * unix.args: 
497                 Add System.Globalization/TextInfo.cs
498                 Add System.Runtime.Serialization/FormatterConverter.cs
499
500 2002-07-31  Rodrigo Moya <rodrigo@ximian.com>
501
502         * unix.args: added new files from System.Runtime.Remoting.Channels.
503
504 2002-07-31  Duncan Mak  <duncan@ximian.com>
505
506         * unix.args: Added interfaces and enumerations from
507         System.Runtime.Remoting.Channels. 
508
509 2002-07-31  Duncan Mak  <duncan@ximian.com>
510
511         * unix.args: Added new classes in
512         System.Runtime.Remoting.Contexts.
513         
514
515 2002-07-31  Duncan Mak  <duncan@ximian.com>
516
517         * unix.args: Added new Exceptions, Interfaces and various
518         TypeEntries from System.Runtime.Remoting.
519
520 2002-07-29  Martin Baulig  <martin@gnome.org>
521
522         * list: Removed, this isn't used anymore and people are already
523         getting confused which file to use.
524
525 2002-07-24  Duncan Mak  <duncan@ximian.com>
526
527         * unix.args: Added files from Remoting.Lifetime and
528         Remoting.Metadata.
529
530         * ChangeLog: Moved entries from System.Runtime.Remoting.Activation
531         and System.Runtime.Remoting.Proxies to their own ChangeLog.
532
533 2002-07-23  Duncan Mak  <duncan@ximian.com>
534
535         * list: 
536         * unix.args: Added new Attributes in
537         System.Runtime.CompilerServices and System.Runtime.Remoting.Messaging.
538
539 2002-07-22  Tim Coleman <tim@timcoleman.com>
540         * list:
541         * unix.args:
542                 Added System.Security.Permission/ReflectionPermission.cs and
543                 System.Security.Permission/EnvironmentPermission.cs and
544
545 2002-07-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
546
547         * list:
548         * unix.args: added IObjectHandle.cs.
549
550 2002-06-20  Martin Baulig  <martin@gnome.org>
551
552         * unix.args: New file.  This is a mcs response file to compile
553         corlib on GNU/Linux (which doesn't work yet).
554
555 2002-04-30  Daniel Stodden  <stodden@in.tum.de>
556
557         * System/Delegate.cs: Implemented Remove()
558         * System/MulticastDelegate.cs: Implementation of RemoveImpl()
559         done. Plus a fix for Equals().
560         * Test/System/MulticastDelegate.cs: Added. Should reflect above
561         changes.
562         
563 2002-04-27  Martin Baulig  <martin@gnome.org>
564
565         * corlib.build: Added new "mcs-build" target to compile corlib
566         with mcs. This doesn't work yet - it's just to test mcs to find
567         and fix the remaining bugs.
568
569 2002-03-27  Dan Lewis  <dihlewis@yahoo.co.uk>
570
571         * corlib.build: removed seperate windows/linux builds. excluded
572         wrapper and PAL classes from all builds.
573
574 2002-03-03  Nick Drochak  <ndrochak@gol.com>
575
576         * corlib.build: Exclude a bunch of interfaces from corlib_res.dll
577         that were preventing the tests from running on Windows.
578
579 2002-01-25  Mark Crichton  <crichton@gimp.org>
580
581         * System.Security.Cryptography/RijndaelManaged.cs: added
582         
583         * System.Security.Cryptography/Rijndael.cs: changed constructor
584         to set default values.  Hopefully I did it correctly.
585
586 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
587
588         * Unix/Errno.cs: Added
589
590         * Unix/Wrapper.cs: Updated to new Wrapper
591
592 2002-01-19  Nick Drochak  <ndrochak@gol.com>
593         
594         * corlib.build: exclude Delegate from corlib_cmp.
595
596 2002-01-09  Nick Drochak  <ndrochak@gol.com>
597
598         * corlib.build: Exclude Security Attribute classes that need mcs
599         magic to get them to compile.
600
601 2002-01-06  Duco Fijma <duco@lorentz.xs4all.nl>
602         * corlib.build: Removed <excludes> for System.Resources
603
604 2002-01-05  Nick Drochak  <ndrochak@gol.com>
605
606         * corlib.build: Have the clean target remove any .pdb files that
607         might be around if we compiled with debug on.
608
609 2002-01-05  Nick Drochak  <ndrochak@gol.com>
610
611         * corlib.build: Make new build of corlib_cmp.dll.  This is the same
612         as corlib.dll without Object and ValueType.  It is used by 
613         /mcs/tools/corcompare.exe to compare with mscorlib.
614
615 2002-01-03  Nick Drochak  <ndrochak@gol.com>
616
617         * corlib.build: Put the linux target at the top.  I keep changing the 
618         build for windows 'cause it's at the top.  Then when I do make, nothing
619         changes.  It seems like it always takes me half a day to remember
620         that the linux target comes second.  Old age I guess.
621
622         * .cvsignore: ignore corlib.pdb for times when it's built with debug on.
623
624 2002-01-02  Nick Drochak  <ndrochak@gol.com>
625
626         * corlib.build: Removed "exclude CodeAccessPermission.cs"
627
628 2001-12-11  Duncan Mak  <duncan@ximian.com>
629
630         * ChangeLog: Added "System.Resources" to the exclude list.
631
632 2001-12-05  Nick Drochak <ndrochak@gol.com>
633
634         * ChangeLog: Add the change log to this directory
635
636         * 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'.
637