Allow targets from imported projects to be overridden.
[mcs.git] / class / System / ChangeLog
blob2f570cfbce3bca86a01e50175e095bd688d52e64
1 2009-09-21  Sebastien Pouliot  <sebastien@ximian.com>
3         * net_2_1_raw_System.dll.sources: Remove System.Net.Mime since
4         System.Runtime.Serialization does not need them anymore
6 2009-09-14 Jonathan Pryor <jpryor@novell.com>
8         * MonoTouch/MonoPInvokeCallbackAttribute.cs: Added.
9         * monotouch_System.dll.sources: Include MonoPInvokeCallbackAttribute.
11 2009-08-26 Gonzalo Paniagua Javier <gonzalo@novell.com>
13         * System.dll.sources:
14         * monotouch_System.dll.sources:
15         * System20.csproj: add Mono.Http/NtmlClient.cs
17         * Mono.Http/ChangeLog: New file.
18         * Mono.Http/NtlmClient.cs: copied from Mono.Http.
19         * System.Net/NtlmClient.cs: use Mono.Http.NtmlClient from System
20         instead of dynamically loading the one in Mono.Http.
22 2009-08-11  Jérémie Laval  <jeremie.laval@gmail.com>
24         * System.dll.sources: Adding ParallelFx files.
25         * System_test.dll.sources: Adding ParallelFx test files.
27 2009-07-26  Raja R Harinath  <harinath@hurrynot.org>
29         * Makefile ($(build_lib)): Make CYCLIC_DEP_FILES depend on this.
31 2009-07-22  Jb Evain  <jbevain@novell.com>
33         * monotouch_System.dll.sources: bring Process in.
35 2009-06-28  Gert Driesen  <drieseng@users.sourceforge.net>
37         * System_test.dll.sources: Added IPv6MulticastOptionTest.cs and
38         MulticastOptionTest.cs.
40 2009-05-14  Jonathan Pryor <jpryor@novell.com>
42         * Makefile: Distribute Test/test-config-file-net-2.0.
44 2009-05-13  Jonathan Pryor <jpryor@novell.com>
46         * System_test.dll.sources: Add ListChangedEventArgsTest.cs.
48 2009-05-13  Jonathan Pryor <jpryor@novell.com>
50         * Makefile: $(test_lib).config needs to be profile-specific.
52 2009-04-23  Sebastien Pouliot  <sebastien@ximian.com>
54         * net_2_1_raw_System.dll.sources: Remove some unneeded files.
56 2009-04-21  Sebastien Pouliot  <sebastien@ximian.com>
58         * System_test.dll.sources: Add EndPointTest.cs
60 2009-04-16  Sebastien Pouliot  <sebastien@ximian.com>
62         * net_2_1_raw_System.dll.sources: Remove corlib's files since System
63         can now access, for 2.1 (moonlight) corlib's internals.
65 2009-04-09  Sebastien Pouliot  <sebastien@ximian.com>
67         * System.dll.sources: Add System.Net.Sockets/Socket_2_1.cs
69 2009-01-07  Sebastien Pouliot  <sebastien@ximian.com>
71         * net_2_1_raw_System.dll.sources: Add System/UriTypeConverter.cs to
72         NET_2_1 build.
74 2009-01-07  Geoff Norton  <gnorton@novell.com>
76         * Makefile: Respect platform specific test harness exclusions.
78 2008-12-25   Leszek Ciesielski <skolima@gmail.com>
80         * System.Diagnostics/Process.cs: Raise the
81         Process.OutputDataReceived and Process.ErrorDataReceived with null
82         arguments at the end.   This is the documented behavior:
84         http://msdn.microsoft.com/en-us/library/system.diagnostics.datareceivedeventargs.data.aspx
86         And CruiseControl.NET depended on this.   Bug #459450.
87         
88         * Microsoft.CSharp/CSharpCodeCompiler.cs: Fix the code, as it
89         depened on the previous broken behavior.
90         
92 2008-12-22  Ivan N. Zlatev  <contact@i-nz.net>
94         * System_test.dll.sources: Added ReferenceConverterTest.cs.
96 2008-12-19  Rolf Bjarne Kvinge  <RKvinge@novell.com>
98         * net_2_1_raw_System.dll.sources: Added IEditableObject.cs
100 2008-12-09  Christian Hergert <christian.hergert@gmail.com>
102         * System_test.dll.sources: Addded CounterCreationDataTest.cs
104 2008-12-06  Ivan N. Zlatev  <contact@i-nz.net>
106         * System_test.dll.sources: Addded NullableConverterTest.cs
108 2008-11-25  Atsushi Enomoto  <atsushi@ximian.com>
110         * Makefile : update old nunit options that break upgrade to 2.4.
112 2008-11-03 Gonzalo Paniagua Javier <gonzalo@novell.com>
114         * System_test.dll.sources: add FtpWebRequestTest.cs
116 2008-10-17  Raja R Harinath  <harinath@hurrynot.org>
118         Make robust to 'make clean; make'
119         * Makefile (CYCLIC_DEPS): If we're using BOOT_COMPILE, don't
120         bother looking for cyclic dependencies -- they'll fail to load
121         even if the dlls exist.
122         (handle-missing-deps): Rename from 'echo-warning'.  Remove cyclic
123         dependencies for real, if they exist.
124         Reported by Jonathan Pryor.
126 2008-09-14  Gert Driesen  <drieseng@users.sourceforge.net>
128         * System_test.dll.sources: Added ConfigXmlDocumentTest.cs.
130 2008-09-14  Zoltan Varga  <vargaz@gmail.com>
132         * Makefile (regex-check): New helper target to run the perl regex test suite.
134 2008-08-16  Gert Driesen  <drieseng@users.sourceforge.net>
136         * System_test.dll.sources: Added SmtpExceptionTest.cs.
138 2008-08-07  Sebastien Pouliot  <sebastien@ximian.com> 
140         * net_2_1_raw_System.dll.sources: Add existing System/UriIdnScope.cs
141         * System_test.dll.sources: Add System.ComponentModel/
142         DefaultValueAttributeTest.cs to the test suite
144 2008-08-06  Sebastien Pouliot  <sebastien@ximian.com>
146         * net_2_1_raw_System.dll.sources: Add System.CodeDom.Compiler/
147         GeneratedCodeAttribute.cs since it's part of SL2 beta 2.
149 2008-07-31  Jb Evain  <jbevain@novell.com>
151         * net_2_1_raw_System.dll.sources: fine tune.
153 2008-07-25  Gert Driesen  <drieseng@users.sourceforge.net>
155         * System_test.dll.sources: Added HttpWebResponseTest.cs.
157 2008-07-14  Marek Habersack  <mhabersack@novell.com>
159         * System.dll.sources: added
160         System.Net.NetworkInformation/LinuxNetworkInterfaceMarshal.cs
162 2008-06-27  Gert Driesen  <drieseng@users.sourceforge.net>
164         * System_test.dll.sources: Added EventDescriptorCollectionTest.cs.
166 2008-06-25  Gert Driesen  <drieseng@users.sourceforge.net>
168         * System_test.dll.sources: Added ConfigurationExceptionTest.cs.
170 2008-05-21  Atsushi Enomoto  <atsushi@ximian.com>
172         * System.dll.sources :
173           added INotifyPropertyChanging stuff (new in 2.0 SP1).
175 2008-04-16  Marek Habersack  <mhabersack@novell.com>
177         * System_test.dll.sources: added
178         System.ComponentModel/ComponentConverterTests.cs
180         * Makefile (TEST_MCS_FLAGS): reference -r:System.Data for new
181         tests.
183 2008-04-13  Jb Evain  <jbevain@novell.com>
185         * net_2_1_raw_System.dll.sources: tune out some
186         uneeded sources for the 2.1 profile.
187         Merged from the Moonlight 2 branch.
189 2008-03-15  Gert Driesen  <drieseng@users.sourceforge.net>
191         * System_test.dll.sources: Added DesignerAttributeTest.cs.
193 2008-03-03  Zoltan Varga  <vargaz@gmail.com>
195         * System.dll.sources: Add the new regex interpreter/compiler sources, not yet
196         used.
198         * net_2_1_raw_System.dll.sources: Ditto.
199         
200 2008-02-18  Raja R Harinath  <harinath@hurrynot.org>
202         * Makefile (CYCLIC_DEPS): Don't use $(eval ...) -- we still
203         support older GNU makes.
205 2008-02-17  Gert Driesen  <drieseng@users.sourceforge.net>
207         * System_test.dll.sources: Added CharConverterTest.cs and
208         CultureInfoConverterTest.cs.
210 2008-02-17  Raja R Harinath  <harinath@hurrynot.org>
212         * Makefile (CYCLIC_DEPS): New macro.
213         (CYCLIC_DEP_FILES): Use it to clean up handling of cyclic dependencies.
214         * net_2_1_raw_System.dll.sources: Rename from net_2_1_System.dll.sources.
215         * net_2_1_bootstrap_System.dll.sources: New.
217 2008-02-10  Juraj Skripsky  <js@hotfeet.ch>
219         * System.dll.sources: Added ICodeDomVisitor.cs.
221 2008-01-23  Gert Driesen  <drieseng@users.sourceforge.net>
223         * System_test.dll.sources: Added FileVersionInfoTest.cs.
225 2007-12-24  Gert Driesen  <drieseng@users.sourceforge.net>
227         * System_test.dll.sources: Added CheckoutExceptionTest.cs.
229 2007-12-15  Marek Habersack  <mhabersack@novell.com>
231         * System.dll.sources: added
232         System.CodeDom.Compiler/CompilerProviderOption.cs and
233         System.CodeDom.Compiler/CompilerProviderOptionsCollection.cs
235 2007-12-04  Gert Driesen  <drieseng@users.sourceforge.net>
237         * System_test.dll.sources: Added Win32ExceptionTest.cs.
239 2007-11-12  Atsushi Enomoto  <atsushi@ximian.com>
241         * System.dll.sources : added S.R.InteropSvcs.ComTypes types.
243 2007-11-08  Jb Evain  <jbevain@novell.com>
245         * net_2_1_System.dll.sources: use the custom
246         WebHeaderCollection.
248 2007-11-07  Gert Driesen  <drieseng@users.sourceforge.net>
250         * System.dll.sources: Added Win32SoundPlayer.cs.
252 2007-11-03  Gert Driesen  <drieseng@users.sourceforge.net>
254         * System_test.dll.sources: Added InvalidEnumArgumentExceptionTest.cs.
256 2007-10-22  Jb Evain  <jbevain@novell.com>
258         * net_2_1_System.dll.sources: remove System.Net.Mail.*
260 2007-09-29  Gert Driesen  <drieseng@users.sourceforge.net>
262         * System_test.dll.sources: Added HttpListenerRequestTest.cs.
264 2007-09-27  Atsushi Enomoto  <atsushi@ximian.com>
266         * System.dll.sources : added ITypeDiscoveryService.cs.
268 2007-09-25  Jonathan Pobst  <monkey@jpobst.com>
270         * System_test.dll.sources: Added AsyncOperationManagerTest.cs.
272 2007-09-17  Gert Driesen  <drieseng@users.sourceforge.net>
274         * System_test.dll.sources: Added ComponentResourceManagerTest.cs.
276 2007-09-05  Atsushi Enomoto  <atsushi@ximian.com>
278         * System.dll.sources : added HandleCollector.cs.
280 2007-09-05  Gert Driesen  <drieseng@users.sourceforge.net>
282         * System_test.dll.sources: Added EnumConverterTest.cs.
284 2007-08-29  Ivan N. Zlatev  <contact@i-nz.net>
286         * System.dll.sources: add DefaultSerializationProviderAttribute.cs,
287         ComponentSerializationService.cs, MemberRelationship.cs, 
288         SerializationStore.cs, MemberRelationshipService.cs, 
289         DesignerOptionService.cs, ITreeDesigner.cs
291 2007-08-29  Atsushi Enomoto  <atsushi@ximian.com>
293         * System.dll.sources : added Win32NetworkInterfaceMarshal.cs.
295 2007-08-24  Atsushi Enomoto  <atsushi@ximian.com>
297         * Makefile : split PREBUILT_DEP from CONFIGURATION_DEP so that the
298           prebuilt System.dll could be referenced for security stuff too.
300 2007-08-09  Atsushi Enomoto  <atsushi@ximian.com>
302         * net_2_1_System.dll.sources :
303           Replaced HttpWebRequest and HttpWebResponse with those for 2.1,
304           and removed related 2.0-only types.
306 2007-08-09  Jb Evain  <jbevain@novell.com>
308         * net_2_1_System.dll.sources: use a special .sources file
309         for the 2.1 profile.
311 2007-08-06  Atsushi Enomoto  <atsushi@ximian.com>
313         * System.dll.sources : added PerformanceCounterInstanceLifetime.cs
314           and PerformanceCounterCategoryType.cs.
316 2007-08-01  Atsushi Enomoto  <atsushi@ximian.com>
318         * System_test.dll.sources : added BackgroundWorkerTest.cs.
320 2007-07-20  Jb Evain  <jbevain@novell.com>
322         * Makefile: no need for the deps for installing in 2.1.
324 2007-07-11  Alan McGovern  <amcgovern@novell.com>
326         * Uri.cs: Fix for #78781 applied.
328 2007-07-11  Ankit Jain  <jankit@novell.com>
330         * System_test.dll.sources: Add ProcessStartInfoTest.cs.
332 2007-06-12  Marek Safar <marek.safar@gmail.com>
334         * Makefile: Check only major framework version to do 2.x build.
336 2007-06-05  Raja R Harinath  <harinath@gmail.com>
338         Make cyclic-dependency handling more readable
339         * Makefile (MISSING_DEPS): New.  Contains the list of cyclic
340         dependencies that aren't present.
341         (echo-warning): Simplify drastically.
343 2007-06-04  Atsushi Enomoto  <atsushi@ximian.com>
345         * System.dll.sources :
346           added CustomizableLocalFileSettingsProvider.cs.
348 2007-05-31  Atsushi Enomoto  <atsushi@ximian.com>
350         * System.dll.sources :
351           added couple of new 2.0 sys.ComponentModel types.
353 2007-05-31  Rolf Bjarne Kvinge <RKvinge@novell.com> 
355         * System.dll.sources: Added LookupBindingPropertiesAttribute.cs.
356         * System_test.dll.sources: Added
357           LookupBindingPropertiesAttributeTest.cs
359 2007-05-30  Sebastien Pouliot  <sebastien@ximian.com>
361         * System.dll.sources: Add S.C.D.IComponentDiscoveryService
363 2007-05-30  Atsushi Enomoto  <atsushi@ximian.com>
365         * System_test.dll.sources : added SettingsBaseTest.cs.
367 2007-05-28  Atsushi Enomoto  <atsushi@ximian.com>
369         * System_test.dll.sources : added SettingElementTest.cs.
371 2007-05-18  Atsushi Enomoto  <atsushi@ximian.com>
373         * System.dll.sources : added TraceSourceInfo.cs.
375 2007-05-17  Atsushi Enomoto  <atsushi@ximian.com>
377         * System.dll.sources : added TraceOptions.cs.
379 2007-05-16  Adar Wesley <adarw@mainsoft.com>
381         * System20.csproj: added classes to compilation set IOControlCode.cs,
382         IPPacketInformation.cs
384 2007-05-14  Atsushi Enomoto  <atsushi@ximian.com>
386         * System.dll.sources :
387           Added EventTypeFilter.cs, TraceFilter.cs, SourceFilter.cs, 
388           DelimitedListTraceListener.cs, SwitchAttribute.cs and
389           SwitchLevelAttribute.cs in sys.diagnostics.
391 2007-05-02  Raja R Harinath  <harinath@gmail.com>
393         * System.dll.sources: Add RBTree.cs.
395 2007-04-16  Rolf Bjarne Kvinge  <RKvinge@novell.com>
397         * System_test.dll.sources: Added CodeGeneratorFromBinaryOperatorTest.cs.
398 2007-03-09  Chris Toshok  <toshok@ximian.com>
400         * System.ComponentModel.Design/DesignerTransactionCloseEventArgs.cs:
401         update this to 2.0. massage a patch from Ivan Zlatev.
403 2007-02-27  Rolf Bjarne Kvinge  <RKvinge@novell.com>
405         * System_test.dll.sources: Added MaskedTextProviderTest.cs
406         * System.dll.sources: Added MaskedTextProvider.cs
408 2007-01-29  Gert Driesen  <drieseng@users.sourceforge.net>
410         * System_test.dll.sources: Added SocketResponder.cs.
412 2007-01-28  Ilya Kharmatsky <ilyak -at- mainsoft.com>
413         
414         * System20.vmwcsproj: Added new net_2_0 classes to the project
415           file.
417 2007-01-28  Gert Driesen  <drieseng@users.sourceforge.net>
419         * System_test.dll.sources: Added FileWebResponseTest.cs.
421 2007-01-18  Atsushi Enomoto  <atsushi@ximian.com>
423         * System.dll.sources: added new sources:
424           TraceSource.cs, SourceLevels.cs, CorrelationManager.cs,
425           TraceEventCache.cs, TraceEventType.cs and SourceSwitch.cs.
426         * System_test.dll.sources: added new tests:
427           TraceSourceTest.cs and SourceSwitchTest.cs.
429 2007-01-11  Dick Porter  <dick@ximian.com>
431         * System.dll.sources: Add System.Net.Sockets/{IOControlCode,SocketInformation,SocketInformationOptions,TransmitFileOptions}.cs
433 2007-01-02  Gert Driesen  <drieseng@users.sourceforge.net>
435         * System_test.dll.sources: Added ProcessTest.cs.
437 2006-12-22  Rolf Bjarne Kvinge  <RKvinge@novell.com>
439         * System_test.dll.sources: added DefaultBindingPropertyAttributeTest.cs
441         * System.dll.sources: added DefaultBindingPropertyAttribute.cs
443 2006-12-22  Sebastien Pouliot  <sebastien@ximian.com>
445         * Makefile: Add some extra (PKITS related) files to dist tarball
447 2006-12-20  Chris Toshok  <toshok@ximian.com>
449         * System_test.dll.sources: add AttributeProviderAttributeTest.cs
451         * System.dll.sources: add AttributeProviderAttribute.cs
453 2006-12-20  Chris Toshok  <toshok@ximian.com>
455         * System_test.dll.sources: add ComplexBindingPropertiesAttributeTest.cs
457         * System.dll.sources: add ComplexBindingPropertiesAttribute.cs
459 Wed Dec 20 19:30:27 CET 2006 Paolo Molaro <lupus@ximian.com>
461         * Makefile, resources/*.wav, System.dll.sources: added sound
462         samples provided by Clint Herron. Enabled System.Media namespace.
464 2006-12-07  Sebastien Pouliot  <sebastien@ximian.com>
466         * Makefile: Detect PKITS data and, if available, include the unit 
467         tests with the [Category("PKITS")] attribute.
468         * System_test.dll.sources: Add PKITS-based unit tests for X509Chain.
470 2006-11-27  Andrew Skiba  <andrews@mainsoft.com>
472         * System-tests20.sln, System-tests20.vmcsproj, run-tests.bat: added
473         Grasshopper test project and bat file.
475 2006-11-17  Sebastien Pouliot  <sebastien@ximian.com>
477         * System_test.dll.sources: Add unit tests for System.Security.
478         Cryptography.X509Certificates/X509Certificate2Collection and 
479         X509ExtensionCollection classes to the build.
481 2006-11-08  Gert Driesen  <drieseng@users.sourceforge.net>
483         * System_test.dll.sources: Added ArrayConverterTests.cs.
485 2006-11-07  Andrew Skiba  <andrews@mainsoft.com>
487         * System.Security.AccessControl/SemaphoreAuditRule.cs,
488         System.Net/HttpWebRequest.jvm.cs, System.Net/VMWHttpProvider.cs,
489         System.Net/HttpWebResponse.jvm.cs, System.Net/HttpStateCache.cs,
490         System.Net/HttpProvider.cs, System.Net/ServicePoint.cs,
491         System.Net.Sockets/Socket.jvm.cs, System.Net.Sockets/GHStreamSocket.cs,
492         System.Net.Sockets/GHSocketFactory.cs, System.Net.Sockets/GHStreamSocketSSL.cs,
493         System.Net.Sockets/GHSocket.cs, System.J2EE20.vmwcsproj,
494         System.J2EE20.sln, machine.config: add files and TARGET_JVM-s to compile
495         System.dll in GH.
497 2006-11-07  Sebastien Pouliot  <sebastien@ximian.com>
499         * System_test.dll.sources: Add unit tests for System.ComponentModel.
500         CollectionConverter to the build.
502 2006-11-07  Andrew Skiba  <andrews@mainsoft.com>
504         * ApplicationSettingsBase.cs, AppSettingsReader.cs,
505         ConfigurationSettings.cs, LocalFileSettingsProvider.cs: exclude using
506         PrebuiltSystem on TARGET_JVM
508 2006-10-31  Sebastien Pouliot  <sebastien@ximian.com>
510         * System.dll.sources: Add System.Net.Mail.SmtpPermission[Attribute] to
511         the build.
512         * System_test.dll.sources: Add unit tests for System.Net.Mail 
513         SmtpPermission[Attribute] to the build.
515 2006-08-22  Miguel de Icaza  <miguel@novell.com>
517         * System.ComponentModel.Design/HelpKeywordAttribute.cs: Add new
518         file. 
520 2006-08-20  Gert Driesen  <drieseng@users.sourceforge.net>
522         * System_test.dll.sources: Added EventInstanceTest.cs
524 2006-08-20  Gert Driesen  <drieseng@users.sourceforge.net>
526         * System.dll.sources: Added Win32EventLog.cs.
528 2006-08-14  Atsushi Enomoto  <atsushi@ximian.com>
530         * System.dll.sources : added LocalFileEventLog.cs and NullEventLog.cs.
532 2006-08-14  Atsushi Enomoto  <atsushi@ximian.com>
534         * System.dll.sources : reverted all recent changes on EventLogs.
535           It does not work at all.
537 2006-08-11  Gert Driesen  <drieseng@users.sourceforge.net>
539         * System.dll.sources: Added UnixEventLog.cs and Win32EventLog.cs.
540         * System_test.dll.sources: Added EventLogTest.cs.
542 2006-08-09  Gert Driesen  <drieseng@users.sourceforge.net>
544         * System_test.dll.souces: Added EventSourceCreationDataTest.cs.
546 2006-08-09  Gert Driesen  <drieseng@users.sourceforge.net>
548         * System.dll.sources: Added EventInstance.cs, OverflowAction.cs,
549         EventSourceCreationData.cs.
551 2006-08-07  Gert Driesen  <drieseng@users.sourceforge.net>
553         * System_test.dll.sources: Added X509Certificate2Test.cs.
555 2006-07-14  Peter Dennis Bartok  <pbartok@novell.com>
557         * System.dll.sources: Added System.ComponentModel/MaskedTextResultHint.cs
559 2006-07-06  Dick Porter  <dick@ximian.com>
561         * System.dll.sources: Added
562         System.Security.AccessControl/SemaphoreAccessRule.cs
563         System.Security.AccessControl/SemaphoreAuditRule.cs
565 2006-05-10  Atsushi Enomoto  <atsushi@ximian.com>
567         * System_test.dll.sources : added ConnectionManagementSectionTest.cs
568           and WebRequestModulesSectionTest.cs.
570 2006-05-10  Atsushi Enomoto  <atsushi@ximian.com>
572         * Makefile : add -r:System.Configuration under net_2_0.
574 2005-05-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
576         * Makefile: Add -unsafe flag, since it is needed in
577         System.IO.Ports.WinSerialStream.
579 2006-05-08  Atsushi Enomoto  <atsushi@ximian.com>
581         * System.dll.sources : added SettingsBindableAttribute.cs.
583 2006-05-06  Carlos Alberto Cortez <calberto.cortez@gmail.com>
585         * System.dll.sources: Added new System.IO.Ports/ISerialStream.cs
586         file.
587         
588 2006-04-28  Atsushi Enomoto  <atsushi@ximian.com>
590         * System.dll.sources : added a bunch of missing sys.configuration
591           files.
593 2006-04-27  Atsushi Enomoto  <atsushi@ximian.com>
595         * System.dll.sources : added ClientSettingsSection.cs.
597 2006-04-26  Atsushi Enomoto  <atsushi@ximian.com>
599         * System.dll.sources : added ApplicationSettingsGroup.cs.
601 2006-04-20  Gert Driesen  <drieseng@users.sourceforge.net>
603         * System_test.dll.sources: Added CodeGeneratorFromNamespaceTest.cs from
604         Microsoft.VisualBasic.
606 2006-04-17  Atsushi Enomoto  <atsushi@ximian.com>
608         * System.dll.sources : Added AsyncOperation.cs,
609           AsyncOperationManager.cs, BackgroundWorker.cs,
610           DoWorkEventHandler.cs, DoWorkEventArgs.cs,
611           RunWorkerCompletedEventArgs.cs and
612           RunWorkerCompletedEventHandler.cs.
614 2006-04-06  Carlos Alberto Cortez <calberto.cortez@gmail.com>
616         * System.dll.sources: Added System.IO.Ports/SerialSignal.cs.
617         
618 2006-04-05  Atsushi Enomoto  <atsushi@ximian.com>
620         * System.dll.sources : added SslPolicyErrors.cs.
622 2006-04-05  Atsushi Enomoto  <atsushi@ximian.com>
624         * System.dll.sources : added SortedDictionary.cs.
625         * System_test.dll.sources : added SortedDictionaryTest.cs.
627 2006-04-04  Atsushi Enomoto  <atsushi@ximian.com>
629         * System.dll.sources: added DataReceivedEventArgs.cs and
630           DataReceivedEventHandler.cs.
631         * System_test.dll.sources : added StopwatchTest.cs.
633 2006-04-01  Zoltan Varga  <vargaz@gmail.com>
635         * System.dll.sources: Added System.Diagnostics/Stopwatch.cs.
637 2006-03-30  Atsushi Enomoto  <atsushi@ximian.com>
639         * System.dll.sources:
640           DownloadStringCompletedEventHandler.cs was missing.
642 2006-03-28  Atsushi Enomoto  <atsushi@ximian.com>
644         * System.dll.sources : added ProgressChangedEvent[Args|Handler] in
645           System.ComponentModel, and several WebClient event args in
646           System.Net.
648 2006-03-09  Zoltan Varga  <vargaz@gmail.com>
650         * System.dll.sources: Added System.ComponentModel.Design.Serialization/
651         CodeDomSerializerException.cs.
653 2006-02-28  Carlos Alberto Cortez <calberto.cortez@gmail.com>
655         * System.dll.sources: Forgot to add inside System.IO.Ports:
656         SerialData.cs, SerialError.cs, SerialPinChange.cs
658 2006-02-22  Kornél Pál  <kornelpal@hotmail.com>
660         * System.dll.sources: Added System.IO.Ports.SerialPortStream.cs
661           to fix build.
663 2005-02-02  Carlos Alberto Cortez <calberto.cortez@gmail.com>
665         * System.dll.sources: Add the recently added System.Net 2.0 
666         clases (FtpWebRequest, FtpWebResponse, FtpDataStream, FtpAsyncResult,
667         and also FtpStatusCode and WebRequestMethods).
668         
669 2005-01-13  John Luke  <john.luke@gmail.com>
671         * System_test.dll.sources: add System.Net.Mail.SmtpClient tests
672         
673 2006-01-09  Chris Toshok  <toshok@ximian.com>
675         * Makefile (LIB_MCS_FLAGS): if we're building net_2_0, define
676         CONFIGURATION_2_0 to use the new System.Configuration api.
678 2006-01-02  Chris Toshok  <toshok@ximian.com>
680         * Makefile: use an external alias (PrebuiltSystem) when building
681         with CONFIGURATION_DEP.
683 2005-12-24  John Luke  <john.luke@gmail.com>
685         * System_test.dll.sources: add System.Net.Mail tests
687 2005-12-23  John Luke  <john.luke@gmail.com>
689         * System_test.dll.sources: add
690         System.Net.Mime/ContentDispositionTest.cs
691         System.Net.Mime/ContentTypeTest.cs
693 2005-12-13  Chris Toshok  <toshok@ximian.com>
695         * System.dll.sources: add
696         System.Net.Configuration/FtpCachePolicyElement.cs.
698 2005-12-07  Robert Jordan  <robertj@gmx.net>
700         * System.dll.sources: Added System.Net.Sockets/SocketError.cs.
702 2005-11-30  Gert Driesen  <drieseng@users.sourceforge.net>
704         * System_test.dll.sources: Added CodeRemoveEventStatementTest.cs from
705         System.CodeDom.
707 2005-11-26  Gert Driesen  <drieseng@users.sourceforge.net>
709         * System_test.dll.sources: Added CodeGeneratorFromStatementTest.cs
710         from Microsoft.VisualBasic.     
712 2005-11-20  Gert Driesen  <drieseng@users.sourceforge.net>
714         * System_test.dll.sources: Added CodeNamespaceImportCollectionTest.cs,
715         CodeNamespaceCollectionTest.cs, CodeTypeDeclarationCollectionTest.cs,
716         CodeTypeMemberCollectionTest.cs, CodeTypeParameterCollectionTest.cs,
717         CodeAttributeArgumentCollectionTest.cs, CodeDirectiveCollectionTest.cs,
718         CodeAttributeDeclarationCollectionTest.cs, 
719         CodeCatchClauseCollectionTest.cs, 
720         CodeCommentStatementCollectionTest.cs.
722 2005-11-09  Zoltan Varga  <vargaz@gmail.com>
724         * System_test.dll.sources: Add Test/System.Collections.Generic/SortedListTest.cs.
726         * System.dll.sources: Add System.Collections.Generic/SortedList.cs.
728 2005-11-08  Gert Driesen  <drieseng@users.sourceforge.net>
730         * System_test.dll.sources: Added CodeExpressionCollectionTest.cs,
731         CodeParameterDeclarationExpressionCollectionTest.cs,
732         CodeTypeReferenceCollectionTest.cs.
734 2005-11-04  Gert Driesen  <drieseng@users.sourceforge.net>
736         * System_test.dll.sources: Added CodeCastExpressionTest.cs,
737         CodeCatchClauseTest.cs, CodeChecksumPragmaTest.cs, 
738         CodeConstructorTest.cs, CodeDefaultValueExpressionTest.cs;
739         CodeDelegateCreateExpressionTest.cs, CodeEventReferenceExpressionTest.cs
740         CodeGotoStatementTest.cs, CodeLabeledStatementTest.cs,
741         CodeLinePragmaTest.cs, CodeMemberMethodTest.cs, 
742         CodeMethodInvokeExpressionTest.cs, CodeMethodReferenceExpressionTest.cs,
743         CodeNamespaceImportTest.cs, CodeNamespaceTest.cs, 
744         CodeObjectCreateExpressionTest.cs, 
745         CodeParameterDeclarationExpressionTest.cs,
746         CodePropertyReferenceExpressionTest.cs, CodeRegionDirectiveTest.cs,
747         CodeSnippetCompileUnitTest.cs, CodeSnippetExpressionTest.cs,
748         CodeSnippetStatementTest.cs, CodeSnippetTypeMemberTest.cs,
749         CodeStatementCollectionTest.cs, CodeTypeConstructorTest.cs,
750         CodeTypeParameterTest.cs, CodeTypeOfExpressionTest.cs,
751         CodeTypeReferenceExpressionTest.cs, 
752         CodeVariableDeclarationStatementTest.cs,
753         CodeVariableReferenceExpressionTest.cs
755 2005-10-24  Gert Driesen  <drieseng@users.sourceforge.net>
757         * System_test.dll.sources: Added CodeArgumentReferenceExceptionTest.cs,
758         CodeArrayCreateExpressionTest.cs, CodeAttachEventStatementTest.cs,
759         CodeAttributeArgumentTest.cs, CodeAttributeDeclarationTest.cs.
761 2005-10-18  Gert Driesen  <drieseng@users.sourceforge.net>
763         * System_test.dll.sources: Added HttpWebRequestElementTest.cs
764         from Test/System.Net.Configuration.
766 2005-10-07  Gert Driesen  <drieseng@users.sourceforge.net>
768         * System_test.dll.sources: Added CodeGeneratorTypeOutputTest.cs
769         from Test/Microsoft.CSharp.
771 2005-10-05  Atsushi Enomoto  <atsushi@ximian.com>
773         * System.dll.sources: added System.Net/AuthenticationSchemes.cs.
775 2005-09-23  Chris Toshok  <toshok@ximian.com>
777         * System.dll.sources: remove the System.Configuration.Property/*
779         * System.Configuration.Property/*: move to ../System.Configuration
780         where it belongs.
782 2005-09-19  Chris Toshok  <toshok@ximian.com>
784         * System.Configuration/ProviderBase.cs: nuke this - it's in
785         System.Configuration.Provider.
787         * System/InvalidDataException.cs: move this to System.IO, where it
788         belongs.
789         
790         * System.dll.sources: track movement of InvalidDataException.cs
791         and removal of ProviderBase.cs
793 2005-09-19  Gert Driesen <drieseng@users.sourceforge.net>
795         * System_test.dll.sources: Added TypeConverterTest.cs and
796         PropertyDescriptorCollection.cs.
798 2005-09-04  David Waite  <mass@akuma.org>
800         * System.dll.sources, System_test.dll.sources: Added LinkedList.cs,
801         LinkedListNode.cs and LinkedListTest.cs
803 2005-08-28 Gert Driesen <drieseng@users.sourceforge.net>
805         * System_test.dll.sources: Added DateTimeConverterTests.cs.
807 2005-08-23  Raja R Harinath  <rharinath@novell.com>
809         * System.dll.sources: Update.
811 2005-08-18 Gert Driesen <drieseng@users.sourceforge.net>
813         * System_test.dll.sources: Added DecimalConverterTests.cs,
814         DoubleConverterTests.cs, Int64ConverterTests.cs, SByteConverterTests.cs
815         SingleConverterTests.cs, UInt16ConverterTests.cs, 
816         UInt32ConverterTests.cs, UInt64ConverterTests.cs.
818 2005-08-16 Gert Driesen <drieseng@users.sourceforge.net>
820         * System_test.dll.sources: Added ByteConverterTests.cs,
821         Int16ConverterTests.cs and Int32ConverterTests.cs.
822         * Makefile: We also need to reference System.Drawing assembly to
823         build test assembly.
825 2005-08-16 Gert Driesen <drieseng@users.sourceforge.net>
827         * System_test.dll.sources: Added ToolboxItemAttributeTests.cs from
828         System.ComponentModel.
830 >>>>>>> .r48427
831 2005-07-24 Gert Driesen <drieseng@users.sourceforge.net>
833         * System_test.dll.sources: Added CodeTypeDelegateTest.cs from
834         System.CodeDom.
836 2005-07-21 Gert Driesen <drieseng@users.sourceforge.net>
838         * System_test.dll.sources: Added CodeGeneratorTest.cs from
839         System.CodeDom.Compiler.
841 2005-07-21 Gert Driesen <drieseng@users.sourceforge.net>
843         * System_test.dll.sources: Added CodeGeneratorFromTypeTestBase.cs
844         and CodeGeneratorTestBase.cs from System.CodeDom.Compiler.
846 2005-06-28 Gert Driesen <drieseng@users.sourceforge.net>
848         * System_test.dll.sources: Added CodeTypeReferenceTest.cs from
849         System.CodeDom.
851 2005-06-27 Gert Driesen <drieseng@users.sourceforge.net>
853         * System_test.dll.sources: Added CodeGeneratorFromExpressionTest.cs
854         from Microsoft.VisualBasic.
856 2005-06-27 Gert Driesen <drieseng@users.sourceforge.net>
858         * System_test.dll.sources: Added CodeMemberPropertyTest.cs from
859         System.CodeDom.
861 2005-06-25 Gert Driesen <drieseng@users.sourceforge.net>
863         * System_test.dll.sources: Added CodeMemberFieldTest.cs from
864         System.CodeDom.
866 2005-06-25 Gert Driesen <drieseng@users.sourceforge.net>
868         * System_test.dll.sources: Added CodeGeneratorFromTypeTest.cs from
869         Microsoft.VisualBasic.
871 2005-06-25 Gert Driesen <drieseng@users.sourceforge.net>
873         * System_test.dll.sources: Added CodeGeneratorTestBase.cs and
874         CodeGeneratorFromCompileUnitTest.cs from Microsoft.VisualBasic.
876 2005-06-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
878         * Makefile: added reference to Mono.Security.dll when building the
879         tests.
881 2005-06-22  Sebastien Pouliot  <sebastien@ximian.com> 
883         * Makefile: Removed LIB_MCS_FLAGS for referencing corlib and added the
884         __SECURITY_BOOTSTRAP_DB export. This will allow the work on #74975 to
885         continue and shouldn't cause any harm to Linux or Cygwin builds.
887 2005-06-15  Lluis Sanchez Gual <lluis@novell.com>
889         * System.dll.sources: Added ProviderBase.cs.
890         
891 2005-06-14  Lluis Sanchez Gual <lluis@novell.com>
893         * System.dll.sources: Removed some files that have been moved to the
894         new System.Configuration assembly.
895         * Makefile: Handle the cyclic dependency with the new
896         System.Configuration assembly.
898 2005-05-30  Gert Driesen <drieseng@users.sourceforge.net>
900         * System_test.dll.sources: Added CSharpCodeProviderTest.cs
902 2005-05-28  Kornél Pál <kornelpal@hotmail.com>
904         * System_test.dll.sources: Added TimerTest.cs.
906 2005-05-20  Sebastien Pouliot  <sebastien@ximian.com>
908         * System_test.dll.sources: Added new CAS unit tests for NetworkStream,
909         Socket and TcpClient to the build (stack propagation in async calls).
911 2005-05-20  Raja R Harinath  <rharinath@novell.com>
913         * System_test.dll.sources: Add
914         System.Text.RegularExpressions/RegexReplace.cs.
916         * System.dll.sources: Update to reflect split-up of
917         System.Text.RegularExpressions/match.cs.
919 2005-05-19  Sebastien Pouliot  <sebastien@ximian.com>
921         * Makefile: Do not report Obsolete warnings when compiling unit tests.
922         * System_test.dll.sources: Added new CAS unit tests to the build.
924 2005-05-13  Atsushi Enomoto  <atsushi@ximian.com>
926         * System_test.dll.sources,
927           System.dll.sources: generic Queue.cs and Stack.cs are now in System.
929 2005-03-14  Raja R Harinath  <rharinath@novell.com>
931         * Makefile (NO_INSTALL): Define during the first pass.
933 2005-03-04  Lluis Sanchez Gual <lluis@novell.com>
935         * System.dll.sources: Added OrderedDictionary.cs.
937 2005-02-22  Sureshkumar T  <tsureshkumar@novell.com>
939         * System.dll.sources: Added files.
940         System.Configuration/ConnectionStringSettingsCollection.cs
941         System.Configuration/ConnectionStringSettings.cs
943 2005-02-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
945         * System.dll.sources: added CodeDomConfigurationHandler.
947 2005-02-03  Raja R Harinath  <rharinath@novell.com>
949         * Makefile (TEST_RESOURCES): New.
950         (EXTRA_DISTFILES): Distribute them.
952 2005-02-02  Ben Maurer  <bmaurer@ximian.com>
954         * Makefile: Embed the uri stuff as a resource.
956 2005-01-24  Raja R Harinath  <rharinath@novell.com>
958         Add circular dependency on System.Security.dll.
959         * Makefile (XML_DEP, XML_DEP_FILE): Rename from CYCLIC_DEP and
960         CYCLIC_DEP_FILE. 
961         (SECURITY_DEP, SECURITY_DEP_FILE): Parallel defines for expressing
962         cyclic dependency on System.Security.dll.  Defined only in NET2.0
963         related profiles.
964         (CYCLIC_DEPS, CYCLIC_DEP_FILES): New.  Used to detect which of the
965         dependencies are present.
966         (echo-warning, LIB_MCS_FLAGS): Update to reflect new circular
967         dependencies.
969 2005-01-20  Miguel de Icaza  <miguel@ximian.com>
971         * Add a couple more -nowarns when compiling tests. 
973 2005-01-17  Raja R Harinath  <rharinath@novell.com>
975         * Makefile ($(test_lib).config): New.  Create it when test library
976         is built.
977         (CLEAN_FILES): Remove it.
978         (test-recursive,clean-recursive): Delete.
980 2005-01-14  Jonathan Pryor (jonpryor@vt.edu)
982         * Makefile: Add test-recursive and clean-recursive targets.  Test-recursive
983           creates a Syste_test_PROFILE.dll.config file, required for the Switch
984           regression tests, and clean-recursive cleans up this file.
985         * System_test_default.dll.config, System_test.dll.config: Delete.  These are
986           no longer necessary as the appropriate file is generated in test-recursive.
988 2005-01-10  Lluis Sanchez Gual <lluis@novell.com>
990         * System.dll.sources: Added new file:
991                 System.ComponentModel/BindingDirection.cs
993 2004-12-26  Zoltan Varga  <vargaz@freemail.hu>
995         * System.IO.Ports/ChangeLog: New file.
997 2004-12-21  Chris Toshok  <toshok@ximian.com>
999         * System.dll.sources: add System.IO.Ports/*.
1001         * System.IO.Ports/SerialPort.cs,
1002         System.IO.Ports/SerialReceivedEventArgs.cs,
1003         System.IO.Ports/SerialPinChangedEventArgs.cs,
1004         System.IO.Ports/SerialErrorEventArgs.cs: initial import of the
1005         System.IO.Ports stuff.
1007 2004-12-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1009         * System_test.dll.sources: added CookieContainerTest.cs.
1011 2004-11-19  Raja R Harinath  <rharinath@novell.com>
1013         * Makefile (USE_BOOT_COMPILE): Re-organize to use BOOT_COMPILE
1014         during the first pass.
1015         (BOOTSTRAP_MCS): Use mscorlib.dll from the net_2_0 profile.
1017 2004-11-18  Lluis Sanchez Gual <lluis@novell.com>
1019         * System.dll.sources: Added new files:
1020                 System.Configuration/ProviderSettings.cs
1021                 System.Configuration/ProviderSettingsCollection.cs
1022                 System.Configuration.Provider/ProviderBase.cs
1024 2004-11-15  Lluis Sanchez Gual <lluis@novell.com>
1026         * System.dll.sources: Added new files:
1027                 System.Configuration/TimeSpanConfigurationProperty.cs
1028                 System.Configuration/TimeSpanPropertyFlags.cs
1029                 System.Configuration/TimeSpanSerializedFormat.cs
1030         
1031 2004-11-09  Lluis Sanchez Gual <lluis@novell.com>
1033         * System.dll.sources: Added new files:
1034                 System.Configuration/NonEmptyStringConfigurationProperty.cs
1035                 System.Configuration/NonEmptyStringFlags.cs
1037 2004-11-04  Lluis Sanchez Gual <lluis@novell.com>
1039         * System.dll.sources: Added new files:
1040                 System.Configuration/ConfigInfo.cs
1041                 System.Configuration/IntegerConfigurationProperty.cs
1042                 System.Configuration/RuntimeOnlySection.cs
1043                 System.Configuration/SectionInfo.cs
1044                 System.Configuration/SectionGroupInfo.cs
1046 2004-09-21  Raja R Harinath  <rharinath@novell.com>
1048         * Makefile (lib_file) [PROFILE=net_2_0]: New test.  Use
1049         net_2_0_bootstrap libraries if necessary.
1050         ($(the_lib)): Don't depend on a phony target.  Move 'echo-warning' ...
1051         (all-local): ... here.  Will now warn unnecessarily, but is better
1052         than rebuilding the library each time.
1054 2004-09-20  Gert Driesen <drieseng@users.sourceforge.net>
1056         * System.dll.sources: Moved ReadOnlyCollection.cs and Collection.cs
1057         from corlib to System.Collections.Generic in System assembly
1059 2004-09-13  Tim Coleman <tim@timcoleman.com>
1060         * System.dll.sources: Add new classes in System.Net.Security and 
1061                 System.Security.Authentication for Fx 2.0
1063 2004-09-12  Gert Driesen <drieseng@users.sourceforge.net>
1065         * System.dll.sources: removed duplicate entry for System.Net.
1066         Configuration.WebRequestModuleHandler
1068 2004-09-11  Sebastien Pouliot  <sebastien@ximian.com>
1070         * System_test.dll.sources: Added unit tests for System.Diagnostics.
1071         EventLogPermission and PerformanceCounterPermission.
1073 2004-09-10  Sebastien Pouliot  <sebastien@ximian.com>
1075         * System_test.dll.sources: Added PermissionHelper to the build.
1076         * System_test.dll.sources: Added unit tests for System.Security.
1077         Permissions.ResourcePermissionBase and ResourcePermissionBaseEntry, 
1078         System.Web.AspNetHostingPermission and AspNetHostingPermissionAttribute.
1080 2004-09-10  Tim Coleman <tim@timcoleman.com>
1081         * System.dll.sources: Add System.Net.Cache, System.Net.Configuration,
1082                 System.Net.Mail, System.Configuration classes
1084 2004-09-09  Tim Coleman <tim@timcoleman.com>
1085         * System.dll.sources: Add new System.Net.Mail classes
1087 2004-09-04  Tim Coleman <tim@timcoleman.com>
1088         * System.dll.sources: Add System.Net.Mail and System.Net.Mime classes.
1090 2004-09-03  Tim Coleman <tim@timcoleman.com>
1091         * System.dll.sources: Add new class in System.Net
1093 2004-08-16  Duncan Mak  <duncan@ximian.com>
1095         * System.dll.sources: Added new classes in System.Configuration.
1097 2004-07-14  Atsushi Enomoto  <atsushi@ximian.com>
1099         * System.dll.sources:
1100           Added IChangeTracking.cs and IRevertibleChangeTracking.cs
1102 2004-07-09  LLuis Sanchez Gual  <lluis@novell.com>
1104         * System.dll.sources: Added files
1105                 System.ComponentModel/AsyncCompletedEventArgs.cs
1106                 System.ComponentModel/AsyncCompletedEventHandler.cs
1108 2004-07-02  Raja R Harinath  <rharinath@novell.com>
1110         * Makefile (LIBRARY_USE_INTERMEDIATE_FILE): Define.
1112 2004-06-13  Gert Driesen <drieseng@users.sourceforge.net>
1114         * System_test.dll.sources: Added IndentedTextWriterTest to unit
1115         tests
1117 2004-06-10  Raja R Harinath  <rharinath@novell.com>
1119         * Makefile (LIBRARY_COMPILE): Define only if 'USE_BOOT_COMPILE' is
1120         defined.  Don't conflate building a non-Xml temporary System.dll
1121         with building System.dll for bootstrapping mcs.
1123 2004-06-09  Raja R Harinath  <rharinath@novell.com>
1125         * Makefile (CYCLIC_DEP_FILE): New.  Used to detect if
1126         System.Xml.dll is present.
1127         (SECOND_PASS): Remove.
1129 2004-06-05  Sebastien Pouliot  <sebastien@ximian.com>
1131         * System_test.dll.sources: Added X509CertificateCollectionTest
1132         to the unit tests.
1134 2004-06-03  Atsushi Enomoto  <atsushi@ximian.com>
1136         * Makefile : add run-test-ondotnet target support.
1138 2004-05-24  Raja R Harinath  <rharinath@novell.com>
1140         * Makefile (EXTRA_FLAGS): Remove.
1141         (LIBRARY_COMPILE) [!HAVE_SYSTEM_XML]: Use $(BOOT_COMPILE) for
1142         non-Xml first build.
1143         (all-local) [!SECOND_PASS]: Simplify.
1145 2004-05-10  Raja R Harinath  <rharinath@novell.com>
1147         * Makefile (install-local,test-local,run-test-local,clean-local):
1148         Make cyclic-dependency safe.
1150 2004-05-07  Raja R Harinath  <rharinath@novell.com>
1152         * Makefile (all-local) [SECOND_PASS]: Rewrite to use 'make' itself
1153         to determine out-of-date-ness.  (This fixes an unlogged change.)
1154         (install-local,test-local,run-test-local,clean-local): Collapse
1155         near-identical rules.
1157 2004-05-07  Raja R Harinath  <rharinath@novell.com>
1159         * Makefile (all-local): Built first pass with BOOT_COMPILE.
1161 2004-04-26  Jackson Harper  <jackson@ximian.com>
1163         * Makefile: Use new $(PROFILE) directory to search for cyclical
1164         dependancy.
1165         
1166 2004-04-16  Lluis Sanchez Gual <lluis@ximian.com>
1168         * System_test.dll.sources: Added 
1169                 System.ComponentModel/TypeDescriptorTests.cs.
1171 2004-04-14  Lluis Sanchez Gual <lluis@ximian.com>
1173         * System.dll.sources: Added 
1174                 System.ComponentModel/ReflectionEventDescriptor.cs,
1175                 System.ComponentModel/ReflectionPropertyDescriptor.cs.
1177 2004-03-17  Ivan Hamilton <ivan@chimerical.com.au>
1179         * System.dll.sources: Added System/System.ComponentModel.Design
1180         /RuntimeLicenseContext.cs
1181         * System_test.dll.sources : Added System.ComponentModel
1182         /LicenseManagerTests.cs
1184 2004-03-11  Zoltan Varga  <vargaz@freemail.hu>
1186         * Makefile (all-local): Fix for non-bash shells.
1188 2004-02-26  Sebastien Pouliot  <sebastien@ximian.com>
1190         * System.dll.sources: Added System.Net/DefaultCertificatePolicy.cs to 
1191         the build.
1193 2004-02-04  Marek Safar <marek.safar@seznam.cz>
1195         * Makefile: Build System.dll in two steps. Because of the circular
1196         dependency with System.XML.dll.
1198 2004-01-21  Atsushi Enomoto  <atsushi@ximian.com>
1200         * System_test.dll.sources : Added CodeGeneratorIdentifierTest.cs
1202 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1204         * System.dll.sources: added new files.
1206         * System_test.dll.sources: added new test.
1208 2004-01-01  Nick Drochak <ndrochak@gol.com>
1210         * Makefile: Suppress warnings about multiple Regex defs and obsolete
1211         calls in the test assembly.
1213 2003-05-29  Nick Drochak <ndrochak@gol.com>
1215         * System_test.dll.config: Nunit loads configs with the same name as the
1216         test assembly. This is for the Swithes test.
1218 2003-12-08  Atsushi Enomoto  <atsushi@ximian.com>
1220         * System_test.dll.sources : Added UriTest2.cs
1222 2003-11-18  Todd Berman  <tberman@gentoo.org>
1224         * System.dll.sources: Added IOrderedDictionary.cs
1226 2003-11-12  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
1228         * System.dll.sources: Added some new class files
1230 2003-09-04  Duncan Mak  <duncan@ximian.com>
1232         * System_test.dll.sources: Add new test, ListDictionaryTest.cs.
1234 2003-08-31 Alexandre Pigolkine <pigolkine@gmx.de>
1236         * System_test.dll.sources       new test added
1238 2003-07-27  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
1240         * System.dll.sources: SRDescriptionAttribute.cs moved
1242 2003-07-21  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
1244         * README: removed (contained only obsolete build instructions)
1246 2003-07-21  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
1248         * System.dll.sources: EventLogImpl.cs added
1250 2003-07-18  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
1252         * System.dll.sources: AlphabeticalEnumConverter.cs, SRDescriptionAttribute.cs added
1254 2003-07-18  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
1256         * System.dll.sources: Assembly/Locale.cs added, Globalization.Locale.cs removed
1258 2003-07-18  Peter Williams  <peter@newton.cx>
1260         * Makefile (EXTRA_DISTFILES): Oops, NUnit.Prefs is not
1261         a distable file.
1262         (EXTRA_DISTFILES): A few more.
1264 2003-07-17  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
1266         * System.dll.sources: Assembly/Consts.cs added
1268 2003-07-16  Peter Williams  <peter@newton.cx>
1270         * Makefile (SCARY_LIB): Flip around since what was bootstrap
1271         is now default.
1273 2003-07-14  Jerome Laban <jlaban@wanadoo.fr>
1275         * System.dll.sources: Added NetConfigurationHandler.cs,
1276         NetConfig.cs, IPv6MulticastOption.cs
1278 2003-07-10  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
1280         * list.unix: Added AssemblyInfo.cs
1282 2003-07-10  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
1284         * list.unix: Removed System.Net/ProxyUseType.cs, System.Net/WebStatus.cs
1286 2003-07-06  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
1288         * list.unix: Add VBCodeGenerator.cs, VBCodeProvider.cs
1290 2003-07-05  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
1292         * list.unix: Add CodeParser.cs, Executor.cs, removed CompilerOptions.cs
1294 2003-07-05  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
1296         * list.unix: Add WebPermission.cs, WebPermissionAttribute.cs
1298 2003-05-29  Nick Drochak <ndrochak@gol.com>
1300         * makefile.gnu: turn on debug since it works again.
1302 2003-05-21  Ben Maurer <bmaurer@users.sourceforge.net>
1304         * StringWriter.cs: Fixed bug #43379 "Missing WebException.Response
1305         property."
1307 2003-03-30  Martin Willemoes Hansen <mwh@sysrq.dk>
1309         * Stubed rest of System.ComponentModel
1311 2003-03-29  Martin Willemoes Hansen <mwh@sysrq.dk>
1313         * System.ComponentModel.Design.Serialization
1314           Removed references to System.Web namespaces
1316 2003-03-29  Martin Willemoes Hansen <mwh@sysrq.dk>
1318         * Stubed System.ComponentModel/LicenseContext.cs
1319         * Stubed System.ComponentModel/LicenseUsageMode.cs
1320         * Stubed rest of System.ComponentModel.Design
1322 2003-03-29  Martin Willemoes Hansen <mwh@sysrq.dk>
1324         * Stubed System.ComponentModel/InheritanceAttribute.cs
1325         * Stubed System.ComponentModel/InheritanceLevel.cs
1326         * Stubed System.ComponentModel.Design/IDesignerFilter.cs
1327         * Stubed System.ComponentModel.Design/IInheritanceService.cs
1329 2003-03-27  Martin Willemoes Hansen <mwh@sysrq.dk>
1331         * Stubed rest of System.ComponentModel.Design.Serialization
1333 2003-03-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1335         * list.unix: added RunInstallerAttribute.cs
1337 2003-02-18  Alan Tam <Tam@SiuLung.com>
1339         * list.unix (): Add DesignerCategoryAttribute.cs
1341 2003-01-10  Duncan Mak  <duncan@ximian.com>
1343         * list.unix (CSharpCodeCompiler): Add
1344         Microsoft.Charp.CSharpCodeCompiler for Sean Kasun.
1346 2002-12-10  Jeroen Janssen <japj@darius.demon.nl>
1347         
1348         * updated .build file(s) to correctly contain required buildfile 
1349           attribute for nant
1351 2002-12-07 Jackson Harper <jackson@latitudegeo.com>
1353         * list list.unix: Put CSharpCodeGenerator.cs back in build
1355 2002-12-07 Jackson Harper <jackson@latitudegeo.com>
1357         * list list.unix: Removed Compiler classes that are being moved to their own assembly
1359 2002-12-05 Alejandro Sánchez Acosta  <raciel@gnome.org>
1361         * list.unix: updated.
1363 2002-11-30 Alejandro Sánchez Acosta  <raciel@es.gnu.org>
1365         * list.unix: Changed.
1366         * System.ComponentModel.Design: Added
1368 2002-11-11 Tim Coleman <tim@timcoleman.com>
1369         * list.unix:
1370         * list:
1371         * System.ComponentModel/DesignTimeVisibleAttribute.cs:
1372                 Add new class
1374 2002-11-06 Jackson Harper <jackson@latitudegeo.com>
1376         * list.unix: Added Microsoft.CSharp/Compiler.cs to build
1377         
1378 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1380         * list.unix: added new files.
1382 2002-11-04  Tim Coleman <tim@timcoleman.com>
1383         * System.ComponentModel/RefreshProperties.cs:
1384         * System.ComponentModel/RefreshPropertiesAttribute.cs:
1385                 Add new classes
1387 2002-11-02  Duncan Mak  <duncan@ximian.com>
1389         * list.unix: Added InvalidEnumArgumentException.
1391 2002-10-31  Dick Porter  <dick@ximian.com>
1393         * list.unix: Added MonoIO and MonoIOError to the build
1395 2002-10-29  Daniel Morgan <danmorg@sc.rr.com>
1397         * System.ComponentModel/PropertyDescriptor.cs: added
1398         missing abstract methods and properties
1400         * System.ComponentModel/DerivedPropertyDescriptor.cs: implemented
1401         SetValue and added stubs for missing methods and properties
1402         
1403 2002-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1405         * list.unix: added new files in System.Configuration.
1407 2002-10-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1409         * list.unix: added new files.
1411 2002-08-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1413         * System.ComponentModel/Component.cs:
1414         * System.ComponentModel/ComponentCollection.cs:
1415         * System.ComponentModel/Container.cs:
1416         * System.ComponentModel/MarshalByValueComponent.cs:
1417         * System.Diagnostics/Process.cs:
1418         * System.Diagnostics/TextWriterTraceListener.cs:
1419         * System.IO/FileSystemWatcher.cs:
1420         IDisposable fixes.
1422 2002-08-15  Tim Coleman <tim@timcoleman.com>
1423         * list.unix: Added System.IO files.
1425 2002-07-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1427         * list:
1428         * list.unix: added EnumConverter.cs
1430 2002-07-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1432         * list:
1433         * list.unix: added DerivedPropertyDescriptor.cs
1435 2002-07-22  Tim Coleman <tim@timcoleman.com>
1436         * list.unix: Added new file
1437                 System.ComponentModel.RecommendedAsConfigurableAttribute.cs
1438                 to build on unix.
1440 2002-07-22  Tim Coleman <tim@timcoleman.com>
1441         * list.unix: Added files to the build for linux
1442                 System.ComponentModel.BindableAttribute.cs,
1443                 System.ComponentModel.BindableSupport.cs,
1444                 System.ComponentModel.ExpandableObjectConverter.cs,
1445                 System.ComponentModel.NotifyParentPropertyAttribute.cs,
1446                 System.ComponentModel.ToolboxItemAttribute.cs,
1448 2002-07-22  Tim Coleman <tim@timcoleman.com>
1449         * list.unix: Added System.ComponentModel/DefaultEventAttribute.cs
1450                 and System.ComponentModel.DefaultProperty.cs to build
1453 2002-06-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1455         * System.build: removed System.Drawing.dll dependency.
1457 2002-06-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1459         * System.build: referenced System.Drawing.dll.
1461 2002-05-12  Lawrence Pit <loz@cable.a2000.nl>
1463         * System.Security.Cryptography.X509Certificates: directory added
1464         
1465 2002-05-09  Rodrigo Moya <rodrigo@ximian.com>
1467         * System.build: don't exclude anymore excluded files in
1468         System.ComponentModel. They compile on Linux, so they might also
1469         on Windows.
1471 2002-05-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1473         * System.build: excluded EventDescriptor.cs, 
1474         EventDescriptorCollection.cs and ICustomTypeDescriptor.cs.
1476 2002-04-08  Nick Drochak  <ndrochak@gol.com>
1478         * System.build: Build System.dll with mono's corlib.dll and 
1479         System.Xml.dll.
1481 2002-01-23  Dick Porter  <dick@ximian.com>
1483         * System.build: Start build System.Net.Sockets.Socket.cs,
1484         TcpClient.cs and TcpListener.cs
1486 2001-12-07  Nick Drochak <ndrochak@gol.com>
1488         * ChangeLog: Add the change log to this directory
1490         * System.build: Add dependancy on linux target to test target. Need to 
1491         have the dll before we can test it, right?  Plus it encourages others 
1492         to try 'make test'.