2009-07-22 Jb Evain <jbevain@novell.com>
[mcs.git] / class / System / ChangeLog
blob1e341394cf68d30842814c6bfa574f22a162d32f
1 2009-07-22  Jb Evain  <jbevain@novell.com>
3         * monotouch_System.dll.sources: bring Process in.
5 2009-06-28  Gert Driesen  <drieseng@users.sourceforge.net>
7         * System_test.dll.sources: Added IPv6MulticastOptionTest.cs and
8         MulticastOptionTest.cs.
10 2009-05-14  Jonathan Pryor <jpryor@novell.com>
12         * Makefile: Distribute Test/test-config-file-net-2.0.
14 2009-05-13  Jonathan Pryor <jpryor@novell.com>
16         * System_test.dll.sources: Add ListChangedEventArgsTest.cs.
18 2009-05-13  Jonathan Pryor <jpryor@novell.com>
20         * Makefile: $(test_lib).config needs to be profile-specific.
22 2009-04-23  Sebastien Pouliot  <sebastien@ximian.com>
24         * net_2_1_raw_System.dll.sources: Remove some unneeded files.
26 2009-04-21  Sebastien Pouliot  <sebastien@ximian.com>
28         * System_test.dll.sources: Add EndPointTest.cs
30 2009-04-16  Sebastien Pouliot  <sebastien@ximian.com>
32         * net_2_1_raw_System.dll.sources: Remove corlib's files since System
33         can now access, for 2.1 (moonlight) corlib's internals.
35 2009-04-09  Sebastien Pouliot  <sebastien@ximian.com>
37         * System.dll.sources: Add System.Net.Sockets/Socket_2_1.cs
39 2009-01-07  Sebastien Pouliot  <sebastien@ximian.com>
41         * net_2_1_raw_System.dll.sources: Add System/UriTypeConverter.cs to
42         NET_2_1 build.
44 2009-01-07  Geoff Norton  <gnorton@novell.com>
46         * Makefile: Respect platform specific test harness exclusions.
48 2008-12-25   Leszek Ciesielski <skolima@gmail.com>
50         * System.Diagnostics/Process.cs: Raise the
51         Process.OutputDataReceived and Process.ErrorDataReceived with null
52         arguments at the end.   This is the documented behavior:
54         http://msdn.microsoft.com/en-us/library/system.diagnostics.datareceivedeventargs.data.aspx
56         And CruiseControl.NET depended on this.   Bug #459450.
57         
58         * Microsoft.CSharp/CSharpCodeCompiler.cs: Fix the code, as it
59         depened on the previous broken behavior.
60         
62 2008-12-22  Ivan N. Zlatev  <contact@i-nz.net>
64         * System_test.dll.sources: Added ReferenceConverterTest.cs.
66 2008-12-19  Rolf Bjarne Kvinge  <RKvinge@novell.com>
68         * net_2_1_raw_System.dll.sources: Added IEditableObject.cs
70 2008-12-09  Christian Hergert <christian.hergert@gmail.com>
72         * System_test.dll.sources: Addded CounterCreationDataTest.cs
74 2008-12-06  Ivan N. Zlatev  <contact@i-nz.net>
76         * System_test.dll.sources: Addded NullableConverterTest.cs
78 2008-11-25  Atsushi Enomoto  <atsushi@ximian.com>
80         * Makefile : update old nunit options that break upgrade to 2.4.
82 2008-11-03 Gonzalo Paniagua Javier <gonzalo@novell.com>
84         * System_test.dll.sources: add FtpWebRequestTest.cs
86 2008-10-17  Raja R Harinath  <harinath@hurrynot.org>
88         Make robust to 'make clean; make'
89         * Makefile (CYCLIC_DEPS): If we're using BOOT_COMPILE, don't
90         bother looking for cyclic dependencies -- they'll fail to load
91         even if the dlls exist.
92         (handle-missing-deps): Rename from 'echo-warning'.  Remove cyclic
93         dependencies for real, if they exist.
94         Reported by Jonathan Pryor.
96 2008-09-14  Gert Driesen  <drieseng@users.sourceforge.net>
98         * System_test.dll.sources: Added ConfigXmlDocumentTest.cs.
100 2008-09-14  Zoltan Varga  <vargaz@gmail.com>
102         * Makefile (regex-check): New helper target to run the perl regex test suite.
104 2008-08-16  Gert Driesen  <drieseng@users.sourceforge.net>
106         * System_test.dll.sources: Added SmtpExceptionTest.cs.
108 2008-08-07  Sebastien Pouliot  <sebastien@ximian.com> 
110         * net_2_1_raw_System.dll.sources: Add existing System/UriIdnScope.cs
111         * System_test.dll.sources: Add System.ComponentModel/
112         DefaultValueAttributeTest.cs to the test suite
114 2008-08-06  Sebastien Pouliot  <sebastien@ximian.com>
116         * net_2_1_raw_System.dll.sources: Add System.CodeDom.Compiler/
117         GeneratedCodeAttribute.cs since it's part of SL2 beta 2.
119 2008-07-31  Jb Evain  <jbevain@novell.com>
121         * net_2_1_raw_System.dll.sources: fine tune.
123 2008-07-25  Gert Driesen  <drieseng@users.sourceforge.net>
125         * System_test.dll.sources: Added HttpWebResponseTest.cs.
127 2008-07-14  Marek Habersack  <mhabersack@novell.com>
129         * System.dll.sources: added
130         System.Net.NetworkInformation/LinuxNetworkInterfaceMarshal.cs
132 2008-06-27  Gert Driesen  <drieseng@users.sourceforge.net>
134         * System_test.dll.sources: Added EventDescriptorCollectionTest.cs.
136 2008-06-25  Gert Driesen  <drieseng@users.sourceforge.net>
138         * System_test.dll.sources: Added ConfigurationExceptionTest.cs.
140 2008-05-21  Atsushi Enomoto  <atsushi@ximian.com>
142         * System.dll.sources :
143           added INotifyPropertyChanging stuff (new in 2.0 SP1).
145 2008-04-16  Marek Habersack  <mhabersack@novell.com>
147         * System_test.dll.sources: added
148         System.ComponentModel/ComponentConverterTests.cs
150         * Makefile (TEST_MCS_FLAGS): reference -r:System.Data for new
151         tests.
153 2008-04-13  Jb Evain  <jbevain@novell.com>
155         * net_2_1_raw_System.dll.sources: tune out some
156         uneeded sources for the 2.1 profile.
157         Merged from the Moonlight 2 branch.
159 2008-03-15  Gert Driesen  <drieseng@users.sourceforge.net>
161         * System_test.dll.sources: Added DesignerAttributeTest.cs.
163 2008-03-03  Zoltan Varga  <vargaz@gmail.com>
165         * System.dll.sources: Add the new regex interpreter/compiler sources, not yet
166         used.
168         * net_2_1_raw_System.dll.sources: Ditto.
169         
170 2008-02-18  Raja R Harinath  <harinath@hurrynot.org>
172         * Makefile (CYCLIC_DEPS): Don't use $(eval ...) -- we still
173         support older GNU makes.
175 2008-02-17  Gert Driesen  <drieseng@users.sourceforge.net>
177         * System_test.dll.sources: Added CharConverterTest.cs and
178         CultureInfoConverterTest.cs.
180 2008-02-17  Raja R Harinath  <harinath@hurrynot.org>
182         * Makefile (CYCLIC_DEPS): New macro.
183         (CYCLIC_DEP_FILES): Use it to clean up handling of cyclic dependencies.
184         * net_2_1_raw_System.dll.sources: Rename from net_2_1_System.dll.sources.
185         * net_2_1_bootstrap_System.dll.sources: New.
187 2008-02-10  Juraj Skripsky  <js@hotfeet.ch>
189         * System.dll.sources: Added ICodeDomVisitor.cs.
191 2008-01-23  Gert Driesen  <drieseng@users.sourceforge.net>
193         * System_test.dll.sources: Added FileVersionInfoTest.cs.
195 2007-12-24  Gert Driesen  <drieseng@users.sourceforge.net>
197         * System_test.dll.sources: Added CheckoutExceptionTest.cs.
199 2007-12-15  Marek Habersack  <mhabersack@novell.com>
201         * System.dll.sources: added
202         System.CodeDom.Compiler/CompilerProviderOption.cs and
203         System.CodeDom.Compiler/CompilerProviderOptionsCollection.cs
205 2007-12-04  Gert Driesen  <drieseng@users.sourceforge.net>
207         * System_test.dll.sources: Added Win32ExceptionTest.cs.
209 2007-11-12  Atsushi Enomoto  <atsushi@ximian.com>
211         * System.dll.sources : added S.R.InteropSvcs.ComTypes types.
213 2007-11-08  Jb Evain  <jbevain@novell.com>
215         * net_2_1_System.dll.sources: use the custom
216         WebHeaderCollection.
218 2007-11-07  Gert Driesen  <drieseng@users.sourceforge.net>
220         * System.dll.sources: Added Win32SoundPlayer.cs.
222 2007-11-03  Gert Driesen  <drieseng@users.sourceforge.net>
224         * System_test.dll.sources: Added InvalidEnumArgumentExceptionTest.cs.
226 2007-10-22  Jb Evain  <jbevain@novell.com>
228         * net_2_1_System.dll.sources: remove System.Net.Mail.*
230 2007-09-29  Gert Driesen  <drieseng@users.sourceforge.net>
232         * System_test.dll.sources: Added HttpListenerRequestTest.cs.
234 2007-09-27  Atsushi Enomoto  <atsushi@ximian.com>
236         * System.dll.sources : added ITypeDiscoveryService.cs.
238 2007-09-25  Jonathan Pobst  <monkey@jpobst.com>
240         * System_test.dll.sources: Added AsyncOperationManagerTest.cs.
242 2007-09-17  Gert Driesen  <drieseng@users.sourceforge.net>
244         * System_test.dll.sources: Added ComponentResourceManagerTest.cs.
246 2007-09-05  Atsushi Enomoto  <atsushi@ximian.com>
248         * System.dll.sources : added HandleCollector.cs.
250 2007-09-05  Gert Driesen  <drieseng@users.sourceforge.net>
252         * System_test.dll.sources: Added EnumConverterTest.cs.
254 2007-08-29  Ivan N. Zlatev  <contact@i-nz.net>
256         * System.dll.sources: add DefaultSerializationProviderAttribute.cs,
257         ComponentSerializationService.cs, MemberRelationship.cs, 
258         SerializationStore.cs, MemberRelationshipService.cs, 
259         DesignerOptionService.cs, ITreeDesigner.cs
261 2007-08-29  Atsushi Enomoto  <atsushi@ximian.com>
263         * System.dll.sources : added Win32NetworkInterfaceMarshal.cs.
265 2007-08-24  Atsushi Enomoto  <atsushi@ximian.com>
267         * Makefile : split PREBUILT_DEP from CONFIGURATION_DEP so that the
268           prebuilt System.dll could be referenced for security stuff too.
270 2007-08-09  Atsushi Enomoto  <atsushi@ximian.com>
272         * net_2_1_System.dll.sources :
273           Replaced HttpWebRequest and HttpWebResponse with those for 2.1,
274           and removed related 2.0-only types.
276 2007-08-09  Jb Evain  <jbevain@novell.com>
278         * net_2_1_System.dll.sources: use a special .sources file
279         for the 2.1 profile.
281 2007-08-06  Atsushi Enomoto  <atsushi@ximian.com>
283         * System.dll.sources : added PerformanceCounterInstanceLifetime.cs
284           and PerformanceCounterCategoryType.cs.
286 2007-08-01  Atsushi Enomoto  <atsushi@ximian.com>
288         * System_test.dll.sources : added BackgroundWorkerTest.cs.
290 2007-07-20  Jb Evain  <jbevain@novell.com>
292         * Makefile: no need for the deps for installing in 2.1.
294 2007-07-11  Alan McGovern  <amcgovern@novell.com>
296         * Uri.cs: Fix for #78781 applied.
298 2007-07-11  Ankit Jain  <jankit@novell.com>
300         * System_test.dll.sources: Add ProcessStartInfoTest.cs.
302 2007-06-12  Marek Safar <marek.safar@gmail.com>
304         * Makefile: Check only major framework version to do 2.x build.
306 2007-06-05  Raja R Harinath  <harinath@gmail.com>
308         Make cyclic-dependency handling more readable
309         * Makefile (MISSING_DEPS): New.  Contains the list of cyclic
310         dependencies that aren't present.
311         (echo-warning): Simplify drastically.
313 2007-06-04  Atsushi Enomoto  <atsushi@ximian.com>
315         * System.dll.sources :
316           added CustomizableLocalFileSettingsProvider.cs.
318 2007-05-31  Atsushi Enomoto  <atsushi@ximian.com>
320         * System.dll.sources :
321           added couple of new 2.0 sys.ComponentModel types.
323 2007-05-31  Rolf Bjarne Kvinge <RKvinge@novell.com> 
325         * System.dll.sources: Added LookupBindingPropertiesAttribute.cs.
326         * System_test.dll.sources: Added
327           LookupBindingPropertiesAttributeTest.cs
329 2007-05-30  Sebastien Pouliot  <sebastien@ximian.com>
331         * System.dll.sources: Add S.C.D.IComponentDiscoveryService
333 2007-05-30  Atsushi Enomoto  <atsushi@ximian.com>
335         * System_test.dll.sources : added SettingsBaseTest.cs.
337 2007-05-28  Atsushi Enomoto  <atsushi@ximian.com>
339         * System_test.dll.sources : added SettingElementTest.cs.
341 2007-05-18  Atsushi Enomoto  <atsushi@ximian.com>
343         * System.dll.sources : added TraceSourceInfo.cs.
345 2007-05-17  Atsushi Enomoto  <atsushi@ximian.com>
347         * System.dll.sources : added TraceOptions.cs.
349 2007-05-16  Adar Wesley <adarw@mainsoft.com>
351         * System20.csproj: added classes to compilation set IOControlCode.cs,
352         IPPacketInformation.cs
354 2007-05-14  Atsushi Enomoto  <atsushi@ximian.com>
356         * System.dll.sources :
357           Added EventTypeFilter.cs, TraceFilter.cs, SourceFilter.cs, 
358           DelimitedListTraceListener.cs, SwitchAttribute.cs and
359           SwitchLevelAttribute.cs in sys.diagnostics.
361 2007-05-02  Raja R Harinath  <harinath@gmail.com>
363         * System.dll.sources: Add RBTree.cs.
365 2007-04-16  Rolf Bjarne Kvinge  <RKvinge@novell.com>
367         * System_test.dll.sources: Added CodeGeneratorFromBinaryOperatorTest.cs.
368 2007-03-09  Chris Toshok  <toshok@ximian.com>
370         * System.ComponentModel.Design/DesignerTransactionCloseEventArgs.cs:
371         update this to 2.0. massage a patch from Ivan Zlatev.
373 2007-02-27  Rolf Bjarne Kvinge  <RKvinge@novell.com>
375         * System_test.dll.sources: Added MaskedTextProviderTest.cs
376         * System.dll.sources: Added MaskedTextProvider.cs
378 2007-01-29  Gert Driesen  <drieseng@users.sourceforge.net>
380         * System_test.dll.sources: Added SocketResponder.cs.
382 2007-01-28  Ilya Kharmatsky <ilyak -at- mainsoft.com>
383         
384         * System20.vmwcsproj: Added new net_2_0 classes to the project
385           file.
387 2007-01-28  Gert Driesen  <drieseng@users.sourceforge.net>
389         * System_test.dll.sources: Added FileWebResponseTest.cs.
391 2007-01-18  Atsushi Enomoto  <atsushi@ximian.com>
393         * System.dll.sources: added new sources:
394           TraceSource.cs, SourceLevels.cs, CorrelationManager.cs,
395           TraceEventCache.cs, TraceEventType.cs and SourceSwitch.cs.
396         * System_test.dll.sources: added new tests:
397           TraceSourceTest.cs and SourceSwitchTest.cs.
399 2007-01-11  Dick Porter  <dick@ximian.com>
401         * System.dll.sources: Add System.Net.Sockets/{IOControlCode,SocketInformation,SocketInformationOptions,TransmitFileOptions}.cs
403 2007-01-02  Gert Driesen  <drieseng@users.sourceforge.net>
405         * System_test.dll.sources: Added ProcessTest.cs.
407 2006-12-22  Rolf Bjarne Kvinge  <RKvinge@novell.com>
409         * System_test.dll.sources: added DefaultBindingPropertyAttributeTest.cs
411         * System.dll.sources: added DefaultBindingPropertyAttribute.cs
413 2006-12-22  Sebastien Pouliot  <sebastien@ximian.com>
415         * Makefile: Add some extra (PKITS related) files to dist tarball
417 2006-12-20  Chris Toshok  <toshok@ximian.com>
419         * System_test.dll.sources: add AttributeProviderAttributeTest.cs
421         * System.dll.sources: add AttributeProviderAttribute.cs
423 2006-12-20  Chris Toshok  <toshok@ximian.com>
425         * System_test.dll.sources: add ComplexBindingPropertiesAttributeTest.cs
427         * System.dll.sources: add ComplexBindingPropertiesAttribute.cs
429 Wed Dec 20 19:30:27 CET 2006 Paolo Molaro <lupus@ximian.com>
431         * Makefile, resources/*.wav, System.dll.sources: added sound
432         samples provided by Clint Herron. Enabled System.Media namespace.
434 2006-12-07  Sebastien Pouliot  <sebastien@ximian.com>
436         * Makefile: Detect PKITS data and, if available, include the unit 
437         tests with the [Category("PKITS")] attribute.
438         * System_test.dll.sources: Add PKITS-based unit tests for X509Chain.
440 2006-11-27  Andrew Skiba  <andrews@mainsoft.com>
442         * System-tests20.sln, System-tests20.vmcsproj, run-tests.bat: added
443         Grasshopper test project and bat file.
445 2006-11-17  Sebastien Pouliot  <sebastien@ximian.com>
447         * System_test.dll.sources: Add unit tests for System.Security.
448         Cryptography.X509Certificates/X509Certificate2Collection and 
449         X509ExtensionCollection classes to the build.
451 2006-11-08  Gert Driesen  <drieseng@users.sourceforge.net>
453         * System_test.dll.sources: Added ArrayConverterTests.cs.
455 2006-11-07  Andrew Skiba  <andrews@mainsoft.com>
457         * System.Security.AccessControl/SemaphoreAuditRule.cs,
458         System.Net/HttpWebRequest.jvm.cs, System.Net/VMWHttpProvider.cs,
459         System.Net/HttpWebResponse.jvm.cs, System.Net/HttpStateCache.cs,
460         System.Net/HttpProvider.cs, System.Net/ServicePoint.cs,
461         System.Net.Sockets/Socket.jvm.cs, System.Net.Sockets/GHStreamSocket.cs,
462         System.Net.Sockets/GHSocketFactory.cs, System.Net.Sockets/GHStreamSocketSSL.cs,
463         System.Net.Sockets/GHSocket.cs, System.J2EE20.vmwcsproj,
464         System.J2EE20.sln, machine.config: add files and TARGET_JVM-s to compile
465         System.dll in GH.
467 2006-11-07  Sebastien Pouliot  <sebastien@ximian.com>
469         * System_test.dll.sources: Add unit tests for System.ComponentModel.
470         CollectionConverter to the build.
472 2006-11-07  Andrew Skiba  <andrews@mainsoft.com>
474         * ApplicationSettingsBase.cs, AppSettingsReader.cs,
475         ConfigurationSettings.cs, LocalFileSettingsProvider.cs: exclude using
476         PrebuiltSystem on TARGET_JVM
478 2006-10-31  Sebastien Pouliot  <sebastien@ximian.com>
480         * System.dll.sources: Add System.Net.Mail.SmtpPermission[Attribute] to
481         the build.
482         * System_test.dll.sources: Add unit tests for System.Net.Mail 
483         SmtpPermission[Attribute] to the build.
485 2006-08-22  Miguel de Icaza  <miguel@novell.com>
487         * System.ComponentModel.Design/HelpKeywordAttribute.cs: Add new
488         file. 
490 2006-08-20  Gert Driesen  <drieseng@users.sourceforge.net>
492         * System_test.dll.sources: Added EventInstanceTest.cs
494 2006-08-20  Gert Driesen  <drieseng@users.sourceforge.net>
496         * System.dll.sources: Added Win32EventLog.cs.
498 2006-08-14  Atsushi Enomoto  <atsushi@ximian.com>
500         * System.dll.sources : added LocalFileEventLog.cs and NullEventLog.cs.
502 2006-08-14  Atsushi Enomoto  <atsushi@ximian.com>
504         * System.dll.sources : reverted all recent changes on EventLogs.
505           It does not work at all.
507 2006-08-11  Gert Driesen  <drieseng@users.sourceforge.net>
509         * System.dll.sources: Added UnixEventLog.cs and Win32EventLog.cs.
510         * System_test.dll.sources: Added EventLogTest.cs.
512 2006-08-09  Gert Driesen  <drieseng@users.sourceforge.net>
514         * System_test.dll.souces: Added EventSourceCreationDataTest.cs.
516 2006-08-09  Gert Driesen  <drieseng@users.sourceforge.net>
518         * System.dll.sources: Added EventInstance.cs, OverflowAction.cs,
519         EventSourceCreationData.cs.
521 2006-08-07  Gert Driesen  <drieseng@users.sourceforge.net>
523         * System_test.dll.sources: Added X509Certificate2Test.cs.
525 2006-07-14  Peter Dennis Bartok  <pbartok@novell.com>
527         * System.dll.sources: Added System.ComponentModel/MaskedTextResultHint.cs
529 2006-07-06  Dick Porter  <dick@ximian.com>
531         * System.dll.sources: Added
532         System.Security.AccessControl/SemaphoreAccessRule.cs
533         System.Security.AccessControl/SemaphoreAuditRule.cs
535 2006-05-10  Atsushi Enomoto  <atsushi@ximian.com>
537         * System_test.dll.sources : added ConnectionManagementSectionTest.cs
538           and WebRequestModulesSectionTest.cs.
540 2006-05-10  Atsushi Enomoto  <atsushi@ximian.com>
542         * Makefile : add -r:System.Configuration under net_2_0.
544 2005-05-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
546         * Makefile: Add -unsafe flag, since it is needed in
547         System.IO.Ports.WinSerialStream.
549 2006-05-08  Atsushi Enomoto  <atsushi@ximian.com>
551         * System.dll.sources : added SettingsBindableAttribute.cs.
553 2006-05-06  Carlos Alberto Cortez <calberto.cortez@gmail.com>
555         * System.dll.sources: Added new System.IO.Ports/ISerialStream.cs
556         file.
557         
558 2006-04-28  Atsushi Enomoto  <atsushi@ximian.com>
560         * System.dll.sources : added a bunch of missing sys.configuration
561           files.
563 2006-04-27  Atsushi Enomoto  <atsushi@ximian.com>
565         * System.dll.sources : added ClientSettingsSection.cs.
567 2006-04-26  Atsushi Enomoto  <atsushi@ximian.com>
569         * System.dll.sources : added ApplicationSettingsGroup.cs.
571 2006-04-20  Gert Driesen  <drieseng@users.sourceforge.net>
573         * System_test.dll.sources: Added CodeGeneratorFromNamespaceTest.cs from
574         Microsoft.VisualBasic.
576 2006-04-17  Atsushi Enomoto  <atsushi@ximian.com>
578         * System.dll.sources : Added AsyncOperation.cs,
579           AsyncOperationManager.cs, BackgroundWorker.cs,
580           DoWorkEventHandler.cs, DoWorkEventArgs.cs,
581           RunWorkerCompletedEventArgs.cs and
582           RunWorkerCompletedEventHandler.cs.
584 2006-04-06  Carlos Alberto Cortez <calberto.cortez@gmail.com>
586         * System.dll.sources: Added System.IO.Ports/SerialSignal.cs.
587         
588 2006-04-05  Atsushi Enomoto  <atsushi@ximian.com>
590         * System.dll.sources : added SslPolicyErrors.cs.
592 2006-04-05  Atsushi Enomoto  <atsushi@ximian.com>
594         * System.dll.sources : added SortedDictionary.cs.
595         * System_test.dll.sources : added SortedDictionaryTest.cs.
597 2006-04-04  Atsushi Enomoto  <atsushi@ximian.com>
599         * System.dll.sources: added DataReceivedEventArgs.cs and
600           DataReceivedEventHandler.cs.
601         * System_test.dll.sources : added StopwatchTest.cs.
603 2006-04-01  Zoltan Varga  <vargaz@gmail.com>
605         * System.dll.sources: Added System.Diagnostics/Stopwatch.cs.
607 2006-03-30  Atsushi Enomoto  <atsushi@ximian.com>
609         * System.dll.sources:
610           DownloadStringCompletedEventHandler.cs was missing.
612 2006-03-28  Atsushi Enomoto  <atsushi@ximian.com>
614         * System.dll.sources : added ProgressChangedEvent[Args|Handler] in
615           System.ComponentModel, and several WebClient event args in
616           System.Net.
618 2006-03-09  Zoltan Varga  <vargaz@gmail.com>
620         * System.dll.sources: Added System.ComponentModel.Design.Serialization/
621         CodeDomSerializerException.cs.
623 2006-02-28  Carlos Alberto Cortez <calberto.cortez@gmail.com>
625         * System.dll.sources: Forgot to add inside System.IO.Ports:
626         SerialData.cs, SerialError.cs, SerialPinChange.cs
628 2006-02-22  Kornél Pál  <kornelpal@hotmail.com>
630         * System.dll.sources: Added System.IO.Ports.SerialPortStream.cs
631           to fix build.
633 2005-02-02  Carlos Alberto Cortez <calberto.cortez@gmail.com>
635         * System.dll.sources: Add the recently added System.Net 2.0 
636         clases (FtpWebRequest, FtpWebResponse, FtpDataStream, FtpAsyncResult,
637         and also FtpStatusCode and WebRequestMethods).
638         
639 2005-01-13  John Luke  <john.luke@gmail.com>
641         * System_test.dll.sources: add System.Net.Mail.SmtpClient tests
642         
643 2006-01-09  Chris Toshok  <toshok@ximian.com>
645         * Makefile (LIB_MCS_FLAGS): if we're building net_2_0, define
646         CONFIGURATION_2_0 to use the new System.Configuration api.
648 2006-01-02  Chris Toshok  <toshok@ximian.com>
650         * Makefile: use an external alias (PrebuiltSystem) when building
651         with CONFIGURATION_DEP.
653 2005-12-24  John Luke  <john.luke@gmail.com>
655         * System_test.dll.sources: add System.Net.Mail tests
657 2005-12-23  John Luke  <john.luke@gmail.com>
659         * System_test.dll.sources: add
660         System.Net.Mime/ContentDispositionTest.cs
661         System.Net.Mime/ContentTypeTest.cs
663 2005-12-13  Chris Toshok  <toshok@ximian.com>
665         * System.dll.sources: add
666         System.Net.Configuration/FtpCachePolicyElement.cs.
668 2005-12-07  Robert Jordan  <robertj@gmx.net>
670         * System.dll.sources: Added System.Net.Sockets/SocketError.cs.
672 2005-11-30  Gert Driesen  <drieseng@users.sourceforge.net>
674         * System_test.dll.sources: Added CodeRemoveEventStatementTest.cs from
675         System.CodeDom.
677 2005-11-26  Gert Driesen  <drieseng@users.sourceforge.net>
679         * System_test.dll.sources: Added CodeGeneratorFromStatementTest.cs
680         from Microsoft.VisualBasic.     
682 2005-11-20  Gert Driesen  <drieseng@users.sourceforge.net>
684         * System_test.dll.sources: Added CodeNamespaceImportCollectionTest.cs,
685         CodeNamespaceCollectionTest.cs, CodeTypeDeclarationCollectionTest.cs,
686         CodeTypeMemberCollectionTest.cs, CodeTypeParameterCollectionTest.cs,
687         CodeAttributeArgumentCollectionTest.cs, CodeDirectiveCollectionTest.cs,
688         CodeAttributeDeclarationCollectionTest.cs, 
689         CodeCatchClauseCollectionTest.cs, 
690         CodeCommentStatementCollectionTest.cs.
692 2005-11-09  Zoltan Varga  <vargaz@gmail.com>
694         * System_test.dll.sources: Add Test/System.Collections.Generic/SortedListTest.cs.
696         * System.dll.sources: Add System.Collections.Generic/SortedList.cs.
698 2005-11-08  Gert Driesen  <drieseng@users.sourceforge.net>
700         * System_test.dll.sources: Added CodeExpressionCollectionTest.cs,
701         CodeParameterDeclarationExpressionCollectionTest.cs,
702         CodeTypeReferenceCollectionTest.cs.
704 2005-11-04  Gert Driesen  <drieseng@users.sourceforge.net>
706         * System_test.dll.sources: Added CodeCastExpressionTest.cs,
707         CodeCatchClauseTest.cs, CodeChecksumPragmaTest.cs, 
708         CodeConstructorTest.cs, CodeDefaultValueExpressionTest.cs;
709         CodeDelegateCreateExpressionTest.cs, CodeEventReferenceExpressionTest.cs
710         CodeGotoStatementTest.cs, CodeLabeledStatementTest.cs,
711         CodeLinePragmaTest.cs, CodeMemberMethodTest.cs, 
712         CodeMethodInvokeExpressionTest.cs, CodeMethodReferenceExpressionTest.cs,
713         CodeNamespaceImportTest.cs, CodeNamespaceTest.cs, 
714         CodeObjectCreateExpressionTest.cs, 
715         CodeParameterDeclarationExpressionTest.cs,
716         CodePropertyReferenceExpressionTest.cs, CodeRegionDirectiveTest.cs,
717         CodeSnippetCompileUnitTest.cs, CodeSnippetExpressionTest.cs,
718         CodeSnippetStatementTest.cs, CodeSnippetTypeMemberTest.cs,
719         CodeStatementCollectionTest.cs, CodeTypeConstructorTest.cs,
720         CodeTypeParameterTest.cs, CodeTypeOfExpressionTest.cs,
721         CodeTypeReferenceExpressionTest.cs, 
722         CodeVariableDeclarationStatementTest.cs,
723         CodeVariableReferenceExpressionTest.cs
725 2005-10-24  Gert Driesen  <drieseng@users.sourceforge.net>
727         * System_test.dll.sources: Added CodeArgumentReferenceExceptionTest.cs,
728         CodeArrayCreateExpressionTest.cs, CodeAttachEventStatementTest.cs,
729         CodeAttributeArgumentTest.cs, CodeAttributeDeclarationTest.cs.
731 2005-10-18  Gert Driesen  <drieseng@users.sourceforge.net>
733         * System_test.dll.sources: Added HttpWebRequestElementTest.cs
734         from Test/System.Net.Configuration.
736 2005-10-07  Gert Driesen  <drieseng@users.sourceforge.net>
738         * System_test.dll.sources: Added CodeGeneratorTypeOutputTest.cs
739         from Test/Microsoft.CSharp.
741 2005-10-05  Atsushi Enomoto  <atsushi@ximian.com>
743         * System.dll.sources: added System.Net/AuthenticationSchemes.cs.
745 2005-09-23  Chris Toshok  <toshok@ximian.com>
747         * System.dll.sources: remove the System.Configuration.Property/*
749         * System.Configuration.Property/*: move to ../System.Configuration
750         where it belongs.
752 2005-09-19  Chris Toshok  <toshok@ximian.com>
754         * System.Configuration/ProviderBase.cs: nuke this - it's in
755         System.Configuration.Provider.
757         * System/InvalidDataException.cs: move this to System.IO, where it
758         belongs.
759         
760         * System.dll.sources: track movement of InvalidDataException.cs
761         and removal of ProviderBase.cs
763 2005-09-19  Gert Driesen <drieseng@users.sourceforge.net>
765         * System_test.dll.sources: Added TypeConverterTest.cs and
766         PropertyDescriptorCollection.cs.
768 2005-09-04  David Waite  <mass@akuma.org>
770         * System.dll.sources, System_test.dll.sources: Added LinkedList.cs,
771         LinkedListNode.cs and LinkedListTest.cs
773 2005-08-28 Gert Driesen <drieseng@users.sourceforge.net>
775         * System_test.dll.sources: Added DateTimeConverterTests.cs.
777 2005-08-23  Raja R Harinath  <rharinath@novell.com>
779         * System.dll.sources: Update.
781 2005-08-18 Gert Driesen <drieseng@users.sourceforge.net>
783         * System_test.dll.sources: Added DecimalConverterTests.cs,
784         DoubleConverterTests.cs, Int64ConverterTests.cs, SByteConverterTests.cs
785         SingleConverterTests.cs, UInt16ConverterTests.cs, 
786         UInt32ConverterTests.cs, UInt64ConverterTests.cs.
788 2005-08-16 Gert Driesen <drieseng@users.sourceforge.net>
790         * System_test.dll.sources: Added ByteConverterTests.cs,
791         Int16ConverterTests.cs and Int32ConverterTests.cs.
792         * Makefile: We also need to reference System.Drawing assembly to
793         build test assembly.
795 2005-08-16 Gert Driesen <drieseng@users.sourceforge.net>
797         * System_test.dll.sources: Added ToolboxItemAttributeTests.cs from
798         System.ComponentModel.
800 >>>>>>> .r48427
801 2005-07-24 Gert Driesen <drieseng@users.sourceforge.net>
803         * System_test.dll.sources: Added CodeTypeDelegateTest.cs from
804         System.CodeDom.
806 2005-07-21 Gert Driesen <drieseng@users.sourceforge.net>
808         * System_test.dll.sources: Added CodeGeneratorTest.cs from
809         System.CodeDom.Compiler.
811 2005-07-21 Gert Driesen <drieseng@users.sourceforge.net>
813         * System_test.dll.sources: Added CodeGeneratorFromTypeTestBase.cs
814         and CodeGeneratorTestBase.cs from System.CodeDom.Compiler.
816 2005-06-28 Gert Driesen <drieseng@users.sourceforge.net>
818         * System_test.dll.sources: Added CodeTypeReferenceTest.cs from
819         System.CodeDom.
821 2005-06-27 Gert Driesen <drieseng@users.sourceforge.net>
823         * System_test.dll.sources: Added CodeGeneratorFromExpressionTest.cs
824         from Microsoft.VisualBasic.
826 2005-06-27 Gert Driesen <drieseng@users.sourceforge.net>
828         * System_test.dll.sources: Added CodeMemberPropertyTest.cs from
829         System.CodeDom.
831 2005-06-25 Gert Driesen <drieseng@users.sourceforge.net>
833         * System_test.dll.sources: Added CodeMemberFieldTest.cs from
834         System.CodeDom.
836 2005-06-25 Gert Driesen <drieseng@users.sourceforge.net>
838         * System_test.dll.sources: Added CodeGeneratorFromTypeTest.cs from
839         Microsoft.VisualBasic.
841 2005-06-25 Gert Driesen <drieseng@users.sourceforge.net>
843         * System_test.dll.sources: Added CodeGeneratorTestBase.cs and
844         CodeGeneratorFromCompileUnitTest.cs from Microsoft.VisualBasic.
846 2005-06-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
848         * Makefile: added reference to Mono.Security.dll when building the
849         tests.
851 2005-06-22  Sebastien Pouliot  <sebastien@ximian.com> 
853         * Makefile: Removed LIB_MCS_FLAGS for referencing corlib and added the
854         __SECURITY_BOOTSTRAP_DB export. This will allow the work on #74975 to
855         continue and shouldn't cause any harm to Linux or Cygwin builds.
857 2005-06-15  Lluis Sanchez Gual <lluis@novell.com>
859         * System.dll.sources: Added ProviderBase.cs.
860         
861 2005-06-14  Lluis Sanchez Gual <lluis@novell.com>
863         * System.dll.sources: Removed some files that have been moved to the
864         new System.Configuration assembly.
865         * Makefile: Handle the cyclic dependency with the new
866         System.Configuration assembly.
868 2005-05-30  Gert Driesen <drieseng@users.sourceforge.net>
870         * System_test.dll.sources: Added CSharpCodeProviderTest.cs
872 2005-05-28  Kornél Pál <kornelpal@hotmail.com>
874         * System_test.dll.sources: Added TimerTest.cs.
876 2005-05-20  Sebastien Pouliot  <sebastien@ximian.com>
878         * System_test.dll.sources: Added new CAS unit tests for NetworkStream,
879         Socket and TcpClient to the build (stack propagation in async calls).
881 2005-05-20  Raja R Harinath  <rharinath@novell.com>
883         * System_test.dll.sources: Add
884         System.Text.RegularExpressions/RegexReplace.cs.
886         * System.dll.sources: Update to reflect split-up of
887         System.Text.RegularExpressions/match.cs.
889 2005-05-19  Sebastien Pouliot  <sebastien@ximian.com>
891         * Makefile: Do not report Obsolete warnings when compiling unit tests.
892         * System_test.dll.sources: Added new CAS unit tests to the build.
894 2005-05-13  Atsushi Enomoto  <atsushi@ximian.com>
896         * System_test.dll.sources,
897           System.dll.sources: generic Queue.cs and Stack.cs are now in System.
899 2005-03-14  Raja R Harinath  <rharinath@novell.com>
901         * Makefile (NO_INSTALL): Define during the first pass.
903 2005-03-04  Lluis Sanchez Gual <lluis@novell.com>
905         * System.dll.sources: Added OrderedDictionary.cs.
907 2005-02-22  Sureshkumar T  <tsureshkumar@novell.com>
909         * System.dll.sources: Added files.
910         System.Configuration/ConnectionStringSettingsCollection.cs
911         System.Configuration/ConnectionStringSettings.cs
913 2005-02-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
915         * System.dll.sources: added CodeDomConfigurationHandler.
917 2005-02-03  Raja R Harinath  <rharinath@novell.com>
919         * Makefile (TEST_RESOURCES): New.
920         (EXTRA_DISTFILES): Distribute them.
922 2005-02-02  Ben Maurer  <bmaurer@ximian.com>
924         * Makefile: Embed the uri stuff as a resource.
926 2005-01-24  Raja R Harinath  <rharinath@novell.com>
928         Add circular dependency on System.Security.dll.
929         * Makefile (XML_DEP, XML_DEP_FILE): Rename from CYCLIC_DEP and
930         CYCLIC_DEP_FILE. 
931         (SECURITY_DEP, SECURITY_DEP_FILE): Parallel defines for expressing
932         cyclic dependency on System.Security.dll.  Defined only in NET2.0
933         related profiles.
934         (CYCLIC_DEPS, CYCLIC_DEP_FILES): New.  Used to detect which of the
935         dependencies are present.
936         (echo-warning, LIB_MCS_FLAGS): Update to reflect new circular
937         dependencies.
939 2005-01-20  Miguel de Icaza  <miguel@ximian.com>
941         * Add a couple more -nowarns when compiling tests. 
943 2005-01-17  Raja R Harinath  <rharinath@novell.com>
945         * Makefile ($(test_lib).config): New.  Create it when test library
946         is built.
947         (CLEAN_FILES): Remove it.
948         (test-recursive,clean-recursive): Delete.
950 2005-01-14  Jonathan Pryor (jonpryor@vt.edu)
952         * Makefile: Add test-recursive and clean-recursive targets.  Test-recursive
953           creates a Syste_test_PROFILE.dll.config file, required for the Switch
954           regression tests, and clean-recursive cleans up this file.
955         * System_test_default.dll.config, System_test.dll.config: Delete.  These are
956           no longer necessary as the appropriate file is generated in test-recursive.
958 2005-01-10  Lluis Sanchez Gual <lluis@novell.com>
960         * System.dll.sources: Added new file:
961                 System.ComponentModel/BindingDirection.cs
963 2004-12-26  Zoltan Varga  <vargaz@freemail.hu>
965         * System.IO.Ports/ChangeLog: New file.
967 2004-12-21  Chris Toshok  <toshok@ximian.com>
969         * System.dll.sources: add System.IO.Ports/*.
971         * System.IO.Ports/SerialPort.cs,
972         System.IO.Ports/SerialReceivedEventArgs.cs,
973         System.IO.Ports/SerialPinChangedEventArgs.cs,
974         System.IO.Ports/SerialErrorEventArgs.cs: initial import of the
975         System.IO.Ports stuff.
977 2004-12-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
979         * System_test.dll.sources: added CookieContainerTest.cs.
981 2004-11-19  Raja R Harinath  <rharinath@novell.com>
983         * Makefile (USE_BOOT_COMPILE): Re-organize to use BOOT_COMPILE
984         during the first pass.
985         (BOOTSTRAP_MCS): Use mscorlib.dll from the net_2_0 profile.
987 2004-11-18  Lluis Sanchez Gual <lluis@novell.com>
989         * System.dll.sources: Added new files:
990                 System.Configuration/ProviderSettings.cs
991                 System.Configuration/ProviderSettingsCollection.cs
992                 System.Configuration.Provider/ProviderBase.cs
994 2004-11-15  Lluis Sanchez Gual <lluis@novell.com>
996         * System.dll.sources: Added new files:
997                 System.Configuration/TimeSpanConfigurationProperty.cs
998                 System.Configuration/TimeSpanPropertyFlags.cs
999                 System.Configuration/TimeSpanSerializedFormat.cs
1000         
1001 2004-11-09  Lluis Sanchez Gual <lluis@novell.com>
1003         * System.dll.sources: Added new files:
1004                 System.Configuration/NonEmptyStringConfigurationProperty.cs
1005                 System.Configuration/NonEmptyStringFlags.cs
1007 2004-11-04  Lluis Sanchez Gual <lluis@novell.com>
1009         * System.dll.sources: Added new files:
1010                 System.Configuration/ConfigInfo.cs
1011                 System.Configuration/IntegerConfigurationProperty.cs
1012                 System.Configuration/RuntimeOnlySection.cs
1013                 System.Configuration/SectionInfo.cs
1014                 System.Configuration/SectionGroupInfo.cs
1016 2004-09-21  Raja R Harinath  <rharinath@novell.com>
1018         * Makefile (lib_file) [PROFILE=net_2_0]: New test.  Use
1019         net_2_0_bootstrap libraries if necessary.
1020         ($(the_lib)): Don't depend on a phony target.  Move 'echo-warning' ...
1021         (all-local): ... here.  Will now warn unnecessarily, but is better
1022         than rebuilding the library each time.
1024 2004-09-20  Gert Driesen <drieseng@users.sourceforge.net>
1026         * System.dll.sources: Moved ReadOnlyCollection.cs and Collection.cs
1027         from corlib to System.Collections.Generic in System assembly
1029 2004-09-13  Tim Coleman <tim@timcoleman.com>
1030         * System.dll.sources: Add new classes in System.Net.Security and 
1031                 System.Security.Authentication for Fx 2.0
1033 2004-09-12  Gert Driesen <drieseng@users.sourceforge.net>
1035         * System.dll.sources: removed duplicate entry for System.Net.
1036         Configuration.WebRequestModuleHandler
1038 2004-09-11  Sebastien Pouliot  <sebastien@ximian.com>
1040         * System_test.dll.sources: Added unit tests for System.Diagnostics.
1041         EventLogPermission and PerformanceCounterPermission.
1043 2004-09-10  Sebastien Pouliot  <sebastien@ximian.com>
1045         * System_test.dll.sources: Added PermissionHelper to the build.
1046         * System_test.dll.sources: Added unit tests for System.Security.
1047         Permissions.ResourcePermissionBase and ResourcePermissionBaseEntry, 
1048         System.Web.AspNetHostingPermission and AspNetHostingPermissionAttribute.
1050 2004-09-10  Tim Coleman <tim@timcoleman.com>
1051         * System.dll.sources: Add System.Net.Cache, System.Net.Configuration,
1052                 System.Net.Mail, System.Configuration classes
1054 2004-09-09  Tim Coleman <tim@timcoleman.com>
1055         * System.dll.sources: Add new System.Net.Mail classes
1057 2004-09-04  Tim Coleman <tim@timcoleman.com>
1058         * System.dll.sources: Add System.Net.Mail and System.Net.Mime classes.
1060 2004-09-03  Tim Coleman <tim@timcoleman.com>
1061         * System.dll.sources: Add new class in System.Net
1063 2004-08-16  Duncan Mak  <duncan@ximian.com>
1065         * System.dll.sources: Added new classes in System.Configuration.
1067 2004-07-14  Atsushi Enomoto  <atsushi@ximian.com>
1069         * System.dll.sources:
1070           Added IChangeTracking.cs and IRevertibleChangeTracking.cs
1072 2004-07-09  LLuis Sanchez Gual  <lluis@novell.com>
1074         * System.dll.sources: Added files
1075                 System.ComponentModel/AsyncCompletedEventArgs.cs
1076                 System.ComponentModel/AsyncCompletedEventHandler.cs
1078 2004-07-02  Raja R Harinath  <rharinath@novell.com>
1080         * Makefile (LIBRARY_USE_INTERMEDIATE_FILE): Define.
1082 2004-06-13  Gert Driesen <drieseng@users.sourceforge.net>
1084         * System_test.dll.sources: Added IndentedTextWriterTest to unit
1085         tests
1087 2004-06-10  Raja R Harinath  <rharinath@novell.com>
1089         * Makefile (LIBRARY_COMPILE): Define only if 'USE_BOOT_COMPILE' is
1090         defined.  Don't conflate building a non-Xml temporary System.dll
1091         with building System.dll for bootstrapping mcs.
1093 2004-06-09  Raja R Harinath  <rharinath@novell.com>
1095         * Makefile (CYCLIC_DEP_FILE): New.  Used to detect if
1096         System.Xml.dll is present.
1097         (SECOND_PASS): Remove.
1099 2004-06-05  Sebastien Pouliot  <sebastien@ximian.com>
1101         * System_test.dll.sources: Added X509CertificateCollectionTest
1102         to the unit tests.
1104 2004-06-03  Atsushi Enomoto  <atsushi@ximian.com>
1106         * Makefile : add run-test-ondotnet target support.
1108 2004-05-24  Raja R Harinath  <rharinath@novell.com>
1110         * Makefile (EXTRA_FLAGS): Remove.
1111         (LIBRARY_COMPILE) [!HAVE_SYSTEM_XML]: Use $(BOOT_COMPILE) for
1112         non-Xml first build.
1113         (all-local) [!SECOND_PASS]: Simplify.
1115 2004-05-10  Raja R Harinath  <rharinath@novell.com>
1117         * Makefile (install-local,test-local,run-test-local,clean-local):
1118         Make cyclic-dependency safe.
1120 2004-05-07  Raja R Harinath  <rharinath@novell.com>
1122         * Makefile (all-local) [SECOND_PASS]: Rewrite to use 'make' itself
1123         to determine out-of-date-ness.  (This fixes an unlogged change.)
1124         (install-local,test-local,run-test-local,clean-local): Collapse
1125         near-identical rules.
1127 2004-05-07  Raja R Harinath  <rharinath@novell.com>
1129         * Makefile (all-local): Built first pass with BOOT_COMPILE.
1131 2004-04-26  Jackson Harper  <jackson@ximian.com>
1133         * Makefile: Use new $(PROFILE) directory to search for cyclical
1134         dependancy.
1135         
1136 2004-04-16  Lluis Sanchez Gual <lluis@ximian.com>
1138         * System_test.dll.sources: Added 
1139                 System.ComponentModel/TypeDescriptorTests.cs.
1141 2004-04-14  Lluis Sanchez Gual <lluis@ximian.com>
1143         * System.dll.sources: Added 
1144                 System.ComponentModel/ReflectionEventDescriptor.cs,
1145                 System.ComponentModel/ReflectionPropertyDescriptor.cs.
1147 2004-03-17  Ivan Hamilton <ivan@chimerical.com.au>
1149         * System.dll.sources: Added System/System.ComponentModel.Design
1150         /RuntimeLicenseContext.cs
1151         * System_test.dll.sources : Added System.ComponentModel
1152         /LicenseManagerTests.cs
1154 2004-03-11  Zoltan Varga  <vargaz@freemail.hu>
1156         * Makefile (all-local): Fix for non-bash shells.
1158 2004-02-26  Sebastien Pouliot  <sebastien@ximian.com>
1160         * System.dll.sources: Added System.Net/DefaultCertificatePolicy.cs to 
1161         the build.
1163 2004-02-04  Marek Safar <marek.safar@seznam.cz>
1165         * Makefile: Build System.dll in two steps. Because of the circular
1166         dependency with System.XML.dll.
1168 2004-01-21  Atsushi Enomoto  <atsushi@ximian.com>
1170         * System_test.dll.sources : Added CodeGeneratorIdentifierTest.cs
1172 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1174         * System.dll.sources: added new files.
1176         * System_test.dll.sources: added new test.
1178 2004-01-01  Nick Drochak <ndrochak@gol.com>
1180         * Makefile: Suppress warnings about multiple Regex defs and obsolete
1181         calls in the test assembly.
1183 2003-05-29  Nick Drochak <ndrochak@gol.com>
1185         * System_test.dll.config: Nunit loads configs with the same name as the
1186         test assembly. This is for the Swithes test.
1188 2003-12-08  Atsushi Enomoto  <atsushi@ximian.com>
1190         * System_test.dll.sources : Added UriTest2.cs
1192 2003-11-18  Todd Berman  <tberman@gentoo.org>
1194         * System.dll.sources: Added IOrderedDictionary.cs
1196 2003-11-12  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
1198         * System.dll.sources: Added some new class files
1200 2003-09-04  Duncan Mak  <duncan@ximian.com>
1202         * System_test.dll.sources: Add new test, ListDictionaryTest.cs.
1204 2003-08-31 Alexandre Pigolkine <pigolkine@gmx.de>
1206         * System_test.dll.sources       new test added
1208 2003-07-27  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
1210         * System.dll.sources: SRDescriptionAttribute.cs moved
1212 2003-07-21  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
1214         * README: removed (contained only obsolete build instructions)
1216 2003-07-21  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
1218         * System.dll.sources: EventLogImpl.cs added
1220 2003-07-18  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
1222         * System.dll.sources: AlphabeticalEnumConverter.cs, SRDescriptionAttribute.cs added
1224 2003-07-18  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
1226         * System.dll.sources: Assembly/Locale.cs added, Globalization.Locale.cs removed
1228 2003-07-18  Peter Williams  <peter@newton.cx>
1230         * Makefile (EXTRA_DISTFILES): Oops, NUnit.Prefs is not
1231         a distable file.
1232         (EXTRA_DISTFILES): A few more.
1234 2003-07-17  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
1236         * System.dll.sources: Assembly/Consts.cs added
1238 2003-07-16  Peter Williams  <peter@newton.cx>
1240         * Makefile (SCARY_LIB): Flip around since what was bootstrap
1241         is now default.
1243 2003-07-14  Jerome Laban <jlaban@wanadoo.fr>
1245         * System.dll.sources: Added NetConfigurationHandler.cs,
1246         NetConfig.cs, IPv6MulticastOption.cs
1248 2003-07-10  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
1250         * list.unix: Added AssemblyInfo.cs
1252 2003-07-10  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
1254         * list.unix: Removed System.Net/ProxyUseType.cs, System.Net/WebStatus.cs
1256 2003-07-06  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
1258         * list.unix: Add VBCodeGenerator.cs, VBCodeProvider.cs
1260 2003-07-05  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
1262         * list.unix: Add CodeParser.cs, Executor.cs, removed CompilerOptions.cs
1264 2003-07-05  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
1266         * list.unix: Add WebPermission.cs, WebPermissionAttribute.cs
1268 2003-05-29  Nick Drochak <ndrochak@gol.com>
1270         * makefile.gnu: turn on debug since it works again.
1272 2003-05-21  Ben Maurer <bmaurer@users.sourceforge.net>
1274         * StringWriter.cs: Fixed bug #43379 "Missing WebException.Response
1275         property."
1277 2003-03-30  Martin Willemoes Hansen <mwh@sysrq.dk>
1279         * Stubed rest of System.ComponentModel
1281 2003-03-29  Martin Willemoes Hansen <mwh@sysrq.dk>
1283         * System.ComponentModel.Design.Serialization
1284           Removed references to System.Web namespaces
1286 2003-03-29  Martin Willemoes Hansen <mwh@sysrq.dk>
1288         * Stubed System.ComponentModel/LicenseContext.cs
1289         * Stubed System.ComponentModel/LicenseUsageMode.cs
1290         * Stubed rest of System.ComponentModel.Design
1292 2003-03-29  Martin Willemoes Hansen <mwh@sysrq.dk>
1294         * Stubed System.ComponentModel/InheritanceAttribute.cs
1295         * Stubed System.ComponentModel/InheritanceLevel.cs
1296         * Stubed System.ComponentModel.Design/IDesignerFilter.cs
1297         * Stubed System.ComponentModel.Design/IInheritanceService.cs
1299 2003-03-27  Martin Willemoes Hansen <mwh@sysrq.dk>
1301         * Stubed rest of System.ComponentModel.Design.Serialization
1303 2003-03-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1305         * list.unix: added RunInstallerAttribute.cs
1307 2003-02-18  Alan Tam <Tam@SiuLung.com>
1309         * list.unix (): Add DesignerCategoryAttribute.cs
1311 2003-01-10  Duncan Mak  <duncan@ximian.com>
1313         * list.unix (CSharpCodeCompiler): Add
1314         Microsoft.Charp.CSharpCodeCompiler for Sean Kasun.
1316 2002-12-10  Jeroen Janssen <japj@darius.demon.nl>
1317         
1318         * updated .build file(s) to correctly contain required buildfile 
1319           attribute for nant
1321 2002-12-07 Jackson Harper <jackson@latitudegeo.com>
1323         * list list.unix: Put CSharpCodeGenerator.cs back in build
1325 2002-12-07 Jackson Harper <jackson@latitudegeo.com>
1327         * list list.unix: Removed Compiler classes that are being moved to their own assembly
1329 2002-12-05 Alejandro Sánchez Acosta  <raciel@gnome.org>
1331         * list.unix: updated.
1333 2002-11-30 Alejandro Sánchez Acosta  <raciel@es.gnu.org>
1335         * list.unix: Changed.
1336         * System.ComponentModel.Design: Added
1338 2002-11-11 Tim Coleman <tim@timcoleman.com>
1339         * list.unix:
1340         * list:
1341         * System.ComponentModel/DesignTimeVisibleAttribute.cs:
1342                 Add new class
1344 2002-11-06 Jackson Harper <jackson@latitudegeo.com>
1346         * list.unix: Added Microsoft.CSharp/Compiler.cs to build
1347         
1348 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1350         * list.unix: added new files.
1352 2002-11-04  Tim Coleman <tim@timcoleman.com>
1353         * System.ComponentModel/RefreshProperties.cs:
1354         * System.ComponentModel/RefreshPropertiesAttribute.cs:
1355                 Add new classes
1357 2002-11-02  Duncan Mak  <duncan@ximian.com>
1359         * list.unix: Added InvalidEnumArgumentException.
1361 2002-10-31  Dick Porter  <dick@ximian.com>
1363         * list.unix: Added MonoIO and MonoIOError to the build
1365 2002-10-29  Daniel Morgan <danmorg@sc.rr.com>
1367         * System.ComponentModel/PropertyDescriptor.cs: added
1368         missing abstract methods and properties
1370         * System.ComponentModel/DerivedPropertyDescriptor.cs: implemented
1371         SetValue and added stubs for missing methods and properties
1372         
1373 2002-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1375         * list.unix: added new files in System.Configuration.
1377 2002-10-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1379         * list.unix: added new files.
1381 2002-08-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1383         * System.ComponentModel/Component.cs:
1384         * System.ComponentModel/ComponentCollection.cs:
1385         * System.ComponentModel/Container.cs:
1386         * System.ComponentModel/MarshalByValueComponent.cs:
1387         * System.Diagnostics/Process.cs:
1388         * System.Diagnostics/TextWriterTraceListener.cs:
1389         * System.IO/FileSystemWatcher.cs:
1390         IDisposable fixes.
1392 2002-08-15  Tim Coleman <tim@timcoleman.com>
1393         * list.unix: Added System.IO files.
1395 2002-07-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1397         * list:
1398         * list.unix: added EnumConverter.cs
1400 2002-07-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1402         * list:
1403         * list.unix: added DerivedPropertyDescriptor.cs
1405 2002-07-22  Tim Coleman <tim@timcoleman.com>
1406         * list.unix: Added new file
1407                 System.ComponentModel.RecommendedAsConfigurableAttribute.cs
1408                 to build on unix.
1410 2002-07-22  Tim Coleman <tim@timcoleman.com>
1411         * list.unix: Added files to the build for linux
1412                 System.ComponentModel.BindableAttribute.cs,
1413                 System.ComponentModel.BindableSupport.cs,
1414                 System.ComponentModel.ExpandableObjectConverter.cs,
1415                 System.ComponentModel.NotifyParentPropertyAttribute.cs,
1416                 System.ComponentModel.ToolboxItemAttribute.cs,
1418 2002-07-22  Tim Coleman <tim@timcoleman.com>
1419         * list.unix: Added System.ComponentModel/DefaultEventAttribute.cs
1420                 and System.ComponentModel.DefaultProperty.cs to build
1423 2002-06-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1425         * System.build: removed System.Drawing.dll dependency.
1427 2002-06-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1429         * System.build: referenced System.Drawing.dll.
1431 2002-05-12  Lawrence Pit <loz@cable.a2000.nl>
1433         * System.Security.Cryptography.X509Certificates: directory added
1434         
1435 2002-05-09  Rodrigo Moya <rodrigo@ximian.com>
1437         * System.build: don't exclude anymore excluded files in
1438         System.ComponentModel. They compile on Linux, so they might also
1439         on Windows.
1441 2002-05-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1443         * System.build: excluded EventDescriptor.cs, 
1444         EventDescriptorCollection.cs and ICustomTypeDescriptor.cs.
1446 2002-04-08  Nick Drochak  <ndrochak@gol.com>
1448         * System.build: Build System.dll with mono's corlib.dll and 
1449         System.Xml.dll.
1451 2002-01-23  Dick Porter  <dick@ximian.com>
1453         * System.build: Start build System.Net.Sockets.Socket.cs,
1454         TcpClient.cs and TcpListener.cs
1456 2001-12-07  Nick Drochak <ndrochak@gol.com>
1458         * ChangeLog: Add the change log to this directory
1460         * System.build: Add dependancy on linux target to test target. Need to 
1461         have the dll before we can test it, right?  Plus it encourages others 
1462         to try 'make test'.