[System] Exclude code that tries to load System.Windows.Forms.dll dynamically on...
[mono-project.git] / mcs / class / System / ChangeLog
blob321c80768286a3344a28f9451a1073e942c5149d
1 2010-07-21  Sebastien Pouliot  <sebastien@ximian.com>
3         * Makefile: Ensure SECURITY_DEP gets defined in our moonlight
4         raw profile
6 2010-05-10  Sebastien Pouliot  <sebastien@ximian.com>
8         * moonlight_bootstrap_System.dll.sources: Minimal build for 
9         bootstrap. Does not depend on corlib's internals
10         * moonlight_raw_System.dll.sources: Full raw (pre-tuned) build 
11         for Moonlight - includes SSL code
12         * moonlight_shared_System.dll.sources: New. Parts that are both
13         needed for bootstrap and raw builds
15 2010-04-29  Marek Habersack  <mhabersack@novell.com>
17         * System.Security.Authentication.ExtendedProtection/ChannelBinding.cs:
18         added
20 2010-04-23  Sebastien Pouliot  <sebastien@ximian.com>
22         * moonlight_raw_System.dll.sources: Add new (for SL4) types
23         to moonlight build
25 2010-04-16  Raja R Harinath  <harinath@hurrynot.org>
26         and Marek Habersack  <mhabersack@novell.com>
28         * Makefile (LIBRARY_COMPILE) [USE_BOOT_COMPILE]:
29         Don't override if the profile says it isn't necessary by setting
30         PROFILE_MCS_HAS_BOOTSTRAP_FALLBACK.
32 2010-04-01  Jb Evain  <jbevain@novell.com>
34         * System.dll.sources: add SortedSet to the build.
36 2010-03-20  Miguel de Icaza  <miguel@novell.com>
38         * Eliminate warnings in a bunch of places.
40 2010-03-19  Miguel de Icaza  <miguel@novell.com>
42         * Eliminate warnings in a bunch of places.
44 2010-03-19  Sebastien Pouliot  <sebastien@ximian.com>
46         * moonlight_*_System.dll.sources: Bring extra types so we can
47         build a full, managed, internal HTTP stack to be reused for SL3+
48         * Makefile: Add a INSIDE_SYSTEM define when compiling System.dll
49         to makes it possible to rebuild the same types in System.Net.dll
51 2010-03-16  Jb Evain  <jbevain@novell.com>
53         * net_2_1_*.dll.sources: rename to moonlight_*.dll.sources.
55 2010-03-11  Sebastien Pouliot  <sebastien@ximian.com>
57         * net_2_1_raw_System.dll.sources: Add existing files that are 
58         part of SL4
60 2010-03-02  Jérémie Laval  <jeremie.laval@gmail.com>
62         * System_test.dll.sources: Add System.Threading/BarrierTest.cs
64 2010-02-23  Carlos Alberto Cortez <calberto.cortez@gmail.com>
66         * System_test.dll.sources: Add System.IO.Ports/SerialPortTest.cs.
68 2010-01-29  Mike Kestner <mkestner@novell.com>
70         * System.dll.sources: add System.Net/WebUtility.cs.
71         * System_test.dll.sources: add WebUtilityTest.cs to tests.
73 2010-01-12  Sebastien Pouliot  <sebastien@ximian.com>
75         * System_test.dll.sources: Add NetworkCredentialTest.cs to the tests
77 2009-12-04  Sebastien Pouliot  <sebastien@ximian.com>
79         * System.dll.sources: Add (moved) System.Net/DnsEndPoint.cs
80         to the build (used by 2.1/moonlight and 4.0)
82 2009-12-01  Sebastien Pouliot  <sebastien@ximian.com>
84         * net_2_1_raw_System.dll.sources: Add existing files that are 
85         part of Silverlight 3 (but were not in Silverlight 2)
87 2009-11-03  Sebastien Pouliot  <sebastien@ximian.com>
89         * net_2_1_raw_System.dll.sources: Remove build/common/*.cs files
90         since this will confuse other assemblies (e.g. System.Net.dll)
91         to select mscorlib or System.dll version of the internal types
93 2009-10-15  Jb Evain  <jbevain@novell.com>
95         * monotouch_System.dll.sources: add Semaphore to MonoTouch.
97 2009-10-14  Jonathan Pryor  <jpryor@novell.com>
99         * monotouch_System.dll.sources: Add lots of additional .NET 2.0
100           functionality to the MonoTouch profile.
102 2009-09-26  Sebastien Pouliot  <sebastien@ximian.com>
104         * System_test.dll.sources: Add unit tests for SocketAsyncEventArgs
106 2009-09-21  Sebastien Pouliot  <sebastien@ximian.com>
108         * net_2_1_raw_System.dll.sources: Remove System.Net.Mime since
109         System.Runtime.Serialization does not need them anymore
111 2009-09-14 Jonathan Pryor <jpryor@novell.com>
113         * MonoTouch/MonoPInvokeCallbackAttribute.cs: Added.
114         * monotouch_System.dll.sources: Include MonoPInvokeCallbackAttribute.
116 2009-08-26 Gonzalo Paniagua Javier <gonzalo@novell.com>
118         * System.dll.sources:
119         * monotouch_System.dll.sources:
120         * System20.csproj: add Mono.Http/NtmlClient.cs
122         * Mono.Http/ChangeLog: New file.
123         * Mono.Http/NtlmClient.cs: copied from Mono.Http.
124         * System.Net/NtlmClient.cs: use Mono.Http.NtmlClient from System
125         instead of dynamically loading the one in Mono.Http.
127 2009-08-11  Jérémie Laval  <jeremie.laval@gmail.com>
129         * System.dll.sources: Adding ParallelFx files.
130         * System_test.dll.sources: Adding ParallelFx test files.
132 2009-07-26  Raja R Harinath  <harinath@hurrynot.org>
134         * Makefile ($(build_lib)): Make CYCLIC_DEP_FILES depend on this.
136 2009-07-22  Jb Evain  <jbevain@novell.com>
138         * monotouch_System.dll.sources: bring Process in.
140 2009-06-28  Gert Driesen  <drieseng@users.sourceforge.net>
142         * System_test.dll.sources: Added IPv6MulticastOptionTest.cs and
143         MulticastOptionTest.cs.
145 2009-05-14  Jonathan Pryor <jpryor@novell.com>
147         * Makefile: Distribute Test/test-config-file-net-2.0.
149 2009-05-13  Jonathan Pryor <jpryor@novell.com>
151         * System_test.dll.sources: Add ListChangedEventArgsTest.cs.
153 2009-05-13  Jonathan Pryor <jpryor@novell.com>
155         * Makefile: $(test_lib).config needs to be profile-specific.
157 2009-04-23  Sebastien Pouliot  <sebastien@ximian.com>
159         * net_2_1_raw_System.dll.sources: Remove some unneeded files.
161 2009-04-21  Sebastien Pouliot  <sebastien@ximian.com>
163         * System_test.dll.sources: Add EndPointTest.cs
165 2009-04-16  Sebastien Pouliot  <sebastien@ximian.com>
167         * net_2_1_raw_System.dll.sources: Remove corlib's files since System
168         can now access, for 2.1 (moonlight) corlib's internals.
170 2009-04-09  Sebastien Pouliot  <sebastien@ximian.com>
172         * System.dll.sources: Add System.Net.Sockets/Socket_2_1.cs
174 2009-01-07  Sebastien Pouliot  <sebastien@ximian.com>
176         * net_2_1_raw_System.dll.sources: Add System/UriTypeConverter.cs to
177         NET_2_1 build.
179 2009-01-07  Geoff Norton  <gnorton@novell.com>
181         * Makefile: Respect platform specific test harness exclusions.
183 2008-12-25   Leszek Ciesielski <skolima@gmail.com>
185         * System.Diagnostics/Process.cs: Raise the
186         Process.OutputDataReceived and Process.ErrorDataReceived with null
187         arguments at the end.   This is the documented behavior:
189         http://msdn.microsoft.com/en-us/library/system.diagnostics.datareceivedeventargs.data.aspx
191         And CruiseControl.NET depended on this.   Bug #459450.
192         
193         * Microsoft.CSharp/CSharpCodeCompiler.cs: Fix the code, as it
194         depened on the previous broken behavior.
195         
197 2008-12-22  Ivan N. Zlatev  <contact@i-nz.net>
199         * System_test.dll.sources: Added ReferenceConverterTest.cs.
201 2008-12-19  Rolf Bjarne Kvinge  <RKvinge@novell.com>
203         * net_2_1_raw_System.dll.sources: Added IEditableObject.cs
205 2008-12-09  Christian Hergert <christian.hergert@gmail.com>
207         * System_test.dll.sources: Addded CounterCreationDataTest.cs
209 2008-12-06  Ivan N. Zlatev  <contact@i-nz.net>
211         * System_test.dll.sources: Addded NullableConverterTest.cs
213 2008-11-25  Atsushi Enomoto  <atsushi@ximian.com>
215         * Makefile : update old nunit options that break upgrade to 2.4.
217 2008-11-03 Gonzalo Paniagua Javier <gonzalo@novell.com>
219         * System_test.dll.sources: add FtpWebRequestTest.cs
221 2008-10-17  Raja R Harinath  <harinath@hurrynot.org>
223         Make robust to 'make clean; make'
224         * Makefile (CYCLIC_DEPS): If we're using BOOT_COMPILE, don't
225         bother looking for cyclic dependencies -- they'll fail to load
226         even if the dlls exist.
227         (handle-missing-deps): Rename from 'echo-warning'.  Remove cyclic
228         dependencies for real, if they exist.
229         Reported by Jonathan Pryor.
231 2008-09-14  Gert Driesen  <drieseng@users.sourceforge.net>
233         * System_test.dll.sources: Added ConfigXmlDocumentTest.cs.
235 2008-09-14  Zoltan Varga  <vargaz@gmail.com>
237         * Makefile (regex-check): New helper target to run the perl regex test suite.
239 2008-08-16  Gert Driesen  <drieseng@users.sourceforge.net>
241         * System_test.dll.sources: Added SmtpExceptionTest.cs.
243 2008-08-07  Sebastien Pouliot  <sebastien@ximian.com> 
245         * net_2_1_raw_System.dll.sources: Add existing System/UriIdnScope.cs
246         * System_test.dll.sources: Add System.ComponentModel/
247         DefaultValueAttributeTest.cs to the test suite
249 2008-08-06  Sebastien Pouliot  <sebastien@ximian.com>
251         * net_2_1_raw_System.dll.sources: Add System.CodeDom.Compiler/
252         GeneratedCodeAttribute.cs since it's part of SL2 beta 2.
254 2008-07-31  Jb Evain  <jbevain@novell.com>
256         * net_2_1_raw_System.dll.sources: fine tune.
258 2008-07-25  Gert Driesen  <drieseng@users.sourceforge.net>
260         * System_test.dll.sources: Added HttpWebResponseTest.cs.
262 2008-07-14  Marek Habersack  <mhabersack@novell.com>
264         * System.dll.sources: added
265         System.Net.NetworkInformation/LinuxNetworkInterfaceMarshal.cs
267 2008-06-27  Gert Driesen  <drieseng@users.sourceforge.net>
269         * System_test.dll.sources: Added EventDescriptorCollectionTest.cs.
271 2008-06-25  Gert Driesen  <drieseng@users.sourceforge.net>
273         * System_test.dll.sources: Added ConfigurationExceptionTest.cs.
275 2008-05-21  Atsushi Enomoto  <atsushi@ximian.com>
277         * System.dll.sources :
278           added INotifyPropertyChanging stuff (new in 2.0 SP1).
280 2008-04-16  Marek Habersack  <mhabersack@novell.com>
282         * System_test.dll.sources: added
283         System.ComponentModel/ComponentConverterTests.cs
285         * Makefile (TEST_MCS_FLAGS): reference -r:System.Data for new
286         tests.
288 2008-04-13  Jb Evain  <jbevain@novell.com>
290         * net_2_1_raw_System.dll.sources: tune out some
291         uneeded sources for the 2.1 profile.
292         Merged from the Moonlight 2 branch.
294 2008-03-15  Gert Driesen  <drieseng@users.sourceforge.net>
296         * System_test.dll.sources: Added DesignerAttributeTest.cs.
298 2008-03-03  Zoltan Varga  <vargaz@gmail.com>
300         * System.dll.sources: Add the new regex interpreter/compiler sources, not yet
301         used.
303         * net_2_1_raw_System.dll.sources: Ditto.
304         
305 2008-02-18  Raja R Harinath  <harinath@hurrynot.org>
307         * Makefile (CYCLIC_DEPS): Don't use $(eval ...) -- we still
308         support older GNU makes.
310 2008-02-17  Gert Driesen  <drieseng@users.sourceforge.net>
312         * System_test.dll.sources: Added CharConverterTest.cs and
313         CultureInfoConverterTest.cs.
315 2008-02-17  Raja R Harinath  <harinath@hurrynot.org>
317         * Makefile (CYCLIC_DEPS): New macro.
318         (CYCLIC_DEP_FILES): Use it to clean up handling of cyclic dependencies.
319         * net_2_1_raw_System.dll.sources: Rename from net_2_1_System.dll.sources.
320         * net_2_1_bootstrap_System.dll.sources: New.
322 2008-02-10  Juraj Skripsky  <js@hotfeet.ch>
324         * System.dll.sources: Added ICodeDomVisitor.cs.
326 2008-01-23  Gert Driesen  <drieseng@users.sourceforge.net>
328         * System_test.dll.sources: Added FileVersionInfoTest.cs.
330 2007-12-24  Gert Driesen  <drieseng@users.sourceforge.net>
332         * System_test.dll.sources: Added CheckoutExceptionTest.cs.
334 2007-12-15  Marek Habersack  <mhabersack@novell.com>
336         * System.dll.sources: added
337         System.CodeDom.Compiler/CompilerProviderOption.cs and
338         System.CodeDom.Compiler/CompilerProviderOptionsCollection.cs
340 2007-12-04  Gert Driesen  <drieseng@users.sourceforge.net>
342         * System_test.dll.sources: Added Win32ExceptionTest.cs.
344 2007-11-12  Atsushi Enomoto  <atsushi@ximian.com>
346         * System.dll.sources : added S.R.InteropSvcs.ComTypes types.
348 2007-11-08  Jb Evain  <jbevain@novell.com>
350         * net_2_1_System.dll.sources: use the custom
351         WebHeaderCollection.
353 2007-11-07  Gert Driesen  <drieseng@users.sourceforge.net>
355         * System.dll.sources: Added Win32SoundPlayer.cs.
357 2007-11-03  Gert Driesen  <drieseng@users.sourceforge.net>
359         * System_test.dll.sources: Added InvalidEnumArgumentExceptionTest.cs.
361 2007-10-22  Jb Evain  <jbevain@novell.com>
363         * net_2_1_System.dll.sources: remove System.Net.Mail.*
365 2007-09-29  Gert Driesen  <drieseng@users.sourceforge.net>
367         * System_test.dll.sources: Added HttpListenerRequestTest.cs.
369 2007-09-27  Atsushi Enomoto  <atsushi@ximian.com>
371         * System.dll.sources : added ITypeDiscoveryService.cs.
373 2007-09-25  Jonathan Pobst  <monkey@jpobst.com>
375         * System_test.dll.sources: Added AsyncOperationManagerTest.cs.
377 2007-09-17  Gert Driesen  <drieseng@users.sourceforge.net>
379         * System_test.dll.sources: Added ComponentResourceManagerTest.cs.
381 2007-09-05  Atsushi Enomoto  <atsushi@ximian.com>
383         * System.dll.sources : added HandleCollector.cs.
385 2007-09-05  Gert Driesen  <drieseng@users.sourceforge.net>
387         * System_test.dll.sources: Added EnumConverterTest.cs.
389 2007-08-29  Ivan N. Zlatev  <contact@i-nz.net>
391         * System.dll.sources: add DefaultSerializationProviderAttribute.cs,
392         ComponentSerializationService.cs, MemberRelationship.cs, 
393         SerializationStore.cs, MemberRelationshipService.cs, 
394         DesignerOptionService.cs, ITreeDesigner.cs
396 2007-08-29  Atsushi Enomoto  <atsushi@ximian.com>
398         * System.dll.sources : added Win32NetworkInterfaceMarshal.cs.
400 2007-08-24  Atsushi Enomoto  <atsushi@ximian.com>
402         * Makefile : split PREBUILT_DEP from CONFIGURATION_DEP so that the
403           prebuilt System.dll could be referenced for security stuff too.
405 2007-08-09  Atsushi Enomoto  <atsushi@ximian.com>
407         * net_2_1_System.dll.sources :
408           Replaced HttpWebRequest and HttpWebResponse with those for 2.1,
409           and removed related 2.0-only types.
411 2007-08-09  Jb Evain  <jbevain@novell.com>
413         * net_2_1_System.dll.sources: use a special .sources file
414         for the 2.1 profile.
416 2007-08-06  Atsushi Enomoto  <atsushi@ximian.com>
418         * System.dll.sources : added PerformanceCounterInstanceLifetime.cs
419           and PerformanceCounterCategoryType.cs.
421 2007-08-01  Atsushi Enomoto  <atsushi@ximian.com>
423         * System_test.dll.sources : added BackgroundWorkerTest.cs.
425 2007-07-20  Jb Evain  <jbevain@novell.com>
427         * Makefile: no need for the deps for installing in 2.1.
429 2007-07-11  Alan McGovern  <amcgovern@novell.com>
431         * Uri.cs: Fix for #78781 applied.
433 2007-07-11  Ankit Jain  <jankit@novell.com>
435         * System_test.dll.sources: Add ProcessStartInfoTest.cs.
437 2007-06-12  Marek Safar <marek.safar@gmail.com>
439         * Makefile: Check only major framework version to do 2.x build.
441 2007-06-05  Raja R Harinath  <harinath@gmail.com>
443         Make cyclic-dependency handling more readable
444         * Makefile (MISSING_DEPS): New.  Contains the list of cyclic
445         dependencies that aren't present.
446         (echo-warning): Simplify drastically.
448 2007-06-04  Atsushi Enomoto  <atsushi@ximian.com>
450         * System.dll.sources :
451           added CustomizableLocalFileSettingsProvider.cs.
453 2007-05-31  Atsushi Enomoto  <atsushi@ximian.com>
455         * System.dll.sources :
456           added couple of new 2.0 sys.ComponentModel types.
458 2007-05-31  Rolf Bjarne Kvinge <RKvinge@novell.com> 
460         * System.dll.sources: Added LookupBindingPropertiesAttribute.cs.
461         * System_test.dll.sources: Added
462           LookupBindingPropertiesAttributeTest.cs
464 2007-05-30  Sebastien Pouliot  <sebastien@ximian.com>
466         * System.dll.sources: Add S.C.D.IComponentDiscoveryService
468 2007-05-30  Atsushi Enomoto  <atsushi@ximian.com>
470         * System_test.dll.sources : added SettingsBaseTest.cs.
472 2007-05-28  Atsushi Enomoto  <atsushi@ximian.com>
474         * System_test.dll.sources : added SettingElementTest.cs.
476 2007-05-18  Atsushi Enomoto  <atsushi@ximian.com>
478         * System.dll.sources : added TraceSourceInfo.cs.
480 2007-05-17  Atsushi Enomoto  <atsushi@ximian.com>
482         * System.dll.sources : added TraceOptions.cs.
484 2007-05-16  Adar Wesley <adarw@mainsoft.com>
486         * System20.csproj: added classes to compilation set IOControlCode.cs,
487         IPPacketInformation.cs
489 2007-05-14  Atsushi Enomoto  <atsushi@ximian.com>
491         * System.dll.sources :
492           Added EventTypeFilter.cs, TraceFilter.cs, SourceFilter.cs, 
493           DelimitedListTraceListener.cs, SwitchAttribute.cs and
494           SwitchLevelAttribute.cs in sys.diagnostics.
496 2007-05-02  Raja R Harinath  <harinath@gmail.com>
498         * System.dll.sources: Add RBTree.cs.
500 2007-04-16  Rolf Bjarne Kvinge  <RKvinge@novell.com>
502         * System_test.dll.sources: Added CodeGeneratorFromBinaryOperatorTest.cs.
503 2007-03-09  Chris Toshok  <toshok@ximian.com>
505         * System.ComponentModel.Design/DesignerTransactionCloseEventArgs.cs:
506         update this to 2.0. massage a patch from Ivan Zlatev.
508 2007-02-27  Rolf Bjarne Kvinge  <RKvinge@novell.com>
510         * System_test.dll.sources: Added MaskedTextProviderTest.cs
511         * System.dll.sources: Added MaskedTextProvider.cs
513 2007-01-29  Gert Driesen  <drieseng@users.sourceforge.net>
515         * System_test.dll.sources: Added SocketResponder.cs.
517 2007-01-28  Ilya Kharmatsky <ilyak -at- mainsoft.com>
518         
519         * System20.vmwcsproj: Added new net_2_0 classes to the project
520           file.
522 2007-01-28  Gert Driesen  <drieseng@users.sourceforge.net>
524         * System_test.dll.sources: Added FileWebResponseTest.cs.
526 2007-01-18  Atsushi Enomoto  <atsushi@ximian.com>
528         * System.dll.sources: added new sources:
529           TraceSource.cs, SourceLevels.cs, CorrelationManager.cs,
530           TraceEventCache.cs, TraceEventType.cs and SourceSwitch.cs.
531         * System_test.dll.sources: added new tests:
532           TraceSourceTest.cs and SourceSwitchTest.cs.
534 2007-01-11  Dick Porter  <dick@ximian.com>
536         * System.dll.sources: Add System.Net.Sockets/{IOControlCode,SocketInformation,SocketInformationOptions,TransmitFileOptions}.cs
538 2007-01-02  Gert Driesen  <drieseng@users.sourceforge.net>
540         * System_test.dll.sources: Added ProcessTest.cs.
542 2006-12-22  Rolf Bjarne Kvinge  <RKvinge@novell.com>
544         * System_test.dll.sources: added DefaultBindingPropertyAttributeTest.cs
546         * System.dll.sources: added DefaultBindingPropertyAttribute.cs
548 2006-12-22  Sebastien Pouliot  <sebastien@ximian.com>
550         * Makefile: Add some extra (PKITS related) files to dist tarball
552 2006-12-20  Chris Toshok  <toshok@ximian.com>
554         * System_test.dll.sources: add AttributeProviderAttributeTest.cs
556         * System.dll.sources: add AttributeProviderAttribute.cs
558 2006-12-20  Chris Toshok  <toshok@ximian.com>
560         * System_test.dll.sources: add ComplexBindingPropertiesAttributeTest.cs
562         * System.dll.sources: add ComplexBindingPropertiesAttribute.cs
564 Wed Dec 20 19:30:27 CET 2006 Paolo Molaro <lupus@ximian.com>
566         * Makefile, resources/*.wav, System.dll.sources: added sound
567         samples provided by Clint Herron. Enabled System.Media namespace.
569 2006-12-07  Sebastien Pouliot  <sebastien@ximian.com>
571         * Makefile: Detect PKITS data and, if available, include the unit 
572         tests with the [Category("PKITS")] attribute.
573         * System_test.dll.sources: Add PKITS-based unit tests for X509Chain.
575 2006-11-27  Andrew Skiba  <andrews@mainsoft.com>
577         * System-tests20.sln, System-tests20.vmcsproj, run-tests.bat: added
578         Grasshopper test project and bat file.
580 2006-11-17  Sebastien Pouliot  <sebastien@ximian.com>
582         * System_test.dll.sources: Add unit tests for System.Security.
583         Cryptography.X509Certificates/X509Certificate2Collection and 
584         X509ExtensionCollection classes to the build.
586 2006-11-08  Gert Driesen  <drieseng@users.sourceforge.net>
588         * System_test.dll.sources: Added ArrayConverterTests.cs.
590 2006-11-07  Andrew Skiba  <andrews@mainsoft.com>
592         * System.Security.AccessControl/SemaphoreAuditRule.cs,
593         System.Net/HttpWebRequest.jvm.cs, System.Net/VMWHttpProvider.cs,
594         System.Net/HttpWebResponse.jvm.cs, System.Net/HttpStateCache.cs,
595         System.Net/HttpProvider.cs, System.Net/ServicePoint.cs,
596         System.Net.Sockets/Socket.jvm.cs, System.Net.Sockets/GHStreamSocket.cs,
597         System.Net.Sockets/GHSocketFactory.cs, System.Net.Sockets/GHStreamSocketSSL.cs,
598         System.Net.Sockets/GHSocket.cs, System.J2EE20.vmwcsproj,
599         System.J2EE20.sln, machine.config: add files and TARGET_JVM-s to compile
600         System.dll in GH.
602 2006-11-07  Sebastien Pouliot  <sebastien@ximian.com>
604         * System_test.dll.sources: Add unit tests for System.ComponentModel.
605         CollectionConverter to the build.
607 2006-11-07  Andrew Skiba  <andrews@mainsoft.com>
609         * ApplicationSettingsBase.cs, AppSettingsReader.cs,
610         ConfigurationSettings.cs, LocalFileSettingsProvider.cs: exclude using
611         PrebuiltSystem on TARGET_JVM
613 2006-10-31  Sebastien Pouliot  <sebastien@ximian.com>
615         * System.dll.sources: Add System.Net.Mail.SmtpPermission[Attribute] to
616         the build.
617         * System_test.dll.sources: Add unit tests for System.Net.Mail 
618         SmtpPermission[Attribute] to the build.
620 2006-08-22  Miguel de Icaza  <miguel@novell.com>
622         * System.ComponentModel.Design/HelpKeywordAttribute.cs: Add new
623         file. 
625 2006-08-20  Gert Driesen  <drieseng@users.sourceforge.net>
627         * System_test.dll.sources: Added EventInstanceTest.cs
629 2006-08-20  Gert Driesen  <drieseng@users.sourceforge.net>
631         * System.dll.sources: Added Win32EventLog.cs.
633 2006-08-14  Atsushi Enomoto  <atsushi@ximian.com>
635         * System.dll.sources : added LocalFileEventLog.cs and NullEventLog.cs.
637 2006-08-14  Atsushi Enomoto  <atsushi@ximian.com>
639         * System.dll.sources : reverted all recent changes on EventLogs.
640           It does not work at all.
642 2006-08-11  Gert Driesen  <drieseng@users.sourceforge.net>
644         * System.dll.sources: Added UnixEventLog.cs and Win32EventLog.cs.
645         * System_test.dll.sources: Added EventLogTest.cs.
647 2006-08-09  Gert Driesen  <drieseng@users.sourceforge.net>
649         * System_test.dll.souces: Added EventSourceCreationDataTest.cs.
651 2006-08-09  Gert Driesen  <drieseng@users.sourceforge.net>
653         * System.dll.sources: Added EventInstance.cs, OverflowAction.cs,
654         EventSourceCreationData.cs.
656 2006-08-07  Gert Driesen  <drieseng@users.sourceforge.net>
658         * System_test.dll.sources: Added X509Certificate2Test.cs.
660 2006-07-14  Peter Dennis Bartok  <pbartok@novell.com>
662         * System.dll.sources: Added System.ComponentModel/MaskedTextResultHint.cs
664 2006-07-06  Dick Porter  <dick@ximian.com>
666         * System.dll.sources: Added
667         System.Security.AccessControl/SemaphoreAccessRule.cs
668         System.Security.AccessControl/SemaphoreAuditRule.cs
670 2006-05-10  Atsushi Enomoto  <atsushi@ximian.com>
672         * System_test.dll.sources : added ConnectionManagementSectionTest.cs
673           and WebRequestModulesSectionTest.cs.
675 2006-05-10  Atsushi Enomoto  <atsushi@ximian.com>
677         * Makefile : add -r:System.Configuration under net_2_0.
679 2005-05-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
681         * Makefile: Add -unsafe flag, since it is needed in
682         System.IO.Ports.WinSerialStream.
684 2006-05-08  Atsushi Enomoto  <atsushi@ximian.com>
686         * System.dll.sources : added SettingsBindableAttribute.cs.
688 2006-05-06  Carlos Alberto Cortez <calberto.cortez@gmail.com>
690         * System.dll.sources: Added new System.IO.Ports/ISerialStream.cs
691         file.
692         
693 2006-04-28  Atsushi Enomoto  <atsushi@ximian.com>
695         * System.dll.sources : added a bunch of missing sys.configuration
696           files.
698 2006-04-27  Atsushi Enomoto  <atsushi@ximian.com>
700         * System.dll.sources : added ClientSettingsSection.cs.
702 2006-04-26  Atsushi Enomoto  <atsushi@ximian.com>
704         * System.dll.sources : added ApplicationSettingsGroup.cs.
706 2006-04-20  Gert Driesen  <drieseng@users.sourceforge.net>
708         * System_test.dll.sources: Added CodeGeneratorFromNamespaceTest.cs from
709         Microsoft.VisualBasic.
711 2006-04-17  Atsushi Enomoto  <atsushi@ximian.com>
713         * System.dll.sources : Added AsyncOperation.cs,
714           AsyncOperationManager.cs, BackgroundWorker.cs,
715           DoWorkEventHandler.cs, DoWorkEventArgs.cs,
716           RunWorkerCompletedEventArgs.cs and
717           RunWorkerCompletedEventHandler.cs.
719 2006-04-06  Carlos Alberto Cortez <calberto.cortez@gmail.com>
721         * System.dll.sources: Added System.IO.Ports/SerialSignal.cs.
722         
723 2006-04-05  Atsushi Enomoto  <atsushi@ximian.com>
725         * System.dll.sources : added SslPolicyErrors.cs.
727 2006-04-05  Atsushi Enomoto  <atsushi@ximian.com>
729         * System.dll.sources : added SortedDictionary.cs.
730         * System_test.dll.sources : added SortedDictionaryTest.cs.
732 2006-04-04  Atsushi Enomoto  <atsushi@ximian.com>
734         * System.dll.sources: added DataReceivedEventArgs.cs and
735           DataReceivedEventHandler.cs.
736         * System_test.dll.sources : added StopwatchTest.cs.
738 2006-04-01  Zoltan Varga  <vargaz@gmail.com>
740         * System.dll.sources: Added System.Diagnostics/Stopwatch.cs.
742 2006-03-30  Atsushi Enomoto  <atsushi@ximian.com>
744         * System.dll.sources:
745           DownloadStringCompletedEventHandler.cs was missing.
747 2006-03-28  Atsushi Enomoto  <atsushi@ximian.com>
749         * System.dll.sources : added ProgressChangedEvent[Args|Handler] in
750           System.ComponentModel, and several WebClient event args in
751           System.Net.
753 2006-03-09  Zoltan Varga  <vargaz@gmail.com>
755         * System.dll.sources: Added System.ComponentModel.Design.Serialization/
756         CodeDomSerializerException.cs.
758 2006-02-28  Carlos Alberto Cortez <calberto.cortez@gmail.com>
760         * System.dll.sources: Forgot to add inside System.IO.Ports:
761         SerialData.cs, SerialError.cs, SerialPinChange.cs
763 2006-02-22  Kornél Pál  <kornelpal@hotmail.com>
765         * System.dll.sources: Added System.IO.Ports.SerialPortStream.cs
766           to fix build.
768 2005-02-02  Carlos Alberto Cortez <calberto.cortez@gmail.com>
770         * System.dll.sources: Add the recently added System.Net 2.0 
771         clases (FtpWebRequest, FtpWebResponse, FtpDataStream, FtpAsyncResult,
772         and also FtpStatusCode and WebRequestMethods).
773         
774 2005-01-13  John Luke  <john.luke@gmail.com>
776         * System_test.dll.sources: add System.Net.Mail.SmtpClient tests
777         
778 2006-01-09  Chris Toshok  <toshok@ximian.com>
780         * Makefile (LIB_MCS_FLAGS): if we're building net_2_0, define
781         CONFIGURATION_2_0 to use the new System.Configuration api.
783 2006-01-02  Chris Toshok  <toshok@ximian.com>
785         * Makefile: use an external alias (PrebuiltSystem) when building
786         with CONFIGURATION_DEP.
788 2005-12-24  John Luke  <john.luke@gmail.com>
790         * System_test.dll.sources: add System.Net.Mail tests
792 2005-12-23  John Luke  <john.luke@gmail.com>
794         * System_test.dll.sources: add
795         System.Net.Mime/ContentDispositionTest.cs
796         System.Net.Mime/ContentTypeTest.cs
798 2005-12-13  Chris Toshok  <toshok@ximian.com>
800         * System.dll.sources: add
801         System.Net.Configuration/FtpCachePolicyElement.cs.
803 2005-12-07  Robert Jordan  <robertj@gmx.net>
805         * System.dll.sources: Added System.Net.Sockets/SocketError.cs.
807 2005-11-30  Gert Driesen  <drieseng@users.sourceforge.net>
809         * System_test.dll.sources: Added CodeRemoveEventStatementTest.cs from
810         System.CodeDom.
812 2005-11-26  Gert Driesen  <drieseng@users.sourceforge.net>
814         * System_test.dll.sources: Added CodeGeneratorFromStatementTest.cs
815         from Microsoft.VisualBasic.     
817 2005-11-20  Gert Driesen  <drieseng@users.sourceforge.net>
819         * System_test.dll.sources: Added CodeNamespaceImportCollectionTest.cs,
820         CodeNamespaceCollectionTest.cs, CodeTypeDeclarationCollectionTest.cs,
821         CodeTypeMemberCollectionTest.cs, CodeTypeParameterCollectionTest.cs,
822         CodeAttributeArgumentCollectionTest.cs, CodeDirectiveCollectionTest.cs,
823         CodeAttributeDeclarationCollectionTest.cs, 
824         CodeCatchClauseCollectionTest.cs, 
825         CodeCommentStatementCollectionTest.cs.
827 2005-11-09  Zoltan Varga  <vargaz@gmail.com>
829         * System_test.dll.sources: Add Test/System.Collections.Generic/SortedListTest.cs.
831         * System.dll.sources: Add System.Collections.Generic/SortedList.cs.
833 2005-11-08  Gert Driesen  <drieseng@users.sourceforge.net>
835         * System_test.dll.sources: Added CodeExpressionCollectionTest.cs,
836         CodeParameterDeclarationExpressionCollectionTest.cs,
837         CodeTypeReferenceCollectionTest.cs.
839 2005-11-04  Gert Driesen  <drieseng@users.sourceforge.net>
841         * System_test.dll.sources: Added CodeCastExpressionTest.cs,
842         CodeCatchClauseTest.cs, CodeChecksumPragmaTest.cs, 
843         CodeConstructorTest.cs, CodeDefaultValueExpressionTest.cs;
844         CodeDelegateCreateExpressionTest.cs, CodeEventReferenceExpressionTest.cs
845         CodeGotoStatementTest.cs, CodeLabeledStatementTest.cs,
846         CodeLinePragmaTest.cs, CodeMemberMethodTest.cs, 
847         CodeMethodInvokeExpressionTest.cs, CodeMethodReferenceExpressionTest.cs,
848         CodeNamespaceImportTest.cs, CodeNamespaceTest.cs, 
849         CodeObjectCreateExpressionTest.cs, 
850         CodeParameterDeclarationExpressionTest.cs,
851         CodePropertyReferenceExpressionTest.cs, CodeRegionDirectiveTest.cs,
852         CodeSnippetCompileUnitTest.cs, CodeSnippetExpressionTest.cs,
853         CodeSnippetStatementTest.cs, CodeSnippetTypeMemberTest.cs,
854         CodeStatementCollectionTest.cs, CodeTypeConstructorTest.cs,
855         CodeTypeParameterTest.cs, CodeTypeOfExpressionTest.cs,
856         CodeTypeReferenceExpressionTest.cs, 
857         CodeVariableDeclarationStatementTest.cs,
858         CodeVariableReferenceExpressionTest.cs
860 2005-10-24  Gert Driesen  <drieseng@users.sourceforge.net>
862         * System_test.dll.sources: Added CodeArgumentReferenceExceptionTest.cs,
863         CodeArrayCreateExpressionTest.cs, CodeAttachEventStatementTest.cs,
864         CodeAttributeArgumentTest.cs, CodeAttributeDeclarationTest.cs.
866 2005-10-18  Gert Driesen  <drieseng@users.sourceforge.net>
868         * System_test.dll.sources: Added HttpWebRequestElementTest.cs
869         from Test/System.Net.Configuration.
871 2005-10-07  Gert Driesen  <drieseng@users.sourceforge.net>
873         * System_test.dll.sources: Added CodeGeneratorTypeOutputTest.cs
874         from Test/Microsoft.CSharp.
876 2005-10-05  Atsushi Enomoto  <atsushi@ximian.com>
878         * System.dll.sources: added System.Net/AuthenticationSchemes.cs.
880 2005-09-23  Chris Toshok  <toshok@ximian.com>
882         * System.dll.sources: remove the System.Configuration.Property/*
884         * System.Configuration.Property/*: move to ../System.Configuration
885         where it belongs.
887 2005-09-19  Chris Toshok  <toshok@ximian.com>
889         * System.Configuration/ProviderBase.cs: nuke this - it's in
890         System.Configuration.Provider.
892         * System/InvalidDataException.cs: move this to System.IO, where it
893         belongs.
894         
895         * System.dll.sources: track movement of InvalidDataException.cs
896         and removal of ProviderBase.cs
898 2005-09-19  Gert Driesen <drieseng@users.sourceforge.net>
900         * System_test.dll.sources: Added TypeConverterTest.cs and
901         PropertyDescriptorCollection.cs.
903 2005-09-04  David Waite  <mass@akuma.org>
905         * System.dll.sources, System_test.dll.sources: Added LinkedList.cs,
906         LinkedListNode.cs and LinkedListTest.cs
908 2005-08-28 Gert Driesen <drieseng@users.sourceforge.net>
910         * System_test.dll.sources: Added DateTimeConverterTests.cs.
912 2005-08-23  Raja R Harinath  <rharinath@novell.com>
914         * System.dll.sources: Update.
916 2005-08-18 Gert Driesen <drieseng@users.sourceforge.net>
918         * System_test.dll.sources: Added DecimalConverterTests.cs,
919         DoubleConverterTests.cs, Int64ConverterTests.cs, SByteConverterTests.cs
920         SingleConverterTests.cs, UInt16ConverterTests.cs, 
921         UInt32ConverterTests.cs, UInt64ConverterTests.cs.
923 2005-08-16 Gert Driesen <drieseng@users.sourceforge.net>
925         * System_test.dll.sources: Added ByteConverterTests.cs,
926         Int16ConverterTests.cs and Int32ConverterTests.cs.
927         * Makefile: We also need to reference System.Drawing assembly to
928         build test assembly.
930 2005-08-16 Gert Driesen <drieseng@users.sourceforge.net>
932         * System_test.dll.sources: Added ToolboxItemAttributeTests.cs from
933         System.ComponentModel.
935 >>>>>>> .r48427
936 2005-07-24 Gert Driesen <drieseng@users.sourceforge.net>
938         * System_test.dll.sources: Added CodeTypeDelegateTest.cs from
939         System.CodeDom.
941 2005-07-21 Gert Driesen <drieseng@users.sourceforge.net>
943         * System_test.dll.sources: Added CodeGeneratorTest.cs from
944         System.CodeDom.Compiler.
946 2005-07-21 Gert Driesen <drieseng@users.sourceforge.net>
948         * System_test.dll.sources: Added CodeGeneratorFromTypeTestBase.cs
949         and CodeGeneratorTestBase.cs from System.CodeDom.Compiler.
951 2005-06-28 Gert Driesen <drieseng@users.sourceforge.net>
953         * System_test.dll.sources: Added CodeTypeReferenceTest.cs from
954         System.CodeDom.
956 2005-06-27 Gert Driesen <drieseng@users.sourceforge.net>
958         * System_test.dll.sources: Added CodeGeneratorFromExpressionTest.cs
959         from Microsoft.VisualBasic.
961 2005-06-27 Gert Driesen <drieseng@users.sourceforge.net>
963         * System_test.dll.sources: Added CodeMemberPropertyTest.cs from
964         System.CodeDom.
966 2005-06-25 Gert Driesen <drieseng@users.sourceforge.net>
968         * System_test.dll.sources: Added CodeMemberFieldTest.cs from
969         System.CodeDom.
971 2005-06-25 Gert Driesen <drieseng@users.sourceforge.net>
973         * System_test.dll.sources: Added CodeGeneratorFromTypeTest.cs from
974         Microsoft.VisualBasic.
976 2005-06-25 Gert Driesen <drieseng@users.sourceforge.net>
978         * System_test.dll.sources: Added CodeGeneratorTestBase.cs and
979         CodeGeneratorFromCompileUnitTest.cs from Microsoft.VisualBasic.
981 2005-06-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
983         * Makefile: added reference to Mono.Security.dll when building the
984         tests.
986 2005-06-22  Sebastien Pouliot  <sebastien@ximian.com> 
988         * Makefile: Removed LIB_MCS_FLAGS for referencing corlib and added the
989         __SECURITY_BOOTSTRAP_DB export. This will allow the work on #74975 to
990         continue and shouldn't cause any harm to Linux or Cygwin builds.
992 2005-06-15  Lluis Sanchez Gual <lluis@novell.com>
994         * System.dll.sources: Added ProviderBase.cs.
995         
996 2005-06-14  Lluis Sanchez Gual <lluis@novell.com>
998         * System.dll.sources: Removed some files that have been moved to the
999         new System.Configuration assembly.
1000         * Makefile: Handle the cyclic dependency with the new
1001         System.Configuration assembly.
1003 2005-05-30  Gert Driesen <drieseng@users.sourceforge.net>
1005         * System_test.dll.sources: Added CSharpCodeProviderTest.cs
1007 2005-05-28  Kornél Pál <kornelpal@hotmail.com>
1009         * System_test.dll.sources: Added TimerTest.cs.
1011 2005-05-20  Sebastien Pouliot  <sebastien@ximian.com>
1013         * System_test.dll.sources: Added new CAS unit tests for NetworkStream,
1014         Socket and TcpClient to the build (stack propagation in async calls).
1016 2005-05-20  Raja R Harinath  <rharinath@novell.com>
1018         * System_test.dll.sources: Add
1019         System.Text.RegularExpressions/RegexReplace.cs.
1021         * System.dll.sources: Update to reflect split-up of
1022         System.Text.RegularExpressions/match.cs.
1024 2005-05-19  Sebastien Pouliot  <sebastien@ximian.com>
1026         * Makefile: Do not report Obsolete warnings when compiling unit tests.
1027         * System_test.dll.sources: Added new CAS unit tests to the build.
1029 2005-05-13  Atsushi Enomoto  <atsushi@ximian.com>
1031         * System_test.dll.sources,
1032           System.dll.sources: generic Queue.cs and Stack.cs are now in System.
1034 2005-03-14  Raja R Harinath  <rharinath@novell.com>
1036         * Makefile (NO_INSTALL): Define during the first pass.
1038 2005-03-04  Lluis Sanchez Gual <lluis@novell.com>
1040         * System.dll.sources: Added OrderedDictionary.cs.
1042 2005-02-22  Sureshkumar T  <tsureshkumar@novell.com>
1044         * System.dll.sources: Added files.
1045         System.Configuration/ConnectionStringSettingsCollection.cs
1046         System.Configuration/ConnectionStringSettings.cs
1048 2005-02-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1050         * System.dll.sources: added CodeDomConfigurationHandler.
1052 2005-02-03  Raja R Harinath  <rharinath@novell.com>
1054         * Makefile (TEST_RESOURCES): New.
1055         (EXTRA_DISTFILES): Distribute them.
1057 2005-02-02  Ben Maurer  <bmaurer@ximian.com>
1059         * Makefile: Embed the uri stuff as a resource.
1061 2005-01-24  Raja R Harinath  <rharinath@novell.com>
1063         Add circular dependency on System.Security.dll.
1064         * Makefile (XML_DEP, XML_DEP_FILE): Rename from CYCLIC_DEP and
1065         CYCLIC_DEP_FILE. 
1066         (SECURITY_DEP, SECURITY_DEP_FILE): Parallel defines for expressing
1067         cyclic dependency on System.Security.dll.  Defined only in NET2.0
1068         related profiles.
1069         (CYCLIC_DEPS, CYCLIC_DEP_FILES): New.  Used to detect which of the
1070         dependencies are present.
1071         (echo-warning, LIB_MCS_FLAGS): Update to reflect new circular
1072         dependencies.
1074 2005-01-20  Miguel de Icaza  <miguel@ximian.com>
1076         * Add a couple more -nowarns when compiling tests. 
1078 2005-01-17  Raja R Harinath  <rharinath@novell.com>
1080         * Makefile ($(test_lib).config): New.  Create it when test library
1081         is built.
1082         (CLEAN_FILES): Remove it.
1083         (test-recursive,clean-recursive): Delete.
1085 2005-01-14  Jonathan Pryor (jonpryor@vt.edu)
1087         * Makefile: Add test-recursive and clean-recursive targets.  Test-recursive
1088           creates a Syste_test_PROFILE.dll.config file, required for the Switch
1089           regression tests, and clean-recursive cleans up this file.
1090         * System_test_default.dll.config, System_test.dll.config: Delete.  These are
1091           no longer necessary as the appropriate file is generated in test-recursive.
1093 2005-01-10  Lluis Sanchez Gual <lluis@novell.com>
1095         * System.dll.sources: Added new file:
1096                 System.ComponentModel/BindingDirection.cs
1098 2004-12-26  Zoltan Varga  <vargaz@freemail.hu>
1100         * System.IO.Ports/ChangeLog: New file.
1102 2004-12-21  Chris Toshok  <toshok@ximian.com>
1104         * System.dll.sources: add System.IO.Ports/*.
1106         * System.IO.Ports/SerialPort.cs,
1107         System.IO.Ports/SerialReceivedEventArgs.cs,
1108         System.IO.Ports/SerialPinChangedEventArgs.cs,
1109         System.IO.Ports/SerialErrorEventArgs.cs: initial import of the
1110         System.IO.Ports stuff.
1112 2004-12-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1114         * System_test.dll.sources: added CookieContainerTest.cs.
1116 2004-11-19  Raja R Harinath  <rharinath@novell.com>
1118         * Makefile (USE_BOOT_COMPILE): Re-organize to use BOOT_COMPILE
1119         during the first pass.
1120         (BOOTSTRAP_MCS): Use mscorlib.dll from the net_2_0 profile.
1122 2004-11-18  Lluis Sanchez Gual <lluis@novell.com>
1124         * System.dll.sources: Added new files:
1125                 System.Configuration/ProviderSettings.cs
1126                 System.Configuration/ProviderSettingsCollection.cs
1127                 System.Configuration.Provider/ProviderBase.cs
1129 2004-11-15  Lluis Sanchez Gual <lluis@novell.com>
1131         * System.dll.sources: Added new files:
1132                 System.Configuration/TimeSpanConfigurationProperty.cs
1133                 System.Configuration/TimeSpanPropertyFlags.cs
1134                 System.Configuration/TimeSpanSerializedFormat.cs
1135         
1136 2004-11-09  Lluis Sanchez Gual <lluis@novell.com>
1138         * System.dll.sources: Added new files:
1139                 System.Configuration/NonEmptyStringConfigurationProperty.cs
1140                 System.Configuration/NonEmptyStringFlags.cs
1142 2004-11-04  Lluis Sanchez Gual <lluis@novell.com>
1144         * System.dll.sources: Added new files:
1145                 System.Configuration/ConfigInfo.cs
1146                 System.Configuration/IntegerConfigurationProperty.cs
1147                 System.Configuration/RuntimeOnlySection.cs
1148                 System.Configuration/SectionInfo.cs
1149                 System.Configuration/SectionGroupInfo.cs
1151 2004-09-21  Raja R Harinath  <rharinath@novell.com>
1153         * Makefile (lib_file) [PROFILE=net_2_0]: New test.  Use
1154         net_2_0_bootstrap libraries if necessary.
1155         ($(the_lib)): Don't depend on a phony target.  Move 'echo-warning' ...
1156         (all-local): ... here.  Will now warn unnecessarily, but is better
1157         than rebuilding the library each time.
1159 2004-09-20  Gert Driesen <drieseng@users.sourceforge.net>
1161         * System.dll.sources: Moved ReadOnlyCollection.cs and Collection.cs
1162         from corlib to System.Collections.Generic in System assembly
1164 2004-09-13  Tim Coleman <tim@timcoleman.com>
1165         * System.dll.sources: Add new classes in System.Net.Security and 
1166                 System.Security.Authentication for Fx 2.0
1168 2004-09-12  Gert Driesen <drieseng@users.sourceforge.net>
1170         * System.dll.sources: removed duplicate entry for System.Net.
1171         Configuration.WebRequestModuleHandler
1173 2004-09-11  Sebastien Pouliot  <sebastien@ximian.com>
1175         * System_test.dll.sources: Added unit tests for System.Diagnostics.
1176         EventLogPermission and PerformanceCounterPermission.
1178 2004-09-10  Sebastien Pouliot  <sebastien@ximian.com>
1180         * System_test.dll.sources: Added PermissionHelper to the build.
1181         * System_test.dll.sources: Added unit tests for System.Security.
1182         Permissions.ResourcePermissionBase and ResourcePermissionBaseEntry, 
1183         System.Web.AspNetHostingPermission and AspNetHostingPermissionAttribute.
1185 2004-09-10  Tim Coleman <tim@timcoleman.com>
1186         * System.dll.sources: Add System.Net.Cache, System.Net.Configuration,
1187                 System.Net.Mail, System.Configuration classes
1189 2004-09-09  Tim Coleman <tim@timcoleman.com>
1190         * System.dll.sources: Add new System.Net.Mail classes
1192 2004-09-04  Tim Coleman <tim@timcoleman.com>
1193         * System.dll.sources: Add System.Net.Mail and System.Net.Mime classes.
1195 2004-09-03  Tim Coleman <tim@timcoleman.com>
1196         * System.dll.sources: Add new class in System.Net
1198 2004-08-16  Duncan Mak  <duncan@ximian.com>
1200         * System.dll.sources: Added new classes in System.Configuration.
1202 2004-07-14  Atsushi Enomoto  <atsushi@ximian.com>
1204         * System.dll.sources:
1205           Added IChangeTracking.cs and IRevertibleChangeTracking.cs
1207 2004-07-09  LLuis Sanchez Gual  <lluis@novell.com>
1209         * System.dll.sources: Added files
1210                 System.ComponentModel/AsyncCompletedEventArgs.cs
1211                 System.ComponentModel/AsyncCompletedEventHandler.cs
1213 2004-07-02  Raja R Harinath  <rharinath@novell.com>
1215         * Makefile (LIBRARY_USE_INTERMEDIATE_FILE): Define.
1217 2004-06-13  Gert Driesen <drieseng@users.sourceforge.net>
1219         * System_test.dll.sources: Added IndentedTextWriterTest to unit
1220         tests
1222 2004-06-10  Raja R Harinath  <rharinath@novell.com>
1224         * Makefile (LIBRARY_COMPILE): Define only if 'USE_BOOT_COMPILE' is
1225         defined.  Don't conflate building a non-Xml temporary System.dll
1226         with building System.dll for bootstrapping mcs.
1228 2004-06-09  Raja R Harinath  <rharinath@novell.com>
1230         * Makefile (CYCLIC_DEP_FILE): New.  Used to detect if
1231         System.Xml.dll is present.
1232         (SECOND_PASS): Remove.
1234 2004-06-05  Sebastien Pouliot  <sebastien@ximian.com>
1236         * System_test.dll.sources: Added X509CertificateCollectionTest
1237         to the unit tests.
1239 2004-06-03  Atsushi Enomoto  <atsushi@ximian.com>
1241         * Makefile : add run-test-ondotnet target support.
1243 2004-05-24  Raja R Harinath  <rharinath@novell.com>
1245         * Makefile (EXTRA_FLAGS): Remove.
1246         (LIBRARY_COMPILE) [!HAVE_SYSTEM_XML]: Use $(BOOT_COMPILE) for
1247         non-Xml first build.
1248         (all-local) [!SECOND_PASS]: Simplify.
1250 2004-05-10  Raja R Harinath  <rharinath@novell.com>
1252         * Makefile (install-local,test-local,run-test-local,clean-local):
1253         Make cyclic-dependency safe.
1255 2004-05-07  Raja R Harinath  <rharinath@novell.com>
1257         * Makefile (all-local) [SECOND_PASS]: Rewrite to use 'make' itself
1258         to determine out-of-date-ness.  (This fixes an unlogged change.)
1259         (install-local,test-local,run-test-local,clean-local): Collapse
1260         near-identical rules.
1262 2004-05-07  Raja R Harinath  <rharinath@novell.com>
1264         * Makefile (all-local): Built first pass with BOOT_COMPILE.
1266 2004-04-26  Jackson Harper  <jackson@ximian.com>
1268         * Makefile: Use new $(PROFILE) directory to search for cyclical
1269         dependancy.
1270         
1271 2004-04-16  Lluis Sanchez Gual <lluis@ximian.com>
1273         * System_test.dll.sources: Added 
1274                 System.ComponentModel/TypeDescriptorTests.cs.
1276 2004-04-14  Lluis Sanchez Gual <lluis@ximian.com>
1278         * System.dll.sources: Added 
1279                 System.ComponentModel/ReflectionEventDescriptor.cs,
1280                 System.ComponentModel/ReflectionPropertyDescriptor.cs.
1282 2004-03-17  Ivan Hamilton <ivan@chimerical.com.au>
1284         * System.dll.sources: Added System/System.ComponentModel.Design
1285         /RuntimeLicenseContext.cs
1286         * System_test.dll.sources : Added System.ComponentModel
1287         /LicenseManagerTests.cs
1289 2004-03-11  Zoltan Varga  <vargaz@freemail.hu>
1291         * Makefile (all-local): Fix for non-bash shells.
1293 2004-02-26  Sebastien Pouliot  <sebastien@ximian.com>
1295         * System.dll.sources: Added System.Net/DefaultCertificatePolicy.cs to 
1296         the build.
1298 2004-02-04  Marek Safar <marek.safar@seznam.cz>
1300         * Makefile: Build System.dll in two steps. Because of the circular
1301         dependency with System.XML.dll.
1303 2004-01-21  Atsushi Enomoto  <atsushi@ximian.com>
1305         * System_test.dll.sources : Added CodeGeneratorIdentifierTest.cs
1307 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1309         * System.dll.sources: added new files.
1311         * System_test.dll.sources: added new test.
1313 2004-01-01  Nick Drochak <ndrochak@gol.com>
1315         * Makefile: Suppress warnings about multiple Regex defs and obsolete
1316         calls in the test assembly.
1318 2003-05-29  Nick Drochak <ndrochak@gol.com>
1320         * System_test.dll.config: Nunit loads configs with the same name as the
1321         test assembly. This is for the Swithes test.
1323 2003-12-08  Atsushi Enomoto  <atsushi@ximian.com>
1325         * System_test.dll.sources : Added UriTest2.cs
1327 2003-11-18  Todd Berman  <tberman@gentoo.org>
1329         * System.dll.sources: Added IOrderedDictionary.cs
1331 2003-11-12  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
1333         * System.dll.sources: Added some new class files
1335 2003-09-04  Duncan Mak  <duncan@ximian.com>
1337         * System_test.dll.sources: Add new test, ListDictionaryTest.cs.
1339 2003-08-31 Alexandre Pigolkine <pigolkine@gmx.de>
1341         * System_test.dll.sources       new test added
1343 2003-07-27  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
1345         * System.dll.sources: SRDescriptionAttribute.cs moved
1347 2003-07-21  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
1349         * README: removed (contained only obsolete build instructions)
1351 2003-07-21  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
1353         * System.dll.sources: EventLogImpl.cs added
1355 2003-07-18  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
1357         * System.dll.sources: AlphabeticalEnumConverter.cs, SRDescriptionAttribute.cs added
1359 2003-07-18  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
1361         * System.dll.sources: Assembly/Locale.cs added, Globalization.Locale.cs removed
1363 2003-07-18  Peter Williams  <peter@newton.cx>
1365         * Makefile (EXTRA_DISTFILES): Oops, NUnit.Prefs is not
1366         a distable file.
1367         (EXTRA_DISTFILES): A few more.
1369 2003-07-17  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
1371         * System.dll.sources: Assembly/Consts.cs added
1373 2003-07-16  Peter Williams  <peter@newton.cx>
1375         * Makefile (SCARY_LIB): Flip around since what was bootstrap
1376         is now default.
1378 2003-07-14  Jerome Laban <jlaban@wanadoo.fr>
1380         * System.dll.sources: Added NetConfigurationHandler.cs,
1381         NetConfig.cs, IPv6MulticastOption.cs
1383 2003-07-10  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
1385         * list.unix: Added AssemblyInfo.cs
1387 2003-07-10  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
1389         * list.unix: Removed System.Net/ProxyUseType.cs, System.Net/WebStatus.cs
1391 2003-07-06  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
1393         * list.unix: Add VBCodeGenerator.cs, VBCodeProvider.cs
1395 2003-07-05  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
1397         * list.unix: Add CodeParser.cs, Executor.cs, removed CompilerOptions.cs
1399 2003-07-05  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
1401         * list.unix: Add WebPermission.cs, WebPermissionAttribute.cs
1403 2003-05-29  Nick Drochak <ndrochak@gol.com>
1405         * makefile.gnu: turn on debug since it works again.
1407 2003-05-21  Ben Maurer <bmaurer@users.sourceforge.net>
1409         * StringWriter.cs: Fixed bug #43379 "Missing WebException.Response
1410         property."
1412 2003-03-30  Martin Willemoes Hansen <mwh@sysrq.dk>
1414         * Stubed rest of System.ComponentModel
1416 2003-03-29  Martin Willemoes Hansen <mwh@sysrq.dk>
1418         * System.ComponentModel.Design.Serialization
1419           Removed references to System.Web namespaces
1421 2003-03-29  Martin Willemoes Hansen <mwh@sysrq.dk>
1423         * Stubed System.ComponentModel/LicenseContext.cs
1424         * Stubed System.ComponentModel/LicenseUsageMode.cs
1425         * Stubed rest of System.ComponentModel.Design
1427 2003-03-29  Martin Willemoes Hansen <mwh@sysrq.dk>
1429         * Stubed System.ComponentModel/InheritanceAttribute.cs
1430         * Stubed System.ComponentModel/InheritanceLevel.cs
1431         * Stubed System.ComponentModel.Design/IDesignerFilter.cs
1432         * Stubed System.ComponentModel.Design/IInheritanceService.cs
1434 2003-03-27  Martin Willemoes Hansen <mwh@sysrq.dk>
1436         * Stubed rest of System.ComponentModel.Design.Serialization
1438 2003-03-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1440         * list.unix: added RunInstallerAttribute.cs
1442 2003-02-18  Alan Tam <Tam@SiuLung.com>
1444         * list.unix (): Add DesignerCategoryAttribute.cs
1446 2003-01-10  Duncan Mak  <duncan@ximian.com>
1448         * list.unix (CSharpCodeCompiler): Add
1449         Microsoft.Charp.CSharpCodeCompiler for Sean Kasun.
1451 2002-12-10  Jeroen Janssen <japj@darius.demon.nl>
1452         
1453         * updated .build file(s) to correctly contain required buildfile 
1454           attribute for nant
1456 2002-12-07 Jackson Harper <jackson@latitudegeo.com>
1458         * list list.unix: Put CSharpCodeGenerator.cs back in build
1460 2002-12-07 Jackson Harper <jackson@latitudegeo.com>
1462         * list list.unix: Removed Compiler classes that are being moved to their own assembly
1464 2002-12-05 Alejandro Sánchez Acosta  <raciel@gnome.org>
1466         * list.unix: updated.
1468 2002-11-30 Alejandro Sánchez Acosta  <raciel@es.gnu.org>
1470         * list.unix: Changed.
1471         * System.ComponentModel.Design: Added
1473 2002-11-11 Tim Coleman <tim@timcoleman.com>
1474         * list.unix:
1475         * list:
1476         * System.ComponentModel/DesignTimeVisibleAttribute.cs:
1477                 Add new class
1479 2002-11-06 Jackson Harper <jackson@latitudegeo.com>
1481         * list.unix: Added Microsoft.CSharp/Compiler.cs to build
1482         
1483 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1485         * list.unix: added new files.
1487 2002-11-04  Tim Coleman <tim@timcoleman.com>
1488         * System.ComponentModel/RefreshProperties.cs:
1489         * System.ComponentModel/RefreshPropertiesAttribute.cs:
1490                 Add new classes
1492 2002-11-02  Duncan Mak  <duncan@ximian.com>
1494         * list.unix: Added InvalidEnumArgumentException.
1496 2002-10-31  Dick Porter  <dick@ximian.com>
1498         * list.unix: Added MonoIO and MonoIOError to the build
1500 2002-10-29  Daniel Morgan <danmorg@sc.rr.com>
1502         * System.ComponentModel/PropertyDescriptor.cs: added
1503         missing abstract methods and properties
1505         * System.ComponentModel/DerivedPropertyDescriptor.cs: implemented
1506         SetValue and added stubs for missing methods and properties
1507         
1508 2002-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1510         * list.unix: added new files in System.Configuration.
1512 2002-10-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1514         * list.unix: added new files.
1516 2002-08-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1518         * System.ComponentModel/Component.cs:
1519         * System.ComponentModel/ComponentCollection.cs:
1520         * System.ComponentModel/Container.cs:
1521         * System.ComponentModel/MarshalByValueComponent.cs:
1522         * System.Diagnostics/Process.cs:
1523         * System.Diagnostics/TextWriterTraceListener.cs:
1524         * System.IO/FileSystemWatcher.cs:
1525         IDisposable fixes.
1527 2002-08-15  Tim Coleman <tim@timcoleman.com>
1528         * list.unix: Added System.IO files.
1530 2002-07-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1532         * list:
1533         * list.unix: added EnumConverter.cs
1535 2002-07-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1537         * list:
1538         * list.unix: added DerivedPropertyDescriptor.cs
1540 2002-07-22  Tim Coleman <tim@timcoleman.com>
1541         * list.unix: Added new file
1542                 System.ComponentModel.RecommendedAsConfigurableAttribute.cs
1543                 to build on unix.
1545 2002-07-22  Tim Coleman <tim@timcoleman.com>
1546         * list.unix: Added files to the build for linux
1547                 System.ComponentModel.BindableAttribute.cs,
1548                 System.ComponentModel.BindableSupport.cs,
1549                 System.ComponentModel.ExpandableObjectConverter.cs,
1550                 System.ComponentModel.NotifyParentPropertyAttribute.cs,
1551                 System.ComponentModel.ToolboxItemAttribute.cs,
1553 2002-07-22  Tim Coleman <tim@timcoleman.com>
1554         * list.unix: Added System.ComponentModel/DefaultEventAttribute.cs
1555                 and System.ComponentModel.DefaultProperty.cs to build
1558 2002-06-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1560         * System.build: removed System.Drawing.dll dependency.
1562 2002-06-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1564         * System.build: referenced System.Drawing.dll.
1566 2002-05-12  Lawrence Pit <loz@cable.a2000.nl>
1568         * System.Security.Cryptography.X509Certificates: directory added
1569         
1570 2002-05-09  Rodrigo Moya <rodrigo@ximian.com>
1572         * System.build: don't exclude anymore excluded files in
1573         System.ComponentModel. They compile on Linux, so they might also
1574         on Windows.
1576 2002-05-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1578         * System.build: excluded EventDescriptor.cs, 
1579         EventDescriptorCollection.cs and ICustomTypeDescriptor.cs.
1581 2002-04-08  Nick Drochak  <ndrochak@gol.com>
1583         * System.build: Build System.dll with mono's corlib.dll and 
1584         System.Xml.dll.
1586 2002-01-23  Dick Porter  <dick@ximian.com>
1588         * System.build: Start build System.Net.Sockets.Socket.cs,
1589         TcpClient.cs and TcpListener.cs
1591 2001-12-07  Nick Drochak <ndrochak@gol.com>
1593         * ChangeLog: Add the change log to this directory
1595         * System.build: Add dependancy on linux target to test target. Need to 
1596         have the dll before we can test it, right?  Plus it encourages others 
1597         to try 'make test'.