2006-04-05 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / System / ChangeLog
index 902a0d737b69b7983b40b8764fee4400b2e65295..455e8cae5a67c18061237617bc3a815e07ff601e 100644 (file)
@@ -1,3 +1,83 @@
+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/
+       CodeDomSerializerException.cs.
+
+2006-02-28  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * System.dll.sources: Forgot to add inside System.IO.Ports:
+       SerialData.cs, SerialError.cs, SerialPinChange.cs
+
+2006-02-22  Kornél Pál  <kornelpal@hotmail.com>
+
+       * System.dll.sources: Added System.IO.Ports.SerialPortStream.cs
+         to fix build.
+
+2005-02-02  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * System.dll.sources: Add the recently added System.Net 2.0 
+       clases (FtpWebRequest, FtpWebResponse, FtpDataStream, FtpAsyncResult,
+       and also FtpStatusCode and WebRequestMethods).
+       
+2005-01-13  John Luke  <john.luke@gmail.com>
+
+       * System_test.dll.sources: add System.Net.Mail.SmtpClient tests
+       
+2006-01-09  Chris Toshok  <toshok@ximian.com>
+
+       * Makefile (LIB_MCS_FLAGS): if we're building net_2_0, define
+       CONFIGURATION_2_0 to use the new System.Configuration api.
+
+2006-01-02  Chris Toshok  <toshok@ximian.com>
+
+       * Makefile: use an external alias (PrebuiltSystem) when building
+       with CONFIGURATION_DEP.
+
+2005-12-24  John Luke  <john.luke@gmail.com>
+
+       * System_test.dll.sources: add System.Net.Mail tests
+
+2005-12-23  John Luke  <john.luke@gmail.com>
+
+       * System_test.dll.sources: add
+       System.Net.Mime/ContentDispositionTest.cs
+       System.Net.Mime/ContentTypeTest.cs
+
+2005-12-13  Chris Toshok  <toshok@ximian.com>
+
+       * System.dll.sources: add
+       System.Net.Configuration/FtpCachePolicyElement.cs.
+
+2005-12-07  Robert Jordan  <robertj@gmx.net>
+
+       * System.dll.sources: Added System.Net.Sockets/SocketError.cs.
+
 2005-11-30  Gert Driesen  <drieseng@users.sourceforge.net>
 
        * System_test.dll.sources: Added CodeRemoveEventStatementTest.cs from