add ISafeSerializationData
[mcs.git] / class / System / ChangeLog
blob53e564dad4b0ec6b8ebd848aecaa1f629adb5898
1 2010-05-10  Sebastien Pouliot  <sebastien@ximian.com>
3         * moonlight_bootstrap_System.dll.sources: Minimal build for 
4         bootstrap. Does not depend on corlib's internals
5         * moonlight_raw_System.dll.sources: Full raw (pre-tuned) build 
6         for Moonlight - includes SSL code
7         * moonlight_shared_System.dll.sources: New. Parts that are both
8         needed for bootstrap and raw builds
10 2010-04-29  Marek Habersack  <mhabersack@novell.com>
12         * System.Security.Authentication.ExtendedProtection/ChannelBinding.cs:
13         added
15 2010-04-23  Sebastien Pouliot  <sebastien@ximian.com>
17         * moonlight_raw_System.dll.sources: Add new (for SL4) types
18         to moonlight build
20 2010-04-16  Raja R Harinath  <harinath@hurrynot.org>
21         and Marek Habersack  <mhabersack@novell.com>
23         * Makefile (LIBRARY_COMPILE) [USE_BOOT_COMPILE]:
24         Don't override if the profile says it isn't necessary by setting
25         PROFILE_MCS_HAS_BOOTSTRAP_FALLBACK.
27 2010-04-01  Jb Evain  <jbevain@novell.com>
29         * System.dll.sources: add SortedSet to the build.
31 2010-03-20  Miguel de Icaza  <miguel@novell.com>
33         * Eliminate warnings in a bunch of places.
35 2010-03-19  Miguel de Icaza  <miguel@novell.com>
37         * Eliminate warnings in a bunch of places.
39 2010-03-19  Sebastien Pouliot  <sebastien@ximian.com>
41         * moonlight_*_System.dll.sources: Bring extra types so we can
42         build a full, managed, internal HTTP stack to be reused for SL3+
43         * Makefile: Add a INSIDE_SYSTEM define when compiling System.dll
44         to makes it possible to rebuild the same types in System.Net.dll
46 2010-03-16  Jb Evain  <jbevain@novell.com>
48         * net_2_1_*.dll.sources: rename to moonlight_*.dll.sources.
50 2010-03-11  Sebastien Pouliot  <sebastien@ximian.com>
52         * net_2_1_raw_System.dll.sources: Add existing files that are 
53         part of SL4
55 2010-03-02  Jérémie Laval  <jeremie.laval@gmail.com>
57         * System_test.dll.sources: Add System.Threading/BarrierTest.cs
59 2010-02-23  Carlos Alberto Cortez <calberto.cortez@gmail.com>
61         * System_test.dll.sources: Add System.IO.Ports/SerialPortTest.cs.
63 2010-01-29  Mike Kestner <mkestner@novell.com>
65         * System.dll.sources: add System.Net/WebUtility.cs.
66         * System_test.dll.sources: add WebUtilityTest.cs to tests.
68 2010-01-12  Sebastien Pouliot  <sebastien@ximian.com>
70         * System_test.dll.sources: Add NetworkCredentialTest.cs to the tests
72 2009-12-04  Sebastien Pouliot  <sebastien@ximian.com>
74         * System.dll.sources: Add (moved) System.Net/DnsEndPoint.cs
75         to the build (used by 2.1/moonlight and 4.0)
77 2009-12-01  Sebastien Pouliot  <sebastien@ximian.com>
79         * net_2_1_raw_System.dll.sources: Add existing files that are 
80         part of Silverlight 3 (but were not in Silverlight 2)
82 2009-11-03  Sebastien Pouliot  <sebastien@ximian.com>
84         * net_2_1_raw_System.dll.sources: Remove build/common/*.cs files
85         since this will confuse other assemblies (e.g. System.Net.dll)
86         to select mscorlib or System.dll version of the internal types
88 2009-10-15  Jb Evain  <jbevain@novell.com>
90         * monotouch_System.dll.sources: add Semaphore to MonoTouch.
92 2009-10-14  Jonathan Pryor  <jpryor@novell.com>
94         * monotouch_System.dll.sources: Add lots of additional .NET 2.0
95           functionality to the MonoTouch profile.
97 2009-09-26  Sebastien Pouliot  <sebastien@ximian.com>
99         * System_test.dll.sources: Add unit tests for SocketAsyncEventArgs
101 2009-09-21  Sebastien Pouliot  <sebastien@ximian.com>
103         * net_2_1_raw_System.dll.sources: Remove System.Net.Mime since
104         System.Runtime.Serialization does not need them anymore
106 2009-09-14 Jonathan Pryor <jpryor@novell.com>
108         * MonoTouch/MonoPInvokeCallbackAttribute.cs: Added.
109         * monotouch_System.dll.sources: Include MonoPInvokeCallbackAttribute.
111 2009-08-26 Gonzalo Paniagua Javier <gonzalo@novell.com>
113         * System.dll.sources:
114         * monotouch_System.dll.sources:
115         * System20.csproj: add Mono.Http/NtmlClient.cs
117         * Mono.Http/ChangeLog: New file.
118         * Mono.Http/NtlmClient.cs: copied from Mono.Http.
119         * System.Net/NtlmClient.cs: use Mono.Http.NtmlClient from System
120         instead of dynamically loading the one in Mono.Http.
122 2009-08-11  Jérémie Laval  <jeremie.laval@gmail.com>
124         * System.dll.sources: Adding ParallelFx files.
125         * System_test.dll.sources: Adding ParallelFx test files.
127 2009-07-26  Raja R Harinath  <harinath@hurrynot.org>
129         * Makefile ($(build_lib)): Make CYCLIC_DEP_FILES depend on this.
131 2009-07-22  Jb Evain  <jbevain@novell.com>
133         * monotouch_System.dll.sources: bring Process in.
135 2009-06-28  Gert Driesen  <drieseng@users.sourceforge.net>
137         * System_test.dll.sources: Added IPv6MulticastOptionTest.cs and
138         MulticastOptionTest.cs.
140 2009-05-14  Jonathan Pryor <jpryor@novell.com>
142         * Makefile: Distribute Test/test-config-file-net-2.0.
144 2009-05-13  Jonathan Pryor <jpryor@novell.com>
146         * System_test.dll.sources: Add ListChangedEventArgsTest.cs.
148 2009-05-13  Jonathan Pryor <jpryor@novell.com>
150         * Makefile: $(test_lib).config needs to be profile-specific.
152 2009-04-23  Sebastien Pouliot  <sebastien@ximian.com>
154         * net_2_1_raw_System.dll.sources: Remove some unneeded files.
156 2009-04-21  Sebastien Pouliot  <sebastien@ximian.com>
158         * System_test.dll.sources: Add EndPointTest.cs
160 2009-04-16  Sebastien Pouliot  <sebastien@ximian.com>
162         * net_2_1_raw_System.dll.sources: Remove corlib's files since System
163         can now access, for 2.1 (moonlight) corlib's internals.
165 2009-04-09  Sebastien Pouliot  <sebastien@ximian.com>
167         * System.dll.sources: Add System.Net.Sockets/Socket_2_1.cs
169 2009-01-07  Sebastien Pouliot  <sebastien@ximian.com>
171         * net_2_1_raw_System.dll.sources: Add System/UriTypeConverter.cs to
172         NET_2_1 build.
174 2009-01-07  Geoff Norton  <gnorton@novell.com>
176         * Makefile: Respect platform specific test harness exclusions.
178 2008-12-25   Leszek Ciesielski <skolima@gmail.com>
180         * System.Diagnostics/Process.cs: Raise the
181         Process.OutputDataReceived and Process.ErrorDataReceived with null
182         arguments at the end.   This is the documented behavior:
184         http://msdn.microsoft.com/en-us/library/system.diagnostics.datareceivedeventargs.data.aspx
186         And CruiseControl.NET depended on this.   Bug #459450.
187         
188         * Microsoft.CSharp/CSharpCodeCompiler.cs: Fix the code, as it
189         depened on the previous broken behavior.
190         
192 2008-12-22  Ivan N. Zlatev  <contact@i-nz.net>
194         * System_test.dll.sources: Added ReferenceConverterTest.cs.
196 2008-12-19  Rolf Bjarne Kvinge  <RKvinge@novell.com>
198         * net_2_1_raw_System.dll.sources: Added IEditableObject.cs
200 2008-12-09  Christian Hergert <christian.hergert@gmail.com>
202         * System_test.dll.sources: Addded CounterCreationDataTest.cs
204 2008-12-06  Ivan N. Zlatev  <contact@i-nz.net>
206         * System_test.dll.sources: Addded NullableConverterTest.cs
208 2008-11-25  Atsushi Enomoto  <atsushi@ximian.com>
210         * Makefile : update old nunit options that break upgrade to 2.4.
212 2008-11-03 Gonzalo Paniagua Javier <gonzalo@novell.com>
214         * System_test.dll.sources: add FtpWebRequestTest.cs
216 2008-10-17  Raja R Harinath  <harinath@hurrynot.org>
218         Make robust to 'make clean; make'
219         * Makefile (CYCLIC_DEPS): If we're using BOOT_COMPILE, don't
220         bother looking for cyclic dependencies -- they'll fail to load
221         even if the dlls exist.
222         (handle-missing-deps): Rename from 'echo-warning'.  Remove cyclic
223         dependencies for real, if they exist.
224         Reported by Jonathan Pryor.
226 2008-09-14  Gert Driesen  <drieseng@users.sourceforge.net>
228         * System_test.dll.sources: Added ConfigXmlDocumentTest.cs.
230 2008-09-14  Zoltan Varga  <vargaz@gmail.com>
232         * Makefile (regex-check): New helper target to run the perl regex test suite.
234 2008-08-16  Gert Driesen  <drieseng@users.sourceforge.net>
236         * System_test.dll.sources: Added SmtpExceptionTest.cs.
238 2008-08-07  Sebastien Pouliot  <sebastien@ximian.com> 
240         * net_2_1_raw_System.dll.sources: Add existing System/UriIdnScope.cs
241         * System_test.dll.sources: Add System.ComponentModel/
242         DefaultValueAttributeTest.cs to the test suite
244 2008-08-06  Sebastien Pouliot  <sebastien@ximian.com>
246         * net_2_1_raw_System.dll.sources: Add System.CodeDom.Compiler/
247         GeneratedCodeAttribute.cs since it's part of SL2 beta 2.
249 2008-07-31  Jb Evain  <jbevain@novell.com>
251         * net_2_1_raw_System.dll.sources: fine tune.
253 2008-07-25  Gert Driesen  <drieseng@users.sourceforge.net>
255         * System_test.dll.sources: Added HttpWebResponseTest.cs.
257 2008-07-14  Marek Habersack  <mhabersack@novell.com>
259         * System.dll.sources: added
260         System.Net.NetworkInformation/LinuxNetworkInterfaceMarshal.cs
262 2008-06-27  Gert Driesen  <drieseng@users.sourceforge.net>
264         * System_test.dll.sources: Added EventDescriptorCollectionTest.cs.
266 2008-06-25  Gert Driesen  <drieseng@users.sourceforge.net>
268         * System_test.dll.sources: Added ConfigurationExceptionTest.cs.
270 2008-05-21  Atsushi Enomoto  <atsushi@ximian.com>
272         * System.dll.sources :
273           added INotifyPropertyChanging stuff (new in 2.0 SP1).
275 2008-04-16  Marek Habersack  <mhabersack@novell.com>
277         * System_test.dll.sources: added
278         System.ComponentModel/ComponentConverterTests.cs
280         * Makefile (TEST_MCS_FLAGS): reference -r:System.Data for new
281         tests.
283 2008-04-13  Jb Evain  <jbevain@novell.com>
285         * net_2_1_raw_System.dll.sources: tune out some
286         uneeded sources for the 2.1 profile.
287         Merged from the Moonlight 2 branch.
289 2008-03-15  Gert Driesen  <drieseng@users.sourceforge.net>
291         * System_test.dll.sources: Added DesignerAttributeTest.cs.
293 2008-03-03  Zoltan Varga  <vargaz@gmail.com>
295         * System.dll.sources: Add the new regex interpreter/compiler sources, not yet
296         used.
298         * net_2_1_raw_System.dll.sources: Ditto.
299         
300 2008-02-18  Raja R Harinath  <harinath@hurrynot.org>
302         * Makefile (CYCLIC_DEPS): Don't use $(eval ...) -- we still
303         support older GNU makes.
305 2008-02-17  Gert Driesen  <drieseng@users.sourceforge.net>
307         * System_test.dll.sources: Added CharConverterTest.cs and
308         CultureInfoConverterTest.cs.
310 2008-02-17  Raja R Harinath  <harinath@hurrynot.org>
312         * Makefile (CYCLIC_DEPS): New macro.
313         (CYCLIC_DEP_FILES): Use it to clean up handling of cyclic dependencies.
314         * net_2_1_raw_System.dll.sources: Rename from net_2_1_System.dll.sources.
315         * net_2_1_bootstrap_System.dll.sources: New.
317 2008-02-10  Juraj Skripsky  <js@hotfeet.ch>
319         * System.dll.sources: Added ICodeDomVisitor.cs.
321 2008-01-23  Gert Driesen  <drieseng@users.sourceforge.net>
323         * System_test.dll.sources: Added FileVersionInfoTest.cs.
325 2007-12-24  Gert Driesen  <drieseng@users.sourceforge.net>
327         * System_test.dll.sources: Added CheckoutExceptionTest.cs.
329 2007-12-15  Marek Habersack  <mhabersack@novell.com>
331         * System.dll.sources: added
332         System.CodeDom.Compiler/CompilerProviderOption.cs and
333         System.CodeDom.Compiler/CompilerProviderOptionsCollection.cs
335 2007-12-04  Gert Driesen  <drieseng@users.sourceforge.net>
337         * System_test.dll.sources: Added Win32ExceptionTest.cs.
339 2007-11-12  Atsushi Enomoto  <atsushi@ximian.com>
341         * System.dll.sources : added S.R.InteropSvcs.ComTypes types.
343 2007-11-08  Jb Evain  <jbevain@novell.com>
345         * net_2_1_System.dll.sources: use the custom
346         WebHeaderCollection.
348 2007-11-07  Gert Driesen  <drieseng@users.sourceforge.net>
350         * System.dll.sources: Added Win32SoundPlayer.cs.
352 2007-11-03  Gert Driesen  <drieseng@users.sourceforge.net>
354         * System_test.dll.sources: Added InvalidEnumArgumentExceptionTest.cs.
356 2007-10-22  Jb Evain  <jbevain@novell.com>
358         * net_2_1_System.dll.sources: remove System.Net.Mail.*
360 2007-09-29  Gert Driesen  <drieseng@users.sourceforge.net>
362         * System_test.dll.sources: Added HttpListenerRequestTest.cs.
364 2007-09-27  Atsushi Enomoto  <atsushi@ximian.com>
366         * System.dll.sources : added ITypeDiscoveryService.cs.
368 2007-09-25  Jonathan Pobst  <monkey@jpobst.com>
370         * System_test.dll.sources: Added AsyncOperationManagerTest.cs.
372 2007-09-17  Gert Driesen  <drieseng@users.sourceforge.net>
374         * System_test.dll.sources: Added ComponentResourceManagerTest.cs.
376 2007-09-05  Atsushi Enomoto  <atsushi@ximian.com>
378         * System.dll.sources : added HandleCollector.cs.
380 2007-09-05  Gert Driesen  <drieseng@users.sourceforge.net>
382         * System_test.dll.sources: Added EnumConverterTest.cs.
384 2007-08-29  Ivan N. Zlatev  <contact@i-nz.net>
386         * System.dll.sources: add DefaultSerializationProviderAttribute.cs,
387         ComponentSerializationService.cs, MemberRelationship.cs, 
388         SerializationStore.cs, MemberRelationshipService.cs, 
389         DesignerOptionService.cs, ITreeDesigner.cs
391 2007-08-29  Atsushi Enomoto  <atsushi@ximian.com>
393         * System.dll.sources : added Win32NetworkInterfaceMarshal.cs.
395 2007-08-24  Atsushi Enomoto  <atsushi@ximian.com>
397         * Makefile : split PREBUILT_DEP from CONFIGURATION_DEP so that the
398           prebuilt System.dll could be referenced for security stuff too.
400 2007-08-09  Atsushi Enomoto  <atsushi@ximian.com>
402         * net_2_1_System.dll.sources :
403           Replaced HttpWebRequest and HttpWebResponse with those for 2.1,
404           and removed related 2.0-only types.
406 2007-08-09  Jb Evain  <jbevain@novell.com>
408         * net_2_1_System.dll.sources: use a special .sources file
409         for the 2.1 profile.
411 2007-08-06  Atsushi Enomoto  <atsushi@ximian.com>
413         * System.dll.sources : added PerformanceCounterInstanceLifetime.cs
414           and PerformanceCounterCategoryType.cs.
416 2007-08-01  Atsushi Enomoto  <atsushi@ximian.com>
418         * System_test.dll.sources : added BackgroundWorkerTest.cs.
420 2007-07-20  Jb Evain  <jbevain@novell.com>
422         * Makefile: no need for the deps for installing in 2.1.
424 2007-07-11  Alan McGovern  <amcgovern@novell.com>
426         * Uri.cs: Fix for #78781 applied.
428 2007-07-11  Ankit Jain  <jankit@novell.com>
430         * System_test.dll.sources: Add ProcessStartInfoTest.cs.
432 2007-06-12  Marek Safar <marek.safar@gmail.com>
434         * Makefile: Check only major framework version to do 2.x build.
436 2007-06-05  Raja R Harinath  <harinath@gmail.com>
438         Make cyclic-dependency handling more readable
439         * Makefile (MISSING_DEPS): New.  Contains the list of cyclic
440         dependencies that aren't present.
441         (echo-warning): Simplify drastically.
443 2007-06-04  Atsushi Enomoto  <atsushi@ximian.com>
445         * System.dll.sources :
446           added CustomizableLocalFileSettingsProvider.cs.
448 2007-05-31  Atsushi Enomoto  <atsushi@ximian.com>
450         * System.dll.sources :
451           added couple of new 2.0 sys.ComponentModel types.
453 2007-05-31  Rolf Bjarne Kvinge <RKvinge@novell.com> 
455         * System.dll.sources: Added LookupBindingPropertiesAttribute.cs.
456         * System_test.dll.sources: Added
457           LookupBindingPropertiesAttributeTest.cs
459 2007-05-30  Sebastien Pouliot  <sebastien@ximian.com>
461         * System.dll.sources: Add S.C.D.IComponentDiscoveryService
463 2007-05-30  Atsushi Enomoto  <atsushi@ximian.com>
465         * System_test.dll.sources : added SettingsBaseTest.cs.
467 2007-05-28  Atsushi Enomoto  <atsushi@ximian.com>
469         * System_test.dll.sources : added SettingElementTest.cs.
471 2007-05-18  Atsushi Enomoto  <atsushi@ximian.com>
473         * System.dll.sources : added TraceSourceInfo.cs.
475 2007-05-17  Atsushi Enomoto  <atsushi@ximian.com>
477         * System.dll.sources : added TraceOptions.cs.
479 2007-05-16  Adar Wesley <adarw@mainsoft.com>
481         * System20.csproj: added classes to compilation set IOControlCode.cs,
482         IPPacketInformation.cs
484 2007-05-14  Atsushi Enomoto  <atsushi@ximian.com>
486         * System.dll.sources :
487           Added EventTypeFilter.cs, TraceFilter.cs, SourceFilter.cs, 
488           DelimitedListTraceListener.cs, SwitchAttribute.cs and
489           SwitchLevelAttribute.cs in sys.diagnostics.
491 2007-05-02  Raja R Harinath  <harinath@gmail.com>
493         * System.dll.sources: Add RBTree.cs.
495 2007-04-16  Rolf Bjarne Kvinge  <RKvinge@novell.com>
497         * System_test.dll.sources: Added CodeGeneratorFromBinaryOperatorTest.cs.
498 2007-03-09  Chris Toshok  <toshok@ximian.com>
500         * System.ComponentModel.Design/DesignerTransactionCloseEventArgs.cs:
501         update this to 2.0. massage a patch from Ivan Zlatev.
503 2007-02-27  Rolf Bjarne Kvinge  <RKvinge@novell.com>
505         * System_test.dll.sources: Added MaskedTextProviderTest.cs
506         * System.dll.sources: Added MaskedTextProvider.cs
508 2007-01-29  Gert Driesen  <drieseng@users.sourceforge.net>
510         * System_test.dll.sources: Added SocketResponder.cs.
512 2007-01-28  Ilya Kharmatsky <ilyak -at- mainsoft.com>
513         
514         * System20.vmwcsproj: Added new net_2_0 classes to the project
515           file.
517 2007-01-28  Gert Driesen  <drieseng@users.sourceforge.net>
519         * System_test.dll.sources: Added FileWebResponseTest.cs.
521 2007-01-18  Atsushi Enomoto  <atsushi@ximian.com>
523         * System.dll.sources: added new sources:
524           TraceSource.cs, SourceLevels.cs, CorrelationManager.cs,
525           TraceEventCache.cs, TraceEventType.cs and SourceSwitch.cs.
526         * System_test.dll.sources: added new tests:
527           TraceSourceTest.cs and SourceSwitchTest.cs.
529 2007-01-11  Dick Porter  <dick@ximian.com>
531         * System.dll.sources: Add System.Net.Sockets/{IOControlCode,SocketInformation,SocketInformationOptions,TransmitFileOptions}.cs
533 2007-01-02  Gert Driesen  <drieseng@users.sourceforge.net>
535         * System_test.dll.sources: Added ProcessTest.cs.
537 2006-12-22  Rolf Bjarne Kvinge  <RKvinge@novell.com>
539         * System_test.dll.sources: added DefaultBindingPropertyAttributeTest.cs
541         * System.dll.sources: added DefaultBindingPropertyAttribute.cs
543 2006-12-22  Sebastien Pouliot  <sebastien@ximian.com>
545         * Makefile: Add some extra (PKITS related) files to dist tarball
547 2006-12-20  Chris Toshok  <toshok@ximian.com>
549         * System_test.dll.sources: add AttributeProviderAttributeTest.cs
551         * System.dll.sources: add AttributeProviderAttribute.cs
553 2006-12-20  Chris Toshok  <toshok@ximian.com>
555         * System_test.dll.sources: add ComplexBindingPropertiesAttributeTest.cs
557         * System.dll.sources: add ComplexBindingPropertiesAttribute.cs
559 Wed Dec 20 19:30:27 CET 2006 Paolo Molaro <lupus@ximian.com>
561         * Makefile, resources/*.wav, System.dll.sources: added sound
562         samples provided by Clint Herron. Enabled System.Media namespace.
564 2006-12-07  Sebastien Pouliot  <sebastien@ximian.com>
566         * Makefile: Detect PKITS data and, if available, include the unit 
567         tests with the [Category("PKITS")] attribute.
568         * System_test.dll.sources: Add PKITS-based unit tests for X509Chain.
570 2006-11-27  Andrew Skiba  <andrews@mainsoft.com>
572         * System-tests20.sln, System-tests20.vmcsproj, run-tests.bat: added
573         Grasshopper test project and bat file.
575 2006-11-17  Sebastien Pouliot  <sebastien@ximian.com>
577         * System_test.dll.sources: Add unit tests for System.Security.
578         Cryptography.X509Certificates/X509Certificate2Collection and 
579         X509ExtensionCollection classes to the build.
581 2006-11-08  Gert Driesen  <drieseng@users.sourceforge.net>
583         * System_test.dll.sources: Added ArrayConverterTests.cs.
585 2006-11-07  Andrew Skiba  <andrews@mainsoft.com>
587         * System.Security.AccessControl/SemaphoreAuditRule.cs,
588         System.Net/HttpWebRequest.jvm.cs, System.Net/VMWHttpProvider.cs,
589         System.Net/HttpWebResponse.jvm.cs, System.Net/HttpStateCache.cs,
590         System.Net/HttpProvider.cs, System.Net/ServicePoint.cs,
591         System.Net.Sockets/Socket.jvm.cs, System.Net.Sockets/GHStreamSocket.cs,
592         System.Net.Sockets/GHSocketFactory.cs, System.Net.Sockets/GHStreamSocketSSL.cs,
593         System.Net.Sockets/GHSocket.cs, System.J2EE20.vmwcsproj,
594         System.J2EE20.sln, machine.config: add files and TARGET_JVM-s to compile
595         System.dll in GH.
597 2006-11-07  Sebastien Pouliot  <sebastien@ximian.com>
599         * System_test.dll.sources: Add unit tests for System.ComponentModel.
600         CollectionConverter to the build.
602 2006-11-07  Andrew Skiba  <andrews@mainsoft.com>
604         * ApplicationSettingsBase.cs, AppSettingsReader.cs,
605         ConfigurationSettings.cs, LocalFileSettingsProvider.cs: exclude using
606         PrebuiltSystem on TARGET_JVM
608 2006-10-31  Sebastien Pouliot  <sebastien@ximian.com>
610         * System.dll.sources: Add System.Net.Mail.SmtpPermission[Attribute] to
611         the build.
612         * System_test.dll.sources: Add unit tests for System.Net.Mail 
613         SmtpPermission[Attribute] to the build.
615 2006-08-22  Miguel de Icaza  <miguel@novell.com>
617         * System.ComponentModel.Design/HelpKeywordAttribute.cs: Add new
618         file. 
620 2006-08-20  Gert Driesen  <drieseng@users.sourceforge.net>
622         * System_test.dll.sources: Added EventInstanceTest.cs
624 2006-08-20  Gert Driesen  <drieseng@users.sourceforge.net>
626         * System.dll.sources: Added Win32EventLog.cs.
628 2006-08-14  Atsushi Enomoto  <atsushi@ximian.com>
630         * System.dll.sources : added LocalFileEventLog.cs and NullEventLog.cs.
632 2006-08-14  Atsushi Enomoto  <atsushi@ximian.com>
634         * System.dll.sources : reverted all recent changes on EventLogs.
635           It does not work at all.
637 2006-08-11  Gert Driesen  <drieseng@users.sourceforge.net>
639         * System.dll.sources: Added UnixEventLog.cs and Win32EventLog.cs.
640         * System_test.dll.sources: Added EventLogTest.cs.
642 2006-08-09  Gert Driesen  <drieseng@users.sourceforge.net>
644         * System_test.dll.souces: Added EventSourceCreationDataTest.cs.
646 2006-08-09  Gert Driesen  <drieseng@users.sourceforge.net>
648         * System.dll.sources: Added EventInstance.cs, OverflowAction.cs,
649         EventSourceCreationData.cs.
651 2006-08-07  Gert Driesen  <drieseng@users.sourceforge.net>
653         * System_test.dll.sources: Added X509Certificate2Test.cs.
655 2006-07-14  Peter Dennis Bartok  <pbartok@novell.com>
657         * System.dll.sources: Added System.ComponentModel/MaskedTextResultHint.cs
659 2006-07-06  Dick Porter  <dick@ximian.com>
661         * System.dll.sources: Added
662         System.Security.AccessControl/SemaphoreAccessRule.cs
663         System.Security.AccessControl/SemaphoreAuditRule.cs
665 2006-05-10  Atsushi Enomoto  <atsushi@ximian.com>
667         * System_test.dll.sources : added ConnectionManagementSectionTest.cs
668           and WebRequestModulesSectionTest.cs.
670 2006-05-10  Atsushi Enomoto  <atsushi@ximian.com>
672         * Makefile : add -r:System.Configuration under net_2_0.
674 2005-05-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
676         * Makefile: Add -unsafe flag, since it is needed in
677         System.IO.Ports.WinSerialStream.
679 2006-05-08  Atsushi Enomoto  <atsushi@ximian.com>
681         * System.dll.sources : added SettingsBindableAttribute.cs.
683 2006-05-06  Carlos Alberto Cortez <calberto.cortez@gmail.com>
685         * System.dll.sources: Added new System.IO.Ports/ISerialStream.cs
686         file.
687         
688 2006-04-28  Atsushi Enomoto  <atsushi@ximian.com>
690         * System.dll.sources : added a bunch of missing sys.configuration
691           files.
693 2006-04-27  Atsushi Enomoto  <atsushi@ximian.com>
695         * System.dll.sources : added ClientSettingsSection.cs.
697 2006-04-26  Atsushi Enomoto  <atsushi@ximian.com>
699         * System.dll.sources : added ApplicationSettingsGroup.cs.
701 2006-04-20  Gert Driesen  <drieseng@users.sourceforge.net>
703         * System_test.dll.sources: Added CodeGeneratorFromNamespaceTest.cs from
704         Microsoft.VisualBasic.
706 2006-04-17  Atsushi Enomoto  <atsushi@ximian.com>
708         * System.dll.sources : Added AsyncOperation.cs,
709           AsyncOperationManager.cs, BackgroundWorker.cs,
710           DoWorkEventHandler.cs, DoWorkEventArgs.cs,
711           RunWorkerCompletedEventArgs.cs and
712           RunWorkerCompletedEventHandler.cs.
714 2006-04-06  Carlos Alberto Cortez <calberto.cortez@gmail.com>
716         * System.dll.sources: Added System.IO.Ports/SerialSignal.cs.
717         
718 2006-04-05  Atsushi Enomoto  <atsushi@ximian.com>
720         * System.dll.sources : added SslPolicyErrors.cs.
722 2006-04-05  Atsushi Enomoto  <atsushi@ximian.com>
724         * System.dll.sources : added SortedDictionary.cs.
725         * System_test.dll.sources : added SortedDictionaryTest.cs.
727 2006-04-04  Atsushi Enomoto  <atsushi@ximian.com>
729         * System.dll.sources: added DataReceivedEventArgs.cs and
730           DataReceivedEventHandler.cs.
731         * System_test.dll.sources : added StopwatchTest.cs.
733 2006-04-01  Zoltan Varga  <vargaz@gmail.com>
735         * System.dll.sources: Added System.Diagnostics/Stopwatch.cs.
737 2006-03-30  Atsushi Enomoto  <atsushi@ximian.com>
739         * System.dll.sources:
740           DownloadStringCompletedEventHandler.cs was missing.
742 2006-03-28  Atsushi Enomoto  <atsushi@ximian.com>
744         * System.dll.sources : added ProgressChangedEvent[Args|Handler] in
745           System.ComponentModel, and several WebClient event args in
746           System.Net.
748 2006-03-09  Zoltan Varga  <vargaz@gmail.com>
750         * System.dll.sources: Added System.ComponentModel.Design.Serialization/
751         CodeDomSerializerException.cs.
753 2006-02-28  Carlos Alberto Cortez <calberto.cortez@gmail.com>
755         * System.dll.sources: Forgot to add inside System.IO.Ports:
756         SerialData.cs, SerialError.cs, SerialPinChange.cs
758 2006-02-22  Kornél Pál  <kornelpal@hotmail.com>
760         * System.dll.sources: Added System.IO.Ports.SerialPortStream.cs
761           to fix build.
763 2005-02-02  Carlos Alberto Cortez <calberto.cortez@gmail.com>
765         * System.dll.sources: Add the recently added System.Net 2.0 
766         clases (FtpWebRequest, FtpWebResponse, FtpDataStream, FtpAsyncResult,
767         and also FtpStatusCode and WebRequestMethods).
768         
769 2005-01-13  John Luke  <john.luke@gmail.com>
771         * System_test.dll.sources: add System.Net.Mail.SmtpClient tests
772         
773 2006-01-09  Chris Toshok  <toshok@ximian.com>
775         * Makefile (LIB_MCS_FLAGS): if we're building net_2_0, define
776         CONFIGURATION_2_0 to use the new System.Configuration api.
778 2006-01-02  Chris Toshok  <toshok@ximian.com>
780         * Makefile: use an external alias (PrebuiltSystem) when building
781         with CONFIGURATION_DEP.
783 2005-12-24  John Luke  <john.luke@gmail.com>
785         * System_test.dll.sources: add System.Net.Mail tests
787 2005-12-23  John Luke  <john.luke@gmail.com>
789         * System_test.dll.sources: add
790         System.Net.Mime/ContentDispositionTest.cs
791         System.Net.Mime/ContentTypeTest.cs
793 2005-12-13  Chris Toshok  <toshok@ximian.com>
795         * System.dll.sources: add
796         System.Net.Configuration/FtpCachePolicyElement.cs.
798 2005-12-07  Robert Jordan  <robertj@gmx.net>
800         * System.dll.sources: Added System.Net.Sockets/SocketError.cs.
802 2005-11-30  Gert Driesen  <drieseng@users.sourceforge.net>
804         * System_test.dll.sources: Added CodeRemoveEventStatementTest.cs from
805         System.CodeDom.
807 2005-11-26  Gert Driesen  <drieseng@users.sourceforge.net>
809         * System_test.dll.sources: Added CodeGeneratorFromStatementTest.cs
810         from Microsoft.VisualBasic.     
812 2005-11-20  Gert Driesen  <drieseng@users.sourceforge.net>
814         * System_test.dll.sources: Added CodeNamespaceImportCollectionTest.cs,
815         CodeNamespaceCollectionTest.cs, CodeTypeDeclarationCollectionTest.cs,
816         CodeTypeMemberCollectionTest.cs, CodeTypeParameterCollectionTest.cs,
817         CodeAttributeArgumentCollectionTest.cs, CodeDirectiveCollectionTest.cs,
818         CodeAttributeDeclarationCollectionTest.cs, 
819         CodeCatchClauseCollectionTest.cs, 
820         CodeCommentStatementCollectionTest.cs.
822 2005-11-09  Zoltan Varga  <vargaz@gmail.com>
824         * System_test.dll.sources: Add Test/System.Collections.Generic/SortedListTest.cs.
826         * System.dll.sources: Add System.Collections.Generic/SortedList.cs.
828 2005-11-08  Gert Driesen  <drieseng@users.sourceforge.net>
830         * System_test.dll.sources: Added CodeExpressionCollectionTest.cs,
831         CodeParameterDeclarationExpressionCollectionTest.cs,
832         CodeTypeReferenceCollectionTest.cs.
834 2005-11-04  Gert Driesen  <drieseng@users.sourceforge.net>
836         * System_test.dll.sources: Added CodeCastExpressionTest.cs,
837         CodeCatchClauseTest.cs, CodeChecksumPragmaTest.cs, 
838         CodeConstructorTest.cs, CodeDefaultValueExpressionTest.cs;
839         CodeDelegateCreateExpressionTest.cs, CodeEventReferenceExpressionTest.cs
840         CodeGotoStatementTest.cs, CodeLabeledStatementTest.cs,
841         CodeLinePragmaTest.cs, CodeMemberMethodTest.cs, 
842         CodeMethodInvokeExpressionTest.cs, CodeMethodReferenceExpressionTest.cs,
843         CodeNamespaceImportTest.cs, CodeNamespaceTest.cs, 
844         CodeObjectCreateExpressionTest.cs, 
845         CodeParameterDeclarationExpressionTest.cs,
846         CodePropertyReferenceExpressionTest.cs, CodeRegionDirectiveTest.cs,
847         CodeSnippetCompileUnitTest.cs, CodeSnippetExpressionTest.cs,
848         CodeSnippetStatementTest.cs, CodeSnippetTypeMemberTest.cs,
849         CodeStatementCollectionTest.cs, CodeTypeConstructorTest.cs,
850         CodeTypeParameterTest.cs, CodeTypeOfExpressionTest.cs,
851         CodeTypeReferenceExpressionTest.cs, 
852         CodeVariableDeclarationStatementTest.cs,
853         CodeVariableReferenceExpressionTest.cs
855 2005-10-24  Gert Driesen  <drieseng@users.sourceforge.net>
857         * System_test.dll.sources: Added CodeArgumentReferenceExceptionTest.cs,
858         CodeArrayCreateExpressionTest.cs, CodeAttachEventStatementTest.cs,
859         CodeAttributeArgumentTest.cs, CodeAttributeDeclarationTest.cs.
861 2005-10-18  Gert Driesen  <drieseng@users.sourceforge.net>
863         * System_test.dll.sources: Added HttpWebRequestElementTest.cs
864         from Test/System.Net.Configuration.
866 2005-10-07  Gert Driesen  <drieseng@users.sourceforge.net>
868         * System_test.dll.sources: Added CodeGeneratorTypeOutputTest.cs
869         from Test/Microsoft.CSharp.
871 2005-10-05  Atsushi Enomoto  <atsushi@ximian.com>
873         * System.dll.sources: added System.Net/AuthenticationSchemes.cs.
875 2005-09-23  Chris Toshok  <toshok@ximian.com>
877         * System.dll.sources: remove the System.Configuration.Property/*
879         * System.Configuration.Property/*: move to ../System.Configuration
880         where it belongs.
882 2005-09-19  Chris Toshok  <toshok@ximian.com>
884         * System.Configuration/ProviderBase.cs: nuke this - it's in
885         System.Configuration.Provider.
887         * System/InvalidDataException.cs: move this to System.IO, where it
888         belongs.
889         
890         * System.dll.sources: track movement of InvalidDataException.cs
891         and removal of ProviderBase.cs
893 2005-09-19  Gert Driesen <drieseng@users.sourceforge.net>
895         * System_test.dll.sources: Added TypeConverterTest.cs and
896         PropertyDescriptorCollection.cs.
898 2005-09-04  David Waite  <mass@akuma.org>
900         * System.dll.sources, System_test.dll.sources: Added LinkedList.cs,
901         LinkedListNode.cs and LinkedListTest.cs
903 2005-08-28 Gert Driesen <drieseng@users.sourceforge.net>
905         * System_test.dll.sources: Added DateTimeConverterTests.cs.
907 2005-08-23  Raja R Harinath  <rharinath@novell.com>
909         * System.dll.sources: Update.
911 2005-08-18 Gert Driesen <drieseng@users.sourceforge.net>
913         * System_test.dll.sources: Added DecimalConverterTests.cs,
914         DoubleConverterTests.cs, Int64ConverterTests.cs, SByteConverterTests.cs
915         SingleConverterTests.cs, UInt16ConverterTests.cs, 
916         UInt32ConverterTests.cs, UInt64ConverterTests.cs.
918 2005-08-16 Gert Driesen <drieseng@users.sourceforge.net>
920         * System_test.dll.sources: Added ByteConverterTests.cs,
921         Int16ConverterTests.cs and Int32ConverterTests.cs.
922         * Makefile: We also need to reference System.Drawing assembly to
923         build test assembly.
925 2005-08-16 Gert Driesen <drieseng@users.sourceforge.net>
927         * System_test.dll.sources: Added ToolboxItemAttributeTests.cs from
928         System.ComponentModel.
930 >>>>>>> .r48427
931 2005-07-24 Gert Driesen <drieseng@users.sourceforge.net>
933         * System_test.dll.sources: Added CodeTypeDelegateTest.cs from
934         System.CodeDom.
936 2005-07-21 Gert Driesen <drieseng@users.sourceforge.net>
938         * System_test.dll.sources: Added CodeGeneratorTest.cs from
939         System.CodeDom.Compiler.
941 2005-07-21 Gert Driesen <drieseng@users.sourceforge.net>
943         * System_test.dll.sources: Added CodeGeneratorFromTypeTestBase.cs
944         and CodeGeneratorTestBase.cs from System.CodeDom.Compiler.
946 2005-06-28 Gert Driesen <drieseng@users.sourceforge.net>
948         * System_test.dll.sources: Added CodeTypeReferenceTest.cs from
949         System.CodeDom.
951 2005-06-27 Gert Driesen <drieseng@users.sourceforge.net>
953         * System_test.dll.sources: Added CodeGeneratorFromExpressionTest.cs
954         from Microsoft.VisualBasic.
956 2005-06-27 Gert Driesen <drieseng@users.sourceforge.net>
958         * System_test.dll.sources: Added CodeMemberPropertyTest.cs from
959         System.CodeDom.
961 2005-06-25 Gert Driesen <drieseng@users.sourceforge.net>
963         * System_test.dll.sources: Added CodeMemberFieldTest.cs from
964         System.CodeDom.
966 2005-06-25 Gert Driesen <drieseng@users.sourceforge.net>
968         * System_test.dll.sources: Added CodeGeneratorFromTypeTest.cs from
969         Microsoft.VisualBasic.
971 2005-06-25 Gert Driesen <drieseng@users.sourceforge.net>
973         * System_test.dll.sources: Added CodeGeneratorTestBase.cs and
974         CodeGeneratorFromCompileUnitTest.cs from Microsoft.VisualBasic.
976 2005-06-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
978         * Makefile: added reference to Mono.Security.dll when building the
979         tests.
981 2005-06-22  Sebastien Pouliot  <sebastien@ximian.com> 
983         * Makefile: Removed LIB_MCS_FLAGS for referencing corlib and added the
984         __SECURITY_BOOTSTRAP_DB export. This will allow the work on #74975 to
985         continue and shouldn't cause any harm to Linux or Cygwin builds.
987 2005-06-15  Lluis Sanchez Gual <lluis@novell.com>
989         * System.dll.sources: Added ProviderBase.cs.
990         
991 2005-06-14  Lluis Sanchez Gual <lluis@novell.com>
993         * System.dll.sources: Removed some files that have been moved to the
994         new System.Configuration assembly.
995         * Makefile: Handle the cyclic dependency with the new
996         System.Configuration assembly.
998 2005-05-30  Gert Driesen <drieseng@users.sourceforge.net>
1000         * System_test.dll.sources: Added CSharpCodeProviderTest.cs
1002 2005-05-28  Kornél Pál <kornelpal@hotmail.com>
1004         * System_test.dll.sources: Added TimerTest.cs.
1006 2005-05-20  Sebastien Pouliot  <sebastien@ximian.com>
1008         * System_test.dll.sources: Added new CAS unit tests for NetworkStream,
1009         Socket and TcpClient to the build (stack propagation in async calls).
1011 2005-05-20  Raja R Harinath  <rharinath@novell.com>
1013         * System_test.dll.sources: Add
1014         System.Text.RegularExpressions/RegexReplace.cs.
1016         * System.dll.sources: Update to reflect split-up of
1017         System.Text.RegularExpressions/match.cs.
1019 2005-05-19  Sebastien Pouliot  <sebastien@ximian.com>
1021         * Makefile: Do not report Obsolete warnings when compiling unit tests.
1022         * System_test.dll.sources: Added new CAS unit tests to the build.
1024 2005-05-13  Atsushi Enomoto  <atsushi@ximian.com>
1026         * System_test.dll.sources,
1027           System.dll.sources: generic Queue.cs and Stack.cs are now in System.
1029 2005-03-14  Raja R Harinath  <rharinath@novell.com>
1031         * Makefile (NO_INSTALL): Define during the first pass.
1033 2005-03-04  Lluis Sanchez Gual <lluis@novell.com>
1035         * System.dll.sources: Added OrderedDictionary.cs.
1037 2005-02-22  Sureshkumar T  <tsureshkumar@novell.com>
1039         * System.dll.sources: Added files.
1040         System.Configuration/ConnectionStringSettingsCollection.cs
1041         System.Configuration/ConnectionStringSettings.cs
1043 2005-02-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1045         * System.dll.sources: added CodeDomConfigurationHandler.
1047 2005-02-03  Raja R Harinath  <rharinath@novell.com>
1049         * Makefile (TEST_RESOURCES): New.
1050         (EXTRA_DISTFILES): Distribute them.
1052 2005-02-02  Ben Maurer  <bmaurer@ximian.com>
1054         * Makefile: Embed the uri stuff as a resource.
1056 2005-01-24  Raja R Harinath  <rharinath@novell.com>
1058         Add circular dependency on System.Security.dll.
1059         * Makefile (XML_DEP, XML_DEP_FILE): Rename from CYCLIC_DEP and
1060         CYCLIC_DEP_FILE. 
1061         (SECURITY_DEP, SECURITY_DEP_FILE): Parallel defines for expressing
1062         cyclic dependency on System.Security.dll.  Defined only in NET2.0
1063         related profiles.
1064         (CYCLIC_DEPS, CYCLIC_DEP_FILES): New.  Used to detect which of the
1065         dependencies are present.
1066         (echo-warning, LIB_MCS_FLAGS): Update to reflect new circular
1067         dependencies.
1069 2005-01-20  Miguel de Icaza  <miguel@ximian.com>
1071         * Add a couple more -nowarns when compiling tests. 
1073 2005-01-17  Raja R Harinath  <rharinath@novell.com>
1075         * Makefile ($(test_lib).config): New.  Create it when test library
1076         is built.
1077         (CLEAN_FILES): Remove it.
1078         (test-recursive,clean-recursive): Delete.
1080 2005-01-14  Jonathan Pryor (jonpryor@vt.edu)
1082         * Makefile: Add test-recursive and clean-recursive targets.  Test-recursive
1083           creates a Syste_test_PROFILE.dll.config file, required for the Switch
1084           regression tests, and clean-recursive cleans up this file.
1085         * System_test_default.dll.config, System_test.dll.config: Delete.  These are
1086           no longer necessary as the appropriate file is generated in test-recursive.
1088 2005-01-10  Lluis Sanchez Gual <lluis@novell.com>
1090         * System.dll.sources: Added new file:
1091                 System.ComponentModel/BindingDirection.cs
1093 2004-12-26  Zoltan Varga  <vargaz@freemail.hu>
1095         * System.IO.Ports/ChangeLog: New file.
1097 2004-12-21  Chris Toshok  <toshok@ximian.com>
1099         * System.dll.sources: add System.IO.Ports/*.
1101         * System.IO.Ports/SerialPort.cs,
1102         System.IO.Ports/SerialReceivedEventArgs.cs,
1103         System.IO.Ports/SerialPinChangedEventArgs.cs,
1104         System.IO.Ports/SerialErrorEventArgs.cs: initial import of the
1105         System.IO.Ports stuff.
1107 2004-12-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1109         * System_test.dll.sources: added CookieContainerTest.cs.
1111 2004-11-19  Raja R Harinath  <rharinath@novell.com>
1113         * Makefile (USE_BOOT_COMPILE): Re-organize to use BOOT_COMPILE
1114         during the first pass.
1115         (BOOTSTRAP_MCS): Use mscorlib.dll from the net_2_0 profile.
1117 2004-11-18  Lluis Sanchez Gual <lluis@novell.com>
1119         * System.dll.sources: Added new files:
1120                 System.Configuration/ProviderSettings.cs
1121                 System.Configuration/ProviderSettingsCollection.cs
1122                 System.Configuration.Provider/ProviderBase.cs
1124 2004-11-15  Lluis Sanchez Gual <lluis@novell.com>
1126         * System.dll.sources: Added new files:
1127                 System.Configuration/TimeSpanConfigurationProperty.cs
1128                 System.Configuration/TimeSpanPropertyFlags.cs
1129                 System.Configuration/TimeSpanSerializedFormat.cs
1130         
1131 2004-11-09  Lluis Sanchez Gual <lluis@novell.com>
1133         * System.dll.sources: Added new files:
1134                 System.Configuration/NonEmptyStringConfigurationProperty.cs
1135                 System.Configuration/NonEmptyStringFlags.cs
1137 2004-11-04  Lluis Sanchez Gual <lluis@novell.com>
1139         * System.dll.sources: Added new files:
1140                 System.Configuration/ConfigInfo.cs
1141                 System.Configuration/IntegerConfigurationProperty.cs
1142                 System.Configuration/RuntimeOnlySection.cs
1143                 System.Configuration/SectionInfo.cs
1144                 System.Configuration/SectionGroupInfo.cs
1146 2004-09-21  Raja R Harinath  <rharinath@novell.com>
1148         * Makefile (lib_file) [PROFILE=net_2_0]: New test.  Use
1149         net_2_0_bootstrap libraries if necessary.
1150         ($(the_lib)): Don't depend on a phony target.  Move 'echo-warning' ...
1151         (all-local): ... here.  Will now warn unnecessarily, but is better
1152         than rebuilding the library each time.
1154 2004-09-20  Gert Driesen <drieseng@users.sourceforge.net>
1156         * System.dll.sources: Moved ReadOnlyCollection.cs and Collection.cs
1157         from corlib to System.Collections.Generic in System assembly
1159 2004-09-13  Tim Coleman <tim@timcoleman.com>
1160         * System.dll.sources: Add new classes in System.Net.Security and 
1161                 System.Security.Authentication for Fx 2.0
1163 2004-09-12  Gert Driesen <drieseng@users.sourceforge.net>
1165         * System.dll.sources: removed duplicate entry for System.Net.
1166         Configuration.WebRequestModuleHandler
1168 2004-09-11  Sebastien Pouliot  <sebastien@ximian.com>
1170         * System_test.dll.sources: Added unit tests for System.Diagnostics.
1171         EventLogPermission and PerformanceCounterPermission.
1173 2004-09-10  Sebastien Pouliot  <sebastien@ximian.com>
1175         * System_test.dll.sources: Added PermissionHelper to the build.
1176         * System_test.dll.sources: Added unit tests for System.Security.
1177         Permissions.ResourcePermissionBase and ResourcePermissionBaseEntry, 
1178         System.Web.AspNetHostingPermission and AspNetHostingPermissionAttribute.
1180 2004-09-10  Tim Coleman <tim@timcoleman.com>
1181         * System.dll.sources: Add System.Net.Cache, System.Net.Configuration,
1182                 System.Net.Mail, System.Configuration classes
1184 2004-09-09  Tim Coleman <tim@timcoleman.com>
1185         * System.dll.sources: Add new System.Net.Mail classes
1187 2004-09-04  Tim Coleman <tim@timcoleman.com>
1188         * System.dll.sources: Add System.Net.Mail and System.Net.Mime classes.
1190 2004-09-03  Tim Coleman <tim@timcoleman.com>
1191         * System.dll.sources: Add new class in System.Net
1193 2004-08-16  Duncan Mak  <duncan@ximian.com>
1195         * System.dll.sources: Added new classes in System.Configuration.
1197 2004-07-14  Atsushi Enomoto  <atsushi@ximian.com>
1199         * System.dll.sources:
1200           Added IChangeTracking.cs and IRevertibleChangeTracking.cs
1202 2004-07-09  LLuis Sanchez Gual  <lluis@novell.com>
1204         * System.dll.sources: Added files
1205                 System.ComponentModel/AsyncCompletedEventArgs.cs
1206                 System.ComponentModel/AsyncCompletedEventHandler.cs
1208 2004-07-02  Raja R Harinath  <rharinath@novell.com>
1210         * Makefile (LIBRARY_USE_INTERMEDIATE_FILE): Define.
1212 2004-06-13  Gert Driesen <drieseng@users.sourceforge.net>
1214         * System_test.dll.sources: Added IndentedTextWriterTest to unit
1215         tests
1217 2004-06-10  Raja R Harinath  <rharinath@novell.com>
1219         * Makefile (LIBRARY_COMPILE): Define only if 'USE_BOOT_COMPILE' is
1220         defined.  Don't conflate building a non-Xml temporary System.dll
1221         with building System.dll for bootstrapping mcs.
1223 2004-06-09  Raja R Harinath  <rharinath@novell.com>
1225         * Makefile (CYCLIC_DEP_FILE): New.  Used to detect if
1226         System.Xml.dll is present.
1227         (SECOND_PASS): Remove.
1229 2004-06-05  Sebastien Pouliot  <sebastien@ximian.com>
1231         * System_test.dll.sources: Added X509CertificateCollectionTest
1232         to the unit tests.
1234 2004-06-03  Atsushi Enomoto  <atsushi@ximian.com>
1236         * Makefile : add run-test-ondotnet target support.
1238 2004-05-24  Raja R Harinath  <rharinath@novell.com>
1240         * Makefile (EXTRA_FLAGS): Remove.
1241         (LIBRARY_COMPILE) [!HAVE_SYSTEM_XML]: Use $(BOOT_COMPILE) for
1242         non-Xml first build.
1243         (all-local) [!SECOND_PASS]: Simplify.
1245 2004-05-10  Raja R Harinath  <rharinath@novell.com>
1247         * Makefile (install-local,test-local,run-test-local,clean-local):
1248         Make cyclic-dependency safe.
1250 2004-05-07  Raja R Harinath  <rharinath@novell.com>
1252         * Makefile (all-local) [SECOND_PASS]: Rewrite to use 'make' itself
1253         to determine out-of-date-ness.  (This fixes an unlogged change.)
1254         (install-local,test-local,run-test-local,clean-local): Collapse
1255         near-identical rules.
1257 2004-05-07  Raja R Harinath  <rharinath@novell.com>
1259         * Makefile (all-local): Built first pass with BOOT_COMPILE.
1261 2004-04-26  Jackson Harper  <jackson@ximian.com>
1263         * Makefile: Use new $(PROFILE) directory to search for cyclical
1264         dependancy.
1265         
1266 2004-04-16  Lluis Sanchez Gual <lluis@ximian.com>
1268         * System_test.dll.sources: Added 
1269                 System.ComponentModel/TypeDescriptorTests.cs.
1271 2004-04-14  Lluis Sanchez Gual <lluis@ximian.com>
1273         * System.dll.sources: Added 
1274                 System.ComponentModel/ReflectionEventDescriptor.cs,
1275                 System.ComponentModel/ReflectionPropertyDescriptor.cs.
1277 2004-03-17  Ivan Hamilton <ivan@chimerical.com.au>
1279         * System.dll.sources: Added System/System.ComponentModel.Design
1280         /RuntimeLicenseContext.cs
1281         * System_test.dll.sources : Added System.ComponentModel
1282         /LicenseManagerTests.cs
1284 2004-03-11  Zoltan Varga  <vargaz@freemail.hu>
1286         * Makefile (all-local): Fix for non-bash shells.
1288 2004-02-26  Sebastien Pouliot  <sebastien@ximian.com>
1290         * System.dll.sources: Added System.Net/DefaultCertificatePolicy.cs to 
1291         the build.
1293 2004-02-04  Marek Safar <marek.safar@seznam.cz>
1295         * Makefile: Build System.dll in two steps. Because of the circular
1296         dependency with System.XML.dll.
1298 2004-01-21  Atsushi Enomoto  <atsushi@ximian.com>
1300         * System_test.dll.sources : Added CodeGeneratorIdentifierTest.cs
1302 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1304         * System.dll.sources: added new files.
1306         * System_test.dll.sources: added new test.
1308 2004-01-01  Nick Drochak <ndrochak@gol.com>
1310         * Makefile: Suppress warnings about multiple Regex defs and obsolete
1311         calls in the test assembly.
1313 2003-05-29  Nick Drochak <ndrochak@gol.com>
1315         * System_test.dll.config: Nunit loads configs with the same name as the
1316         test assembly. This is for the Swithes test.
1318 2003-12-08  Atsushi Enomoto  <atsushi@ximian.com>
1320         * System_test.dll.sources : Added UriTest2.cs
1322 2003-11-18  Todd Berman  <tberman@gentoo.org>
1324         * System.dll.sources: Added IOrderedDictionary.cs
1326 2003-11-12  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
1328         * System.dll.sources: Added some new class files
1330 2003-09-04  Duncan Mak  <duncan@ximian.com>
1332         * System_test.dll.sources: Add new test, ListDictionaryTest.cs.
1334 2003-08-31 Alexandre Pigolkine <pigolkine@gmx.de>
1336         * System_test.dll.sources       new test added
1338 2003-07-27  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
1340         * System.dll.sources: SRDescriptionAttribute.cs moved
1342 2003-07-21  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
1344         * README: removed (contained only obsolete build instructions)
1346 2003-07-21  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
1348         * System.dll.sources: EventLogImpl.cs added
1350 2003-07-18  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
1352         * System.dll.sources: AlphabeticalEnumConverter.cs, SRDescriptionAttribute.cs added
1354 2003-07-18  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
1356         * System.dll.sources: Assembly/Locale.cs added, Globalization.Locale.cs removed
1358 2003-07-18  Peter Williams  <peter@newton.cx>
1360         * Makefile (EXTRA_DISTFILES): Oops, NUnit.Prefs is not
1361         a distable file.
1362         (EXTRA_DISTFILES): A few more.
1364 2003-07-17  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
1366         * System.dll.sources: Assembly/Consts.cs added
1368 2003-07-16  Peter Williams  <peter@newton.cx>
1370         * Makefile (SCARY_LIB): Flip around since what was bootstrap
1371         is now default.
1373 2003-07-14  Jerome Laban <jlaban@wanadoo.fr>
1375         * System.dll.sources: Added NetConfigurationHandler.cs,
1376         NetConfig.cs, IPv6MulticastOption.cs
1378 2003-07-10  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
1380         * list.unix: Added AssemblyInfo.cs
1382 2003-07-10  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
1384         * list.unix: Removed System.Net/ProxyUseType.cs, System.Net/WebStatus.cs
1386 2003-07-06  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
1388         * list.unix: Add VBCodeGenerator.cs, VBCodeProvider.cs
1390 2003-07-05  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
1392         * list.unix: Add CodeParser.cs, Executor.cs, removed CompilerOptions.cs
1394 2003-07-05  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
1396         * list.unix: Add WebPermission.cs, WebPermissionAttribute.cs
1398 2003-05-29  Nick Drochak <ndrochak@gol.com>
1400         * makefile.gnu: turn on debug since it works again.
1402 2003-05-21  Ben Maurer <bmaurer@users.sourceforge.net>
1404         * StringWriter.cs: Fixed bug #43379 "Missing WebException.Response
1405         property."
1407 2003-03-30  Martin Willemoes Hansen <mwh@sysrq.dk>
1409         * Stubed rest of System.ComponentModel
1411 2003-03-29  Martin Willemoes Hansen <mwh@sysrq.dk>
1413         * System.ComponentModel.Design.Serialization
1414           Removed references to System.Web namespaces
1416 2003-03-29  Martin Willemoes Hansen <mwh@sysrq.dk>
1418         * Stubed System.ComponentModel/LicenseContext.cs
1419         * Stubed System.ComponentModel/LicenseUsageMode.cs
1420         * Stubed rest of System.ComponentModel.Design
1422 2003-03-29  Martin Willemoes Hansen <mwh@sysrq.dk>
1424         * Stubed System.ComponentModel/InheritanceAttribute.cs
1425         * Stubed System.ComponentModel/InheritanceLevel.cs
1426         * Stubed System.ComponentModel.Design/IDesignerFilter.cs
1427         * Stubed System.ComponentModel.Design/IInheritanceService.cs
1429 2003-03-27  Martin Willemoes Hansen <mwh@sysrq.dk>
1431         * Stubed rest of System.ComponentModel.Design.Serialization
1433 2003-03-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1435         * list.unix: added RunInstallerAttribute.cs
1437 2003-02-18  Alan Tam <Tam@SiuLung.com>
1439         * list.unix (): Add DesignerCategoryAttribute.cs
1441 2003-01-10  Duncan Mak  <duncan@ximian.com>
1443         * list.unix (CSharpCodeCompiler): Add
1444         Microsoft.Charp.CSharpCodeCompiler for Sean Kasun.
1446 2002-12-10  Jeroen Janssen <japj@darius.demon.nl>
1447         
1448         * updated .build file(s) to correctly contain required buildfile 
1449           attribute for nant
1451 2002-12-07 Jackson Harper <jackson@latitudegeo.com>
1453         * list list.unix: Put CSharpCodeGenerator.cs back in build
1455 2002-12-07 Jackson Harper <jackson@latitudegeo.com>
1457         * list list.unix: Removed Compiler classes that are being moved to their own assembly
1459 2002-12-05 Alejandro Sánchez Acosta  <raciel@gnome.org>
1461         * list.unix: updated.
1463 2002-11-30 Alejandro Sánchez Acosta  <raciel@es.gnu.org>
1465         * list.unix: Changed.
1466         * System.ComponentModel.Design: Added
1468 2002-11-11 Tim Coleman <tim@timcoleman.com>
1469         * list.unix:
1470         * list:
1471         * System.ComponentModel/DesignTimeVisibleAttribute.cs:
1472                 Add new class
1474 2002-11-06 Jackson Harper <jackson@latitudegeo.com>
1476         * list.unix: Added Microsoft.CSharp/Compiler.cs to build
1477         
1478 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1480         * list.unix: added new files.
1482 2002-11-04  Tim Coleman <tim@timcoleman.com>
1483         * System.ComponentModel/RefreshProperties.cs:
1484         * System.ComponentModel/RefreshPropertiesAttribute.cs:
1485                 Add new classes
1487 2002-11-02  Duncan Mak  <duncan@ximian.com>
1489         * list.unix: Added InvalidEnumArgumentException.
1491 2002-10-31  Dick Porter  <dick@ximian.com>
1493         * list.unix: Added MonoIO and MonoIOError to the build
1495 2002-10-29  Daniel Morgan <danmorg@sc.rr.com>
1497         * System.ComponentModel/PropertyDescriptor.cs: added
1498         missing abstract methods and properties
1500         * System.ComponentModel/DerivedPropertyDescriptor.cs: implemented
1501         SetValue and added stubs for missing methods and properties
1502         
1503 2002-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1505         * list.unix: added new files in System.Configuration.
1507 2002-10-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1509         * list.unix: added new files.
1511 2002-08-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1513         * System.ComponentModel/Component.cs:
1514         * System.ComponentModel/ComponentCollection.cs:
1515         * System.ComponentModel/Container.cs:
1516         * System.ComponentModel/MarshalByValueComponent.cs:
1517         * System.Diagnostics/Process.cs:
1518         * System.Diagnostics/TextWriterTraceListener.cs:
1519         * System.IO/FileSystemWatcher.cs:
1520         IDisposable fixes.
1522 2002-08-15  Tim Coleman <tim@timcoleman.com>
1523         * list.unix: Added System.IO files.
1525 2002-07-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1527         * list:
1528         * list.unix: added EnumConverter.cs
1530 2002-07-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1532         * list:
1533         * list.unix: added DerivedPropertyDescriptor.cs
1535 2002-07-22  Tim Coleman <tim@timcoleman.com>
1536         * list.unix: Added new file
1537                 System.ComponentModel.RecommendedAsConfigurableAttribute.cs
1538                 to build on unix.
1540 2002-07-22  Tim Coleman <tim@timcoleman.com>
1541         * list.unix: Added files to the build for linux
1542                 System.ComponentModel.BindableAttribute.cs,
1543                 System.ComponentModel.BindableSupport.cs,
1544                 System.ComponentModel.ExpandableObjectConverter.cs,
1545                 System.ComponentModel.NotifyParentPropertyAttribute.cs,
1546                 System.ComponentModel.ToolboxItemAttribute.cs,
1548 2002-07-22  Tim Coleman <tim@timcoleman.com>
1549         * list.unix: Added System.ComponentModel/DefaultEventAttribute.cs
1550                 and System.ComponentModel.DefaultProperty.cs to build
1553 2002-06-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1555         * System.build: removed System.Drawing.dll dependency.
1557 2002-06-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1559         * System.build: referenced System.Drawing.dll.
1561 2002-05-12  Lawrence Pit <loz@cable.a2000.nl>
1563         * System.Security.Cryptography.X509Certificates: directory added
1564         
1565 2002-05-09  Rodrigo Moya <rodrigo@ximian.com>
1567         * System.build: don't exclude anymore excluded files in
1568         System.ComponentModel. They compile on Linux, so they might also
1569         on Windows.
1571 2002-05-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1573         * System.build: excluded EventDescriptor.cs, 
1574         EventDescriptorCollection.cs and ICustomTypeDescriptor.cs.
1576 2002-04-08  Nick Drochak  <ndrochak@gol.com>
1578         * System.build: Build System.dll with mono's corlib.dll and 
1579         System.Xml.dll.
1581 2002-01-23  Dick Porter  <dick@ximian.com>
1583         * System.build: Start build System.Net.Sockets.Socket.cs,
1584         TcpClient.cs and TcpListener.cs
1586 2001-12-07  Nick Drochak <ndrochak@gol.com>
1588         * ChangeLog: Add the change log to this directory
1590         * System.build: Add dependancy on linux target to test target. Need to 
1591         have the dll before we can test it, right?  Plus it encourages others 
1592         to try 'make test'.