merge -r 60814:60815
[mono.git] / mcs / class / System / ChangeLog
index 327ef2db088741ab1e93dbc29d80f8857ea8ff6a..8b083be5ff73a36f1f28fe7eb24ec52e8af06b29 100644 (file)
@@ -1,3 +1,86 @@
+2006-05-10  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System_test.dll.sources : added ConnectionManagementSectionTest.cs
+         and WebRequestModulesSectionTest.cs.
+
+2006-05-10  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * Makefile : add -r:System.Configuration under net_2_0.
+
+2005-05-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * Makefile: Add -unsafe flag, since it is needed in
+       System.IO.Ports.WinSerialStream.
+
+2006-05-08  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.dll.sources : added SettingsBindableAttribute.cs.
+
+2006-05-06  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * System.dll.sources: Added new System.IO.Ports/ISerialStream.cs
+       file.
+       
+2006-04-28  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.dll.sources : added a bunch of missing sys.configuration
+         files.
+
+2006-04-27  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.dll.sources : added ClientSettingsSection.cs.
+
+2006-04-26  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.dll.sources : added ApplicationSettingsGroup.cs.
+
+2006-04-20  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * System_test.dll.sources: Added CodeGeneratorFromNamespaceTest.cs from
+       Microsoft.VisualBasic.
+
+2006-04-17  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.dll.sources : Added AsyncOperation.cs,
+         AsyncOperationManager.cs, BackgroundWorker.cs,
+         DoWorkEventHandler.cs, DoWorkEventArgs.cs,
+         RunWorkerCompletedEventArgs.cs and
+         RunWorkerCompletedEventHandler.cs.
+
+2006-04-06  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * System.dll.sources: Added System.IO.Ports/SerialSignal.cs.
+       
+2006-04-05  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.dll.sources : added SslPolicyErrors.cs.
+
+2006-04-05  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.dll.sources : added SortedDictionary.cs.
+       * System_test.dll.sources : added SortedDictionaryTest.cs.
+
+2006-04-04  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.dll.sources: added DataReceivedEventArgs.cs and
+         DataReceivedEventHandler.cs.
+       * System_test.dll.sources : added StopwatchTest.cs.
+
+2006-04-01  Zoltan Varga  <vargaz@gmail.com>
+
+       * System.dll.sources: Added System.Diagnostics/Stopwatch.cs.
+
+2006-03-30  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.dll.sources:
+         DownloadStringCompletedEventHandler.cs was missing.
+
+2006-03-28  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.dll.sources : added ProgressChangedEvent[Args|Handler] in
+         System.ComponentModel, and several WebClient event args in
+         System.Net.
+
 2006-03-09  Zoltan Varga  <vargaz@gmail.com>
 
        * System.dll.sources: Added System.ComponentModel.Design.Serialization/