1 2009-10-15 Jb Evain <jbevain@novell.com>
3 * monotouch_System.dll.sources: add Semaphore to MonoTouch.
5 2009-10-14 Jonathan Pryor <jpryor@novell.com>
7 * monotouch_System.dll.sources: Add lots of additional .NET 2.0
8 functionality to the MonoTouch profile.
10 2009-09-26 Sebastien Pouliot <sebastien@ximian.com>
12 * System_test.dll.sources: Add unit tests for SocketAsyncEventArgs
14 2009-09-21 Sebastien Pouliot <sebastien@ximian.com>
16 * net_2_1_raw_System.dll.sources: Remove System.Net.Mime since
17 System.Runtime.Serialization does not need them anymore
19 2009-09-14 Jonathan Pryor <jpryor@novell.com>
21 * MonoTouch/MonoPInvokeCallbackAttribute.cs: Added.
22 * monotouch_System.dll.sources: Include MonoPInvokeCallbackAttribute.
24 2009-08-26 Gonzalo Paniagua Javier <gonzalo@novell.com>
27 * monotouch_System.dll.sources:
28 * System20.csproj: add Mono.Http/NtmlClient.cs
30 * Mono.Http/ChangeLog: New file.
31 * Mono.Http/NtlmClient.cs: copied from Mono.Http.
32 * System.Net/NtlmClient.cs: use Mono.Http.NtmlClient from System
33 instead of dynamically loading the one in Mono.Http.
35 2009-08-11 Jérémie Laval <jeremie.laval@gmail.com>
37 * System.dll.sources: Adding ParallelFx files.
38 * System_test.dll.sources: Adding ParallelFx test files.
40 2009-07-26 Raja R Harinath <harinath@hurrynot.org>
42 * Makefile ($(build_lib)): Make CYCLIC_DEP_FILES depend on this.
44 2009-07-22 Jb Evain <jbevain@novell.com>
46 * monotouch_System.dll.sources: bring Process in.
48 2009-06-28 Gert Driesen <drieseng@users.sourceforge.net>
50 * System_test.dll.sources: Added IPv6MulticastOptionTest.cs and
51 MulticastOptionTest.cs.
53 2009-05-14 Jonathan Pryor <jpryor@novell.com>
55 * Makefile: Distribute Test/test-config-file-net-2.0.
57 2009-05-13 Jonathan Pryor <jpryor@novell.com>
59 * System_test.dll.sources: Add ListChangedEventArgsTest.cs.
61 2009-05-13 Jonathan Pryor <jpryor@novell.com>
63 * Makefile: $(test_lib).config needs to be profile-specific.
65 2009-04-23 Sebastien Pouliot <sebastien@ximian.com>
67 * net_2_1_raw_System.dll.sources: Remove some unneeded files.
69 2009-04-21 Sebastien Pouliot <sebastien@ximian.com>
71 * System_test.dll.sources: Add EndPointTest.cs
73 2009-04-16 Sebastien Pouliot <sebastien@ximian.com>
75 * net_2_1_raw_System.dll.sources: Remove corlib's files since System
76 can now access, for 2.1 (moonlight) corlib's internals.
78 2009-04-09 Sebastien Pouliot <sebastien@ximian.com>
80 * System.dll.sources: Add System.Net.Sockets/Socket_2_1.cs
82 2009-01-07 Sebastien Pouliot <sebastien@ximian.com>
84 * net_2_1_raw_System.dll.sources: Add System/UriTypeConverter.cs to
87 2009-01-07 Geoff Norton <gnorton@novell.com>
89 * Makefile: Respect platform specific test harness exclusions.
91 2008-12-25 Leszek Ciesielski <skolima@gmail.com>
93 * System.Diagnostics/Process.cs: Raise the
94 Process.OutputDataReceived and Process.ErrorDataReceived with null
95 arguments at the end. This is the documented behavior:
97 http://msdn.microsoft.com/en-us/library/system.diagnostics.datareceivedeventargs.data.aspx
99 And CruiseControl.NET depended on this. Bug #459450.
101 * Microsoft.CSharp/CSharpCodeCompiler.cs: Fix the code, as it
102 depened on the previous broken behavior.
105 2008-12-22 Ivan N. Zlatev <contact@i-nz.net>
107 * System_test.dll.sources: Added ReferenceConverterTest.cs.
109 2008-12-19 Rolf Bjarne Kvinge <RKvinge@novell.com>
111 * net_2_1_raw_System.dll.sources: Added IEditableObject.cs
113 2008-12-09 Christian Hergert <christian.hergert@gmail.com>
115 * System_test.dll.sources: Addded CounterCreationDataTest.cs
117 2008-12-06 Ivan N. Zlatev <contact@i-nz.net>
119 * System_test.dll.sources: Addded NullableConverterTest.cs
121 2008-11-25 Atsushi Enomoto <atsushi@ximian.com>
123 * Makefile : update old nunit options that break upgrade to 2.4.
125 2008-11-03 Gonzalo Paniagua Javier <gonzalo@novell.com>
127 * System_test.dll.sources: add FtpWebRequestTest.cs
129 2008-10-17 Raja R Harinath <harinath@hurrynot.org>
131 Make robust to 'make clean; make'
132 * Makefile (CYCLIC_DEPS): If we're using BOOT_COMPILE, don't
133 bother looking for cyclic dependencies -- they'll fail to load
134 even if the dlls exist.
135 (handle-missing-deps): Rename from 'echo-warning'. Remove cyclic
136 dependencies for real, if they exist.
137 Reported by Jonathan Pryor.
139 2008-09-14 Gert Driesen <drieseng@users.sourceforge.net>
141 * System_test.dll.sources: Added ConfigXmlDocumentTest.cs.
143 2008-09-14 Zoltan Varga <vargaz@gmail.com>
145 * Makefile (regex-check): New helper target to run the perl regex test suite.
147 2008-08-16 Gert Driesen <drieseng@users.sourceforge.net>
149 * System_test.dll.sources: Added SmtpExceptionTest.cs.
151 2008-08-07 Sebastien Pouliot <sebastien@ximian.com>
153 * net_2_1_raw_System.dll.sources: Add existing System/UriIdnScope.cs
154 * System_test.dll.sources: Add System.ComponentModel/
155 DefaultValueAttributeTest.cs to the test suite
157 2008-08-06 Sebastien Pouliot <sebastien@ximian.com>
159 * net_2_1_raw_System.dll.sources: Add System.CodeDom.Compiler/
160 GeneratedCodeAttribute.cs since it's part of SL2 beta 2.
162 2008-07-31 Jb Evain <jbevain@novell.com>
164 * net_2_1_raw_System.dll.sources: fine tune.
166 2008-07-25 Gert Driesen <drieseng@users.sourceforge.net>
168 * System_test.dll.sources: Added HttpWebResponseTest.cs.
170 2008-07-14 Marek Habersack <mhabersack@novell.com>
172 * System.dll.sources: added
173 System.Net.NetworkInformation/LinuxNetworkInterfaceMarshal.cs
175 2008-06-27 Gert Driesen <drieseng@users.sourceforge.net>
177 * System_test.dll.sources: Added EventDescriptorCollectionTest.cs.
179 2008-06-25 Gert Driesen <drieseng@users.sourceforge.net>
181 * System_test.dll.sources: Added ConfigurationExceptionTest.cs.
183 2008-05-21 Atsushi Enomoto <atsushi@ximian.com>
185 * System.dll.sources :
186 added INotifyPropertyChanging stuff (new in 2.0 SP1).
188 2008-04-16 Marek Habersack <mhabersack@novell.com>
190 * System_test.dll.sources: added
191 System.ComponentModel/ComponentConverterTests.cs
193 * Makefile (TEST_MCS_FLAGS): reference -r:System.Data for new
196 2008-04-13 Jb Evain <jbevain@novell.com>
198 * net_2_1_raw_System.dll.sources: tune out some
199 uneeded sources for the 2.1 profile.
200 Merged from the Moonlight 2 branch.
202 2008-03-15 Gert Driesen <drieseng@users.sourceforge.net>
204 * System_test.dll.sources: Added DesignerAttributeTest.cs.
206 2008-03-03 Zoltan Varga <vargaz@gmail.com>
208 * System.dll.sources: Add the new regex interpreter/compiler sources, not yet
211 * net_2_1_raw_System.dll.sources: Ditto.
213 2008-02-18 Raja R Harinath <harinath@hurrynot.org>
215 * Makefile (CYCLIC_DEPS): Don't use $(eval ...) -- we still
216 support older GNU makes.
218 2008-02-17 Gert Driesen <drieseng@users.sourceforge.net>
220 * System_test.dll.sources: Added CharConverterTest.cs and
221 CultureInfoConverterTest.cs.
223 2008-02-17 Raja R Harinath <harinath@hurrynot.org>
225 * Makefile (CYCLIC_DEPS): New macro.
226 (CYCLIC_DEP_FILES): Use it to clean up handling of cyclic dependencies.
227 * net_2_1_raw_System.dll.sources: Rename from net_2_1_System.dll.sources.
228 * net_2_1_bootstrap_System.dll.sources: New.
230 2008-02-10 Juraj Skripsky <js@hotfeet.ch>
232 * System.dll.sources: Added ICodeDomVisitor.cs.
234 2008-01-23 Gert Driesen <drieseng@users.sourceforge.net>
236 * System_test.dll.sources: Added FileVersionInfoTest.cs.
238 2007-12-24 Gert Driesen <drieseng@users.sourceforge.net>
240 * System_test.dll.sources: Added CheckoutExceptionTest.cs.
242 2007-12-15 Marek Habersack <mhabersack@novell.com>
244 * System.dll.sources: added
245 System.CodeDom.Compiler/CompilerProviderOption.cs and
246 System.CodeDom.Compiler/CompilerProviderOptionsCollection.cs
248 2007-12-04 Gert Driesen <drieseng@users.sourceforge.net>
250 * System_test.dll.sources: Added Win32ExceptionTest.cs.
252 2007-11-12 Atsushi Enomoto <atsushi@ximian.com>
254 * System.dll.sources : added S.R.InteropSvcs.ComTypes types.
256 2007-11-08 Jb Evain <jbevain@novell.com>
258 * net_2_1_System.dll.sources: use the custom
261 2007-11-07 Gert Driesen <drieseng@users.sourceforge.net>
263 * System.dll.sources: Added Win32SoundPlayer.cs.
265 2007-11-03 Gert Driesen <drieseng@users.sourceforge.net>
267 * System_test.dll.sources: Added InvalidEnumArgumentExceptionTest.cs.
269 2007-10-22 Jb Evain <jbevain@novell.com>
271 * net_2_1_System.dll.sources: remove System.Net.Mail.*
273 2007-09-29 Gert Driesen <drieseng@users.sourceforge.net>
275 * System_test.dll.sources: Added HttpListenerRequestTest.cs.
277 2007-09-27 Atsushi Enomoto <atsushi@ximian.com>
279 * System.dll.sources : added ITypeDiscoveryService.cs.
281 2007-09-25 Jonathan Pobst <monkey@jpobst.com>
283 * System_test.dll.sources: Added AsyncOperationManagerTest.cs.
285 2007-09-17 Gert Driesen <drieseng@users.sourceforge.net>
287 * System_test.dll.sources: Added ComponentResourceManagerTest.cs.
289 2007-09-05 Atsushi Enomoto <atsushi@ximian.com>
291 * System.dll.sources : added HandleCollector.cs.
293 2007-09-05 Gert Driesen <drieseng@users.sourceforge.net>
295 * System_test.dll.sources: Added EnumConverterTest.cs.
297 2007-08-29 Ivan N. Zlatev <contact@i-nz.net>
299 * System.dll.sources: add DefaultSerializationProviderAttribute.cs,
300 ComponentSerializationService.cs, MemberRelationship.cs,
301 SerializationStore.cs, MemberRelationshipService.cs,
302 DesignerOptionService.cs, ITreeDesigner.cs
304 2007-08-29 Atsushi Enomoto <atsushi@ximian.com>
306 * System.dll.sources : added Win32NetworkInterfaceMarshal.cs.
308 2007-08-24 Atsushi Enomoto <atsushi@ximian.com>
310 * Makefile : split PREBUILT_DEP from CONFIGURATION_DEP so that the
311 prebuilt System.dll could be referenced for security stuff too.
313 2007-08-09 Atsushi Enomoto <atsushi@ximian.com>
315 * net_2_1_System.dll.sources :
316 Replaced HttpWebRequest and HttpWebResponse with those for 2.1,
317 and removed related 2.0-only types.
319 2007-08-09 Jb Evain <jbevain@novell.com>
321 * net_2_1_System.dll.sources: use a special .sources file
324 2007-08-06 Atsushi Enomoto <atsushi@ximian.com>
326 * System.dll.sources : added PerformanceCounterInstanceLifetime.cs
327 and PerformanceCounterCategoryType.cs.
329 2007-08-01 Atsushi Enomoto <atsushi@ximian.com>
331 * System_test.dll.sources : added BackgroundWorkerTest.cs.
333 2007-07-20 Jb Evain <jbevain@novell.com>
335 * Makefile: no need for the deps for installing in 2.1.
337 2007-07-11 Alan McGovern <amcgovern@novell.com>
339 * Uri.cs: Fix for #78781 applied.
341 2007-07-11 Ankit Jain <jankit@novell.com>
343 * System_test.dll.sources: Add ProcessStartInfoTest.cs.
345 2007-06-12 Marek Safar <marek.safar@gmail.com>
347 * Makefile: Check only major framework version to do 2.x build.
349 2007-06-05 Raja R Harinath <harinath@gmail.com>
351 Make cyclic-dependency handling more readable
352 * Makefile (MISSING_DEPS): New. Contains the list of cyclic
353 dependencies that aren't present.
354 (echo-warning): Simplify drastically.
356 2007-06-04 Atsushi Enomoto <atsushi@ximian.com>
358 * System.dll.sources :
359 added CustomizableLocalFileSettingsProvider.cs.
361 2007-05-31 Atsushi Enomoto <atsushi@ximian.com>
363 * System.dll.sources :
364 added couple of new 2.0 sys.ComponentModel types.
366 2007-05-31 Rolf Bjarne Kvinge <RKvinge@novell.com>
368 * System.dll.sources: Added LookupBindingPropertiesAttribute.cs.
369 * System_test.dll.sources: Added
370 LookupBindingPropertiesAttributeTest.cs
372 2007-05-30 Sebastien Pouliot <sebastien@ximian.com>
374 * System.dll.sources: Add S.C.D.IComponentDiscoveryService
376 2007-05-30 Atsushi Enomoto <atsushi@ximian.com>
378 * System_test.dll.sources : added SettingsBaseTest.cs.
380 2007-05-28 Atsushi Enomoto <atsushi@ximian.com>
382 * System_test.dll.sources : added SettingElementTest.cs.
384 2007-05-18 Atsushi Enomoto <atsushi@ximian.com>
386 * System.dll.sources : added TraceSourceInfo.cs.
388 2007-05-17 Atsushi Enomoto <atsushi@ximian.com>
390 * System.dll.sources : added TraceOptions.cs.
392 2007-05-16 Adar Wesley <adarw@mainsoft.com>
394 * System20.csproj: added classes to compilation set IOControlCode.cs,
395 IPPacketInformation.cs
397 2007-05-14 Atsushi Enomoto <atsushi@ximian.com>
399 * System.dll.sources :
400 Added EventTypeFilter.cs, TraceFilter.cs, SourceFilter.cs,
401 DelimitedListTraceListener.cs, SwitchAttribute.cs and
402 SwitchLevelAttribute.cs in sys.diagnostics.
404 2007-05-02 Raja R Harinath <harinath@gmail.com>
406 * System.dll.sources: Add RBTree.cs.
408 2007-04-16 Rolf Bjarne Kvinge <RKvinge@novell.com>
410 * System_test.dll.sources: Added CodeGeneratorFromBinaryOperatorTest.cs.
411 2007-03-09 Chris Toshok <toshok@ximian.com>
413 * System.ComponentModel.Design/DesignerTransactionCloseEventArgs.cs:
414 update this to 2.0. massage a patch from Ivan Zlatev.
416 2007-02-27 Rolf Bjarne Kvinge <RKvinge@novell.com>
418 * System_test.dll.sources: Added MaskedTextProviderTest.cs
419 * System.dll.sources: Added MaskedTextProvider.cs
421 2007-01-29 Gert Driesen <drieseng@users.sourceforge.net>
423 * System_test.dll.sources: Added SocketResponder.cs.
425 2007-01-28 Ilya Kharmatsky <ilyak -at- mainsoft.com>
427 * System20.vmwcsproj: Added new net_2_0 classes to the project
430 2007-01-28 Gert Driesen <drieseng@users.sourceforge.net>
432 * System_test.dll.sources: Added FileWebResponseTest.cs.
434 2007-01-18 Atsushi Enomoto <atsushi@ximian.com>
436 * System.dll.sources: added new sources:
437 TraceSource.cs, SourceLevels.cs, CorrelationManager.cs,
438 TraceEventCache.cs, TraceEventType.cs and SourceSwitch.cs.
439 * System_test.dll.sources: added new tests:
440 TraceSourceTest.cs and SourceSwitchTest.cs.
442 2007-01-11 Dick Porter <dick@ximian.com>
444 * System.dll.sources: Add System.Net.Sockets/{IOControlCode,SocketInformation,SocketInformationOptions,TransmitFileOptions}.cs
446 2007-01-02 Gert Driesen <drieseng@users.sourceforge.net>
448 * System_test.dll.sources: Added ProcessTest.cs.
450 2006-12-22 Rolf Bjarne Kvinge <RKvinge@novell.com>
452 * System_test.dll.sources: added DefaultBindingPropertyAttributeTest.cs
454 * System.dll.sources: added DefaultBindingPropertyAttribute.cs
456 2006-12-22 Sebastien Pouliot <sebastien@ximian.com>
458 * Makefile: Add some extra (PKITS related) files to dist tarball
460 2006-12-20 Chris Toshok <toshok@ximian.com>
462 * System_test.dll.sources: add AttributeProviderAttributeTest.cs
464 * System.dll.sources: add AttributeProviderAttribute.cs
466 2006-12-20 Chris Toshok <toshok@ximian.com>
468 * System_test.dll.sources: add ComplexBindingPropertiesAttributeTest.cs
470 * System.dll.sources: add ComplexBindingPropertiesAttribute.cs
472 Wed Dec 20 19:30:27 CET 2006 Paolo Molaro <lupus@ximian.com>
474 * Makefile, resources/*.wav, System.dll.sources: added sound
475 samples provided by Clint Herron. Enabled System.Media namespace.
477 2006-12-07 Sebastien Pouliot <sebastien@ximian.com>
479 * Makefile: Detect PKITS data and, if available, include the unit
480 tests with the [Category("PKITS")] attribute.
481 * System_test.dll.sources: Add PKITS-based unit tests for X509Chain.
483 2006-11-27 Andrew Skiba <andrews@mainsoft.com>
485 * System-tests20.sln, System-tests20.vmcsproj, run-tests.bat: added
486 Grasshopper test project and bat file.
488 2006-11-17 Sebastien Pouliot <sebastien@ximian.com>
490 * System_test.dll.sources: Add unit tests for System.Security.
491 Cryptography.X509Certificates/X509Certificate2Collection and
492 X509ExtensionCollection classes to the build.
494 2006-11-08 Gert Driesen <drieseng@users.sourceforge.net>
496 * System_test.dll.sources: Added ArrayConverterTests.cs.
498 2006-11-07 Andrew Skiba <andrews@mainsoft.com>
500 * System.Security.AccessControl/SemaphoreAuditRule.cs,
501 System.Net/HttpWebRequest.jvm.cs, System.Net/VMWHttpProvider.cs,
502 System.Net/HttpWebResponse.jvm.cs, System.Net/HttpStateCache.cs,
503 System.Net/HttpProvider.cs, System.Net/ServicePoint.cs,
504 System.Net.Sockets/Socket.jvm.cs, System.Net.Sockets/GHStreamSocket.cs,
505 System.Net.Sockets/GHSocketFactory.cs, System.Net.Sockets/GHStreamSocketSSL.cs,
506 System.Net.Sockets/GHSocket.cs, System.J2EE20.vmwcsproj,
507 System.J2EE20.sln, machine.config: add files and TARGET_JVM-s to compile
510 2006-11-07 Sebastien Pouliot <sebastien@ximian.com>
512 * System_test.dll.sources: Add unit tests for System.ComponentModel.
513 CollectionConverter to the build.
515 2006-11-07 Andrew Skiba <andrews@mainsoft.com>
517 * ApplicationSettingsBase.cs, AppSettingsReader.cs,
518 ConfigurationSettings.cs, LocalFileSettingsProvider.cs: exclude using
519 PrebuiltSystem on TARGET_JVM
521 2006-10-31 Sebastien Pouliot <sebastien@ximian.com>
523 * System.dll.sources: Add System.Net.Mail.SmtpPermission[Attribute] to
525 * System_test.dll.sources: Add unit tests for System.Net.Mail
526 SmtpPermission[Attribute] to the build.
528 2006-08-22 Miguel de Icaza <miguel@novell.com>
530 * System.ComponentModel.Design/HelpKeywordAttribute.cs: Add new
533 2006-08-20 Gert Driesen <drieseng@users.sourceforge.net>
535 * System_test.dll.sources: Added EventInstanceTest.cs
537 2006-08-20 Gert Driesen <drieseng@users.sourceforge.net>
539 * System.dll.sources: Added Win32EventLog.cs.
541 2006-08-14 Atsushi Enomoto <atsushi@ximian.com>
543 * System.dll.sources : added LocalFileEventLog.cs and NullEventLog.cs.
545 2006-08-14 Atsushi Enomoto <atsushi@ximian.com>
547 * System.dll.sources : reverted all recent changes on EventLogs.
548 It does not work at all.
550 2006-08-11 Gert Driesen <drieseng@users.sourceforge.net>
552 * System.dll.sources: Added UnixEventLog.cs and Win32EventLog.cs.
553 * System_test.dll.sources: Added EventLogTest.cs.
555 2006-08-09 Gert Driesen <drieseng@users.sourceforge.net>
557 * System_test.dll.souces: Added EventSourceCreationDataTest.cs.
559 2006-08-09 Gert Driesen <drieseng@users.sourceforge.net>
561 * System.dll.sources: Added EventInstance.cs, OverflowAction.cs,
562 EventSourceCreationData.cs.
564 2006-08-07 Gert Driesen <drieseng@users.sourceforge.net>
566 * System_test.dll.sources: Added X509Certificate2Test.cs.
568 2006-07-14 Peter Dennis Bartok <pbartok@novell.com>
570 * System.dll.sources: Added System.ComponentModel/MaskedTextResultHint.cs
572 2006-07-06 Dick Porter <dick@ximian.com>
574 * System.dll.sources: Added
575 System.Security.AccessControl/SemaphoreAccessRule.cs
576 System.Security.AccessControl/SemaphoreAuditRule.cs
578 2006-05-10 Atsushi Enomoto <atsushi@ximian.com>
580 * System_test.dll.sources : added ConnectionManagementSectionTest.cs
581 and WebRequestModulesSectionTest.cs.
583 2006-05-10 Atsushi Enomoto <atsushi@ximian.com>
585 * Makefile : add -r:System.Configuration under net_2_0.
587 2005-05-08 Carlos Alberto Cortez <calberto.cortez@gmail.com>
589 * Makefile: Add -unsafe flag, since it is needed in
590 System.IO.Ports.WinSerialStream.
592 2006-05-08 Atsushi Enomoto <atsushi@ximian.com>
594 * System.dll.sources : added SettingsBindableAttribute.cs.
596 2006-05-06 Carlos Alberto Cortez <calberto.cortez@gmail.com>
598 * System.dll.sources: Added new System.IO.Ports/ISerialStream.cs
601 2006-04-28 Atsushi Enomoto <atsushi@ximian.com>
603 * System.dll.sources : added a bunch of missing sys.configuration
606 2006-04-27 Atsushi Enomoto <atsushi@ximian.com>
608 * System.dll.sources : added ClientSettingsSection.cs.
610 2006-04-26 Atsushi Enomoto <atsushi@ximian.com>
612 * System.dll.sources : added ApplicationSettingsGroup.cs.
614 2006-04-20 Gert Driesen <drieseng@users.sourceforge.net>
616 * System_test.dll.sources: Added CodeGeneratorFromNamespaceTest.cs from
617 Microsoft.VisualBasic.
619 2006-04-17 Atsushi Enomoto <atsushi@ximian.com>
621 * System.dll.sources : Added AsyncOperation.cs,
622 AsyncOperationManager.cs, BackgroundWorker.cs,
623 DoWorkEventHandler.cs, DoWorkEventArgs.cs,
624 RunWorkerCompletedEventArgs.cs and
625 RunWorkerCompletedEventHandler.cs.
627 2006-04-06 Carlos Alberto Cortez <calberto.cortez@gmail.com>
629 * System.dll.sources: Added System.IO.Ports/SerialSignal.cs.
631 2006-04-05 Atsushi Enomoto <atsushi@ximian.com>
633 * System.dll.sources : added SslPolicyErrors.cs.
635 2006-04-05 Atsushi Enomoto <atsushi@ximian.com>
637 * System.dll.sources : added SortedDictionary.cs.
638 * System_test.dll.sources : added SortedDictionaryTest.cs.
640 2006-04-04 Atsushi Enomoto <atsushi@ximian.com>
642 * System.dll.sources: added DataReceivedEventArgs.cs and
643 DataReceivedEventHandler.cs.
644 * System_test.dll.sources : added StopwatchTest.cs.
646 2006-04-01 Zoltan Varga <vargaz@gmail.com>
648 * System.dll.sources: Added System.Diagnostics/Stopwatch.cs.
650 2006-03-30 Atsushi Enomoto <atsushi@ximian.com>
652 * System.dll.sources:
653 DownloadStringCompletedEventHandler.cs was missing.
655 2006-03-28 Atsushi Enomoto <atsushi@ximian.com>
657 * System.dll.sources : added ProgressChangedEvent[Args|Handler] in
658 System.ComponentModel, and several WebClient event args in
661 2006-03-09 Zoltan Varga <vargaz@gmail.com>
663 * System.dll.sources: Added System.ComponentModel.Design.Serialization/
664 CodeDomSerializerException.cs.
666 2006-02-28 Carlos Alberto Cortez <calberto.cortez@gmail.com>
668 * System.dll.sources: Forgot to add inside System.IO.Ports:
669 SerialData.cs, SerialError.cs, SerialPinChange.cs
671 2006-02-22 Kornél Pál <kornelpal@hotmail.com>
673 * System.dll.sources: Added System.IO.Ports.SerialPortStream.cs
676 2005-02-02 Carlos Alberto Cortez <calberto.cortez@gmail.com>
678 * System.dll.sources: Add the recently added System.Net 2.0
679 clases (FtpWebRequest, FtpWebResponse, FtpDataStream, FtpAsyncResult,
680 and also FtpStatusCode and WebRequestMethods).
682 2005-01-13 John Luke <john.luke@gmail.com>
684 * System_test.dll.sources: add System.Net.Mail.SmtpClient tests
686 2006-01-09 Chris Toshok <toshok@ximian.com>
688 * Makefile (LIB_MCS_FLAGS): if we're building net_2_0, define
689 CONFIGURATION_2_0 to use the new System.Configuration api.
691 2006-01-02 Chris Toshok <toshok@ximian.com>
693 * Makefile: use an external alias (PrebuiltSystem) when building
694 with CONFIGURATION_DEP.
696 2005-12-24 John Luke <john.luke@gmail.com>
698 * System_test.dll.sources: add System.Net.Mail tests
700 2005-12-23 John Luke <john.luke@gmail.com>
702 * System_test.dll.sources: add
703 System.Net.Mime/ContentDispositionTest.cs
704 System.Net.Mime/ContentTypeTest.cs
706 2005-12-13 Chris Toshok <toshok@ximian.com>
708 * System.dll.sources: add
709 System.Net.Configuration/FtpCachePolicyElement.cs.
711 2005-12-07 Robert Jordan <robertj@gmx.net>
713 * System.dll.sources: Added System.Net.Sockets/SocketError.cs.
715 2005-11-30 Gert Driesen <drieseng@users.sourceforge.net>
717 * System_test.dll.sources: Added CodeRemoveEventStatementTest.cs from
720 2005-11-26 Gert Driesen <drieseng@users.sourceforge.net>
722 * System_test.dll.sources: Added CodeGeneratorFromStatementTest.cs
723 from Microsoft.VisualBasic.
725 2005-11-20 Gert Driesen <drieseng@users.sourceforge.net>
727 * System_test.dll.sources: Added CodeNamespaceImportCollectionTest.cs,
728 CodeNamespaceCollectionTest.cs, CodeTypeDeclarationCollectionTest.cs,
729 CodeTypeMemberCollectionTest.cs, CodeTypeParameterCollectionTest.cs,
730 CodeAttributeArgumentCollectionTest.cs, CodeDirectiveCollectionTest.cs,
731 CodeAttributeDeclarationCollectionTest.cs,
732 CodeCatchClauseCollectionTest.cs,
733 CodeCommentStatementCollectionTest.cs.
735 2005-11-09 Zoltan Varga <vargaz@gmail.com>
737 * System_test.dll.sources: Add Test/System.Collections.Generic/SortedListTest.cs.
739 * System.dll.sources: Add System.Collections.Generic/SortedList.cs.
741 2005-11-08 Gert Driesen <drieseng@users.sourceforge.net>
743 * System_test.dll.sources: Added CodeExpressionCollectionTest.cs,
744 CodeParameterDeclarationExpressionCollectionTest.cs,
745 CodeTypeReferenceCollectionTest.cs.
747 2005-11-04 Gert Driesen <drieseng@users.sourceforge.net>
749 * System_test.dll.sources: Added CodeCastExpressionTest.cs,
750 CodeCatchClauseTest.cs, CodeChecksumPragmaTest.cs,
751 CodeConstructorTest.cs, CodeDefaultValueExpressionTest.cs;
752 CodeDelegateCreateExpressionTest.cs, CodeEventReferenceExpressionTest.cs
753 CodeGotoStatementTest.cs, CodeLabeledStatementTest.cs,
754 CodeLinePragmaTest.cs, CodeMemberMethodTest.cs,
755 CodeMethodInvokeExpressionTest.cs, CodeMethodReferenceExpressionTest.cs,
756 CodeNamespaceImportTest.cs, CodeNamespaceTest.cs,
757 CodeObjectCreateExpressionTest.cs,
758 CodeParameterDeclarationExpressionTest.cs,
759 CodePropertyReferenceExpressionTest.cs, CodeRegionDirectiveTest.cs,
760 CodeSnippetCompileUnitTest.cs, CodeSnippetExpressionTest.cs,
761 CodeSnippetStatementTest.cs, CodeSnippetTypeMemberTest.cs,
762 CodeStatementCollectionTest.cs, CodeTypeConstructorTest.cs,
763 CodeTypeParameterTest.cs, CodeTypeOfExpressionTest.cs,
764 CodeTypeReferenceExpressionTest.cs,
765 CodeVariableDeclarationStatementTest.cs,
766 CodeVariableReferenceExpressionTest.cs
768 2005-10-24 Gert Driesen <drieseng@users.sourceforge.net>
770 * System_test.dll.sources: Added CodeArgumentReferenceExceptionTest.cs,
771 CodeArrayCreateExpressionTest.cs, CodeAttachEventStatementTest.cs,
772 CodeAttributeArgumentTest.cs, CodeAttributeDeclarationTest.cs.
774 2005-10-18 Gert Driesen <drieseng@users.sourceforge.net>
776 * System_test.dll.sources: Added HttpWebRequestElementTest.cs
777 from Test/System.Net.Configuration.
779 2005-10-07 Gert Driesen <drieseng@users.sourceforge.net>
781 * System_test.dll.sources: Added CodeGeneratorTypeOutputTest.cs
782 from Test/Microsoft.CSharp.
784 2005-10-05 Atsushi Enomoto <atsushi@ximian.com>
786 * System.dll.sources: added System.Net/AuthenticationSchemes.cs.
788 2005-09-23 Chris Toshok <toshok@ximian.com>
790 * System.dll.sources: remove the System.Configuration.Property/*
792 * System.Configuration.Property/*: move to ../System.Configuration
795 2005-09-19 Chris Toshok <toshok@ximian.com>
797 * System.Configuration/ProviderBase.cs: nuke this - it's in
798 System.Configuration.Provider.
800 * System/InvalidDataException.cs: move this to System.IO, where it
803 * System.dll.sources: track movement of InvalidDataException.cs
804 and removal of ProviderBase.cs
806 2005-09-19 Gert Driesen <drieseng@users.sourceforge.net>
808 * System_test.dll.sources: Added TypeConverterTest.cs and
809 PropertyDescriptorCollection.cs.
811 2005-09-04 David Waite <mass@akuma.org>
813 * System.dll.sources, System_test.dll.sources: Added LinkedList.cs,
814 LinkedListNode.cs and LinkedListTest.cs
816 2005-08-28 Gert Driesen <drieseng@users.sourceforge.net>
818 * System_test.dll.sources: Added DateTimeConverterTests.cs.
820 2005-08-23 Raja R Harinath <rharinath@novell.com>
822 * System.dll.sources: Update.
824 2005-08-18 Gert Driesen <drieseng@users.sourceforge.net>
826 * System_test.dll.sources: Added DecimalConverterTests.cs,
827 DoubleConverterTests.cs, Int64ConverterTests.cs, SByteConverterTests.cs
828 SingleConverterTests.cs, UInt16ConverterTests.cs,
829 UInt32ConverterTests.cs, UInt64ConverterTests.cs.
831 2005-08-16 Gert Driesen <drieseng@users.sourceforge.net>
833 * System_test.dll.sources: Added ByteConverterTests.cs,
834 Int16ConverterTests.cs and Int32ConverterTests.cs.
835 * Makefile: We also need to reference System.Drawing assembly to
838 2005-08-16 Gert Driesen <drieseng@users.sourceforge.net>
840 * System_test.dll.sources: Added ToolboxItemAttributeTests.cs from
841 System.ComponentModel.
844 2005-07-24 Gert Driesen <drieseng@users.sourceforge.net>
846 * System_test.dll.sources: Added CodeTypeDelegateTest.cs from
849 2005-07-21 Gert Driesen <drieseng@users.sourceforge.net>
851 * System_test.dll.sources: Added CodeGeneratorTest.cs from
852 System.CodeDom.Compiler.
854 2005-07-21 Gert Driesen <drieseng@users.sourceforge.net>
856 * System_test.dll.sources: Added CodeGeneratorFromTypeTestBase.cs
857 and CodeGeneratorTestBase.cs from System.CodeDom.Compiler.
859 2005-06-28 Gert Driesen <drieseng@users.sourceforge.net>
861 * System_test.dll.sources: Added CodeTypeReferenceTest.cs from
864 2005-06-27 Gert Driesen <drieseng@users.sourceforge.net>
866 * System_test.dll.sources: Added CodeGeneratorFromExpressionTest.cs
867 from Microsoft.VisualBasic.
869 2005-06-27 Gert Driesen <drieseng@users.sourceforge.net>
871 * System_test.dll.sources: Added CodeMemberPropertyTest.cs from
874 2005-06-25 Gert Driesen <drieseng@users.sourceforge.net>
876 * System_test.dll.sources: Added CodeMemberFieldTest.cs from
879 2005-06-25 Gert Driesen <drieseng@users.sourceforge.net>
881 * System_test.dll.sources: Added CodeGeneratorFromTypeTest.cs from
882 Microsoft.VisualBasic.
884 2005-06-25 Gert Driesen <drieseng@users.sourceforge.net>
886 * System_test.dll.sources: Added CodeGeneratorTestBase.cs and
887 CodeGeneratorFromCompileUnitTest.cs from Microsoft.VisualBasic.
889 2005-06-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
891 * Makefile: added reference to Mono.Security.dll when building the
894 2005-06-22 Sebastien Pouliot <sebastien@ximian.com>
896 * Makefile: Removed LIB_MCS_FLAGS for referencing corlib and added the
897 __SECURITY_BOOTSTRAP_DB export. This will allow the work on #74975 to
898 continue and shouldn't cause any harm to Linux or Cygwin builds.
900 2005-06-15 Lluis Sanchez Gual <lluis@novell.com>
902 * System.dll.sources: Added ProviderBase.cs.
904 2005-06-14 Lluis Sanchez Gual <lluis@novell.com>
906 * System.dll.sources: Removed some files that have been moved to the
907 new System.Configuration assembly.
908 * Makefile: Handle the cyclic dependency with the new
909 System.Configuration assembly.
911 2005-05-30 Gert Driesen <drieseng@users.sourceforge.net>
913 * System_test.dll.sources: Added CSharpCodeProviderTest.cs
915 2005-05-28 Kornél Pál <kornelpal@hotmail.com>
917 * System_test.dll.sources: Added TimerTest.cs.
919 2005-05-20 Sebastien Pouliot <sebastien@ximian.com>
921 * System_test.dll.sources: Added new CAS unit tests for NetworkStream,
922 Socket and TcpClient to the build (stack propagation in async calls).
924 2005-05-20 Raja R Harinath <rharinath@novell.com>
926 * System_test.dll.sources: Add
927 System.Text.RegularExpressions/RegexReplace.cs.
929 * System.dll.sources: Update to reflect split-up of
930 System.Text.RegularExpressions/match.cs.
932 2005-05-19 Sebastien Pouliot <sebastien@ximian.com>
934 * Makefile: Do not report Obsolete warnings when compiling unit tests.
935 * System_test.dll.sources: Added new CAS unit tests to the build.
937 2005-05-13 Atsushi Enomoto <atsushi@ximian.com>
939 * System_test.dll.sources,
940 System.dll.sources: generic Queue.cs and Stack.cs are now in System.
942 2005-03-14 Raja R Harinath <rharinath@novell.com>
944 * Makefile (NO_INSTALL): Define during the first pass.
946 2005-03-04 Lluis Sanchez Gual <lluis@novell.com>
948 * System.dll.sources: Added OrderedDictionary.cs.
950 2005-02-22 Sureshkumar T <tsureshkumar@novell.com>
952 * System.dll.sources: Added files.
953 System.Configuration/ConnectionStringSettingsCollection.cs
954 System.Configuration/ConnectionStringSettings.cs
956 2005-02-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
958 * System.dll.sources: added CodeDomConfigurationHandler.
960 2005-02-03 Raja R Harinath <rharinath@novell.com>
962 * Makefile (TEST_RESOURCES): New.
963 (EXTRA_DISTFILES): Distribute them.
965 2005-02-02 Ben Maurer <bmaurer@ximian.com>
967 * Makefile: Embed the uri stuff as a resource.
969 2005-01-24 Raja R Harinath <rharinath@novell.com>
971 Add circular dependency on System.Security.dll.
972 * Makefile (XML_DEP, XML_DEP_FILE): Rename from CYCLIC_DEP and
974 (SECURITY_DEP, SECURITY_DEP_FILE): Parallel defines for expressing
975 cyclic dependency on System.Security.dll. Defined only in NET2.0
977 (CYCLIC_DEPS, CYCLIC_DEP_FILES): New. Used to detect which of the
978 dependencies are present.
979 (echo-warning, LIB_MCS_FLAGS): Update to reflect new circular
982 2005-01-20 Miguel de Icaza <miguel@ximian.com>
984 * Add a couple more -nowarns when compiling tests.
986 2005-01-17 Raja R Harinath <rharinath@novell.com>
988 * Makefile ($(test_lib).config): New. Create it when test library
990 (CLEAN_FILES): Remove it.
991 (test-recursive,clean-recursive): Delete.
993 2005-01-14 Jonathan Pryor (jonpryor@vt.edu)
995 * Makefile: Add test-recursive and clean-recursive targets. Test-recursive
996 creates a Syste_test_PROFILE.dll.config file, required for the Switch
997 regression tests, and clean-recursive cleans up this file.
998 * System_test_default.dll.config, System_test.dll.config: Delete. These are
999 no longer necessary as the appropriate file is generated in test-recursive.
1001 2005-01-10 Lluis Sanchez Gual <lluis@novell.com>
1003 * System.dll.sources: Added new file:
1004 System.ComponentModel/BindingDirection.cs
1006 2004-12-26 Zoltan Varga <vargaz@freemail.hu>
1008 * System.IO.Ports/ChangeLog: New file.
1010 2004-12-21 Chris Toshok <toshok@ximian.com>
1012 * System.dll.sources: add System.IO.Ports/*.
1014 * System.IO.Ports/SerialPort.cs,
1015 System.IO.Ports/SerialReceivedEventArgs.cs,
1016 System.IO.Ports/SerialPinChangedEventArgs.cs,
1017 System.IO.Ports/SerialErrorEventArgs.cs: initial import of the
1018 System.IO.Ports stuff.
1020 2004-12-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1022 * System_test.dll.sources: added CookieContainerTest.cs.
1024 2004-11-19 Raja R Harinath <rharinath@novell.com>
1026 * Makefile (USE_BOOT_COMPILE): Re-organize to use BOOT_COMPILE
1027 during the first pass.
1028 (BOOTSTRAP_MCS): Use mscorlib.dll from the net_2_0 profile.
1030 2004-11-18 Lluis Sanchez Gual <lluis@novell.com>
1032 * System.dll.sources: Added new files:
1033 System.Configuration/ProviderSettings.cs
1034 System.Configuration/ProviderSettingsCollection.cs
1035 System.Configuration.Provider/ProviderBase.cs
1037 2004-11-15 Lluis Sanchez Gual <lluis@novell.com>
1039 * System.dll.sources: Added new files:
1040 System.Configuration/TimeSpanConfigurationProperty.cs
1041 System.Configuration/TimeSpanPropertyFlags.cs
1042 System.Configuration/TimeSpanSerializedFormat.cs
1044 2004-11-09 Lluis Sanchez Gual <lluis@novell.com>
1046 * System.dll.sources: Added new files:
1047 System.Configuration/NonEmptyStringConfigurationProperty.cs
1048 System.Configuration/NonEmptyStringFlags.cs
1050 2004-11-04 Lluis Sanchez Gual <lluis@novell.com>
1052 * System.dll.sources: Added new files:
1053 System.Configuration/ConfigInfo.cs
1054 System.Configuration/IntegerConfigurationProperty.cs
1055 System.Configuration/RuntimeOnlySection.cs
1056 System.Configuration/SectionInfo.cs
1057 System.Configuration/SectionGroupInfo.cs
1059 2004-09-21 Raja R Harinath <rharinath@novell.com>
1061 * Makefile (lib_file) [PROFILE=net_2_0]: New test. Use
1062 net_2_0_bootstrap libraries if necessary.
1063 ($(the_lib)): Don't depend on a phony target. Move 'echo-warning' ...
1064 (all-local): ... here. Will now warn unnecessarily, but is better
1065 than rebuilding the library each time.
1067 2004-09-20 Gert Driesen <drieseng@users.sourceforge.net>
1069 * System.dll.sources: Moved ReadOnlyCollection.cs and Collection.cs
1070 from corlib to System.Collections.Generic in System assembly
1072 2004-09-13 Tim Coleman <tim@timcoleman.com>
1073 * System.dll.sources: Add new classes in System.Net.Security and
1074 System.Security.Authentication for Fx 2.0
1076 2004-09-12 Gert Driesen <drieseng@users.sourceforge.net>
1078 * System.dll.sources: removed duplicate entry for System.Net.
1079 Configuration.WebRequestModuleHandler
1081 2004-09-11 Sebastien Pouliot <sebastien@ximian.com>
1083 * System_test.dll.sources: Added unit tests for System.Diagnostics.
1084 EventLogPermission and PerformanceCounterPermission.
1086 2004-09-10 Sebastien Pouliot <sebastien@ximian.com>
1088 * System_test.dll.sources: Added PermissionHelper to the build.
1089 * System_test.dll.sources: Added unit tests for System.Security.
1090 Permissions.ResourcePermissionBase and ResourcePermissionBaseEntry,
1091 System.Web.AspNetHostingPermission and AspNetHostingPermissionAttribute.
1093 2004-09-10 Tim Coleman <tim@timcoleman.com>
1094 * System.dll.sources: Add System.Net.Cache, System.Net.Configuration,
1095 System.Net.Mail, System.Configuration classes
1097 2004-09-09 Tim Coleman <tim@timcoleman.com>
1098 * System.dll.sources: Add new System.Net.Mail classes
1100 2004-09-04 Tim Coleman <tim@timcoleman.com>
1101 * System.dll.sources: Add System.Net.Mail and System.Net.Mime classes.
1103 2004-09-03 Tim Coleman <tim@timcoleman.com>
1104 * System.dll.sources: Add new class in System.Net
1106 2004-08-16 Duncan Mak <duncan@ximian.com>
1108 * System.dll.sources: Added new classes in System.Configuration.
1110 2004-07-14 Atsushi Enomoto <atsushi@ximian.com>
1112 * System.dll.sources:
1113 Added IChangeTracking.cs and IRevertibleChangeTracking.cs
1115 2004-07-09 LLuis Sanchez Gual <lluis@novell.com>
1117 * System.dll.sources: Added files
1118 System.ComponentModel/AsyncCompletedEventArgs.cs
1119 System.ComponentModel/AsyncCompletedEventHandler.cs
1121 2004-07-02 Raja R Harinath <rharinath@novell.com>
1123 * Makefile (LIBRARY_USE_INTERMEDIATE_FILE): Define.
1125 2004-06-13 Gert Driesen <drieseng@users.sourceforge.net>
1127 * System_test.dll.sources: Added IndentedTextWriterTest to unit
1130 2004-06-10 Raja R Harinath <rharinath@novell.com>
1132 * Makefile (LIBRARY_COMPILE): Define only if 'USE_BOOT_COMPILE' is
1133 defined. Don't conflate building a non-Xml temporary System.dll
1134 with building System.dll for bootstrapping mcs.
1136 2004-06-09 Raja R Harinath <rharinath@novell.com>
1138 * Makefile (CYCLIC_DEP_FILE): New. Used to detect if
1139 System.Xml.dll is present.
1140 (SECOND_PASS): Remove.
1142 2004-06-05 Sebastien Pouliot <sebastien@ximian.com>
1144 * System_test.dll.sources: Added X509CertificateCollectionTest
1147 2004-06-03 Atsushi Enomoto <atsushi@ximian.com>
1149 * Makefile : add run-test-ondotnet target support.
1151 2004-05-24 Raja R Harinath <rharinath@novell.com>
1153 * Makefile (EXTRA_FLAGS): Remove.
1154 (LIBRARY_COMPILE) [!HAVE_SYSTEM_XML]: Use $(BOOT_COMPILE) for
1155 non-Xml first build.
1156 (all-local) [!SECOND_PASS]: Simplify.
1158 2004-05-10 Raja R Harinath <rharinath@novell.com>
1160 * Makefile (install-local,test-local,run-test-local,clean-local):
1161 Make cyclic-dependency safe.
1163 2004-05-07 Raja R Harinath <rharinath@novell.com>
1165 * Makefile (all-local) [SECOND_PASS]: Rewrite to use 'make' itself
1166 to determine out-of-date-ness. (This fixes an unlogged change.)
1167 (install-local,test-local,run-test-local,clean-local): Collapse
1168 near-identical rules.
1170 2004-05-07 Raja R Harinath <rharinath@novell.com>
1172 * Makefile (all-local): Built first pass with BOOT_COMPILE.
1174 2004-04-26 Jackson Harper <jackson@ximian.com>
1176 * Makefile: Use new $(PROFILE) directory to search for cyclical
1179 2004-04-16 Lluis Sanchez Gual <lluis@ximian.com>
1181 * System_test.dll.sources: Added
1182 System.ComponentModel/TypeDescriptorTests.cs.
1184 2004-04-14 Lluis Sanchez Gual <lluis@ximian.com>
1186 * System.dll.sources: Added
1187 System.ComponentModel/ReflectionEventDescriptor.cs,
1188 System.ComponentModel/ReflectionPropertyDescriptor.cs.
1190 2004-03-17 Ivan Hamilton <ivan@chimerical.com.au>
1192 * System.dll.sources: Added System/System.ComponentModel.Design
1193 /RuntimeLicenseContext.cs
1194 * System_test.dll.sources : Added System.ComponentModel
1195 /LicenseManagerTests.cs
1197 2004-03-11 Zoltan Varga <vargaz@freemail.hu>
1199 * Makefile (all-local): Fix for non-bash shells.
1201 2004-02-26 Sebastien Pouliot <sebastien@ximian.com>
1203 * System.dll.sources: Added System.Net/DefaultCertificatePolicy.cs to
1206 2004-02-04 Marek Safar <marek.safar@seznam.cz>
1208 * Makefile: Build System.dll in two steps. Because of the circular
1209 dependency with System.XML.dll.
1211 2004-01-21 Atsushi Enomoto <atsushi@ximian.com>
1213 * System_test.dll.sources : Added CodeGeneratorIdentifierTest.cs
1215 2004-01-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1217 * System.dll.sources: added new files.
1219 * System_test.dll.sources: added new test.
1221 2004-01-01 Nick Drochak <ndrochak@gol.com>
1223 * Makefile: Suppress warnings about multiple Regex defs and obsolete
1224 calls in the test assembly.
1226 2003-05-29 Nick Drochak <ndrochak@gol.com>
1228 * System_test.dll.config: Nunit loads configs with the same name as the
1229 test assembly. This is for the Swithes test.
1231 2003-12-08 Atsushi Enomoto <atsushi@ximian.com>
1233 * System_test.dll.sources : Added UriTest2.cs
1235 2003-11-18 Todd Berman <tberman@gentoo.org>
1237 * System.dll.sources: Added IOrderedDictionary.cs
1239 2003-11-12 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
1241 * System.dll.sources: Added some new class files
1243 2003-09-04 Duncan Mak <duncan@ximian.com>
1245 * System_test.dll.sources: Add new test, ListDictionaryTest.cs.
1247 2003-08-31 Alexandre Pigolkine <pigolkine@gmx.de>
1249 * System_test.dll.sources new test added
1251 2003-07-27 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
1253 * System.dll.sources: SRDescriptionAttribute.cs moved
1255 2003-07-21 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
1257 * README: removed (contained only obsolete build instructions)
1259 2003-07-21 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
1261 * System.dll.sources: EventLogImpl.cs added
1263 2003-07-18 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
1265 * System.dll.sources: AlphabeticalEnumConverter.cs, SRDescriptionAttribute.cs added
1267 2003-07-18 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
1269 * System.dll.sources: Assembly/Locale.cs added, Globalization.Locale.cs removed
1271 2003-07-18 Peter Williams <peter@newton.cx>
1273 * Makefile (EXTRA_DISTFILES): Oops, NUnit.Prefs is not
1275 (EXTRA_DISTFILES): A few more.
1277 2003-07-17 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
1279 * System.dll.sources: Assembly/Consts.cs added
1281 2003-07-16 Peter Williams <peter@newton.cx>
1283 * Makefile (SCARY_LIB): Flip around since what was bootstrap
1286 2003-07-14 Jerome Laban <jlaban@wanadoo.fr>
1288 * System.dll.sources: Added NetConfigurationHandler.cs,
1289 NetConfig.cs, IPv6MulticastOption.cs
1291 2003-07-10 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
1293 * list.unix: Added AssemblyInfo.cs
1295 2003-07-10 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
1297 * list.unix: Removed System.Net/ProxyUseType.cs, System.Net/WebStatus.cs
1299 2003-07-06 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
1301 * list.unix: Add VBCodeGenerator.cs, VBCodeProvider.cs
1303 2003-07-05 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
1305 * list.unix: Add CodeParser.cs, Executor.cs, removed CompilerOptions.cs
1307 2003-07-05 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
1309 * list.unix: Add WebPermission.cs, WebPermissionAttribute.cs
1311 2003-05-29 Nick Drochak <ndrochak@gol.com>
1313 * makefile.gnu: turn on debug since it works again.
1315 2003-05-21 Ben Maurer <bmaurer@users.sourceforge.net>
1317 * StringWriter.cs: Fixed bug #43379 "Missing WebException.Response
1320 2003-03-30 Martin Willemoes Hansen <mwh@sysrq.dk>
1322 * Stubed rest of System.ComponentModel
1324 2003-03-29 Martin Willemoes Hansen <mwh@sysrq.dk>
1326 * System.ComponentModel.Design.Serialization
1327 Removed references to System.Web namespaces
1329 2003-03-29 Martin Willemoes Hansen <mwh@sysrq.dk>
1331 * Stubed System.ComponentModel/LicenseContext.cs
1332 * Stubed System.ComponentModel/LicenseUsageMode.cs
1333 * Stubed rest of System.ComponentModel.Design
1335 2003-03-29 Martin Willemoes Hansen <mwh@sysrq.dk>
1337 * Stubed System.ComponentModel/InheritanceAttribute.cs
1338 * Stubed System.ComponentModel/InheritanceLevel.cs
1339 * Stubed System.ComponentModel.Design/IDesignerFilter.cs
1340 * Stubed System.ComponentModel.Design/IInheritanceService.cs
1342 2003-03-27 Martin Willemoes Hansen <mwh@sysrq.dk>
1344 * Stubed rest of System.ComponentModel.Design.Serialization
1346 2003-03-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1348 * list.unix: added RunInstallerAttribute.cs
1350 2003-02-18 Alan Tam <Tam@SiuLung.com>
1352 * list.unix (): Add DesignerCategoryAttribute.cs
1354 2003-01-10 Duncan Mak <duncan@ximian.com>
1356 * list.unix (CSharpCodeCompiler): Add
1357 Microsoft.Charp.CSharpCodeCompiler for Sean Kasun.
1359 2002-12-10 Jeroen Janssen <japj@darius.demon.nl>
1361 * updated .build file(s) to correctly contain required buildfile
1364 2002-12-07 Jackson Harper <jackson@latitudegeo.com>
1366 * list list.unix: Put CSharpCodeGenerator.cs back in build
1368 2002-12-07 Jackson Harper <jackson@latitudegeo.com>
1370 * list list.unix: Removed Compiler classes that are being moved to their own assembly
1372 2002-12-05 Alejandro Sánchez Acosta <raciel@gnome.org>
1374 * list.unix: updated.
1376 2002-11-30 Alejandro Sánchez Acosta <raciel@es.gnu.org>
1378 * list.unix: Changed.
1379 * System.ComponentModel.Design: Added
1381 2002-11-11 Tim Coleman <tim@timcoleman.com>
1384 * System.ComponentModel/DesignTimeVisibleAttribute.cs:
1387 2002-11-06 Jackson Harper <jackson@latitudegeo.com>
1389 * list.unix: Added Microsoft.CSharp/Compiler.cs to build
1391 2002-11-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1393 * list.unix: added new files.
1395 2002-11-04 Tim Coleman <tim@timcoleman.com>
1396 * System.ComponentModel/RefreshProperties.cs:
1397 * System.ComponentModel/RefreshPropertiesAttribute.cs:
1400 2002-11-02 Duncan Mak <duncan@ximian.com>
1402 * list.unix: Added InvalidEnumArgumentException.
1404 2002-10-31 Dick Porter <dick@ximian.com>
1406 * list.unix: Added MonoIO and MonoIOError to the build
1408 2002-10-29 Daniel Morgan <danmorg@sc.rr.com>
1410 * System.ComponentModel/PropertyDescriptor.cs: added
1411 missing abstract methods and properties
1413 * System.ComponentModel/DerivedPropertyDescriptor.cs: implemented
1414 SetValue and added stubs for missing methods and properties
1416 2002-10-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1418 * list.unix: added new files in System.Configuration.
1420 2002-10-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1422 * list.unix: added new files.
1424 2002-08-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1426 * System.ComponentModel/Component.cs:
1427 * System.ComponentModel/ComponentCollection.cs:
1428 * System.ComponentModel/Container.cs:
1429 * System.ComponentModel/MarshalByValueComponent.cs:
1430 * System.Diagnostics/Process.cs:
1431 * System.Diagnostics/TextWriterTraceListener.cs:
1432 * System.IO/FileSystemWatcher.cs:
1435 2002-08-15 Tim Coleman <tim@timcoleman.com>
1436 * list.unix: Added System.IO files.
1438 2002-07-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1441 * list.unix: added EnumConverter.cs
1443 2002-07-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1446 * list.unix: added DerivedPropertyDescriptor.cs
1448 2002-07-22 Tim Coleman <tim@timcoleman.com>
1449 * list.unix: Added new file
1450 System.ComponentModel.RecommendedAsConfigurableAttribute.cs
1453 2002-07-22 Tim Coleman <tim@timcoleman.com>
1454 * list.unix: Added files to the build for linux
1455 System.ComponentModel.BindableAttribute.cs,
1456 System.ComponentModel.BindableSupport.cs,
1457 System.ComponentModel.ExpandableObjectConverter.cs,
1458 System.ComponentModel.NotifyParentPropertyAttribute.cs,
1459 System.ComponentModel.ToolboxItemAttribute.cs,
1461 2002-07-22 Tim Coleman <tim@timcoleman.com>
1462 * list.unix: Added System.ComponentModel/DefaultEventAttribute.cs
1463 and System.ComponentModel.DefaultProperty.cs to build
1466 2002-06-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1468 * System.build: removed System.Drawing.dll dependency.
1470 2002-06-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1472 * System.build: referenced System.Drawing.dll.
1474 2002-05-12 Lawrence Pit <loz@cable.a2000.nl>
1476 * System.Security.Cryptography.X509Certificates: directory added
1478 2002-05-09 Rodrigo Moya <rodrigo@ximian.com>
1480 * System.build: don't exclude anymore excluded files in
1481 System.ComponentModel. They compile on Linux, so they might also
1484 2002-05-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1486 * System.build: excluded EventDescriptor.cs,
1487 EventDescriptorCollection.cs and ICustomTypeDescriptor.cs.
1489 2002-04-08 Nick Drochak <ndrochak@gol.com>
1491 * System.build: Build System.dll with mono's corlib.dll and
1494 2002-01-23 Dick Porter <dick@ximian.com>
1496 * System.build: Start build System.Net.Sockets.Socket.cs,
1497 TcpClient.cs and TcpListener.cs
1499 2001-12-07 Nick Drochak <ndrochak@gol.com>
1501 * ChangeLog: Add the change log to this directory
1503 * System.build: Add dependancy on linux target to test target. Need to
1504 have the dll before we can test it, right? Plus it encourages others