X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem%2FChangeLog;h=455e8cae5a67c18061237617bc3a815e07ff601e;hb=3ff8295d31b610d0822ef76890119390c0fd2677;hp=902a0d737b69b7983b40b8764fee4400b2e65295;hpb=e4e516d410c0617749518feafa1b6b01ac7bbb31;p=mono.git diff --git a/mcs/class/System/ChangeLog b/mcs/class/System/ChangeLog index 902a0d737b6..455e8cae5a6 100644 --- a/mcs/class/System/ChangeLog +++ b/mcs/class/System/ChangeLog @@ -1,3 +1,83 @@ +2006-04-05 Atsushi Enomoto + + * System.dll.sources : added SortedDictionary.cs. + * System_test.dll.sources : added SortedDictionaryTest.cs. + +2006-04-04 Atsushi Enomoto + + * System.dll.sources: added DataReceivedEventArgs.cs and + DataReceivedEventHandler.cs. + * System_test.dll.sources : added StopwatchTest.cs. + +2006-04-01 Zoltan Varga + + * System.dll.sources: Added System.Diagnostics/Stopwatch.cs. + +2006-03-30 Atsushi Enomoto + + * System.dll.sources: + DownloadStringCompletedEventHandler.cs was missing. + +2006-03-28 Atsushi Enomoto + + * System.dll.sources : added ProgressChangedEvent[Args|Handler] in + System.ComponentModel, and several WebClient event args in + System.Net. + +2006-03-09 Zoltan Varga + + * System.dll.sources: Added System.ComponentModel.Design.Serialization/ + CodeDomSerializerException.cs. + +2006-02-28 Carlos Alberto Cortez + + * System.dll.sources: Forgot to add inside System.IO.Ports: + SerialData.cs, SerialError.cs, SerialPinChange.cs + +2006-02-22 Kornél Pál + + * System.dll.sources: Added System.IO.Ports.SerialPortStream.cs + to fix build. + +2005-02-02 Carlos Alberto Cortez + + * 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 + + * System_test.dll.sources: add System.Net.Mail.SmtpClient tests + +2006-01-09 Chris Toshok + + * 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 + + * Makefile: use an external alias (PrebuiltSystem) when building + with CONFIGURATION_DEP. + +2005-12-24 John Luke + + * System_test.dll.sources: add System.Net.Mail tests + +2005-12-23 John Luke + + * System_test.dll.sources: add + System.Net.Mime/ContentDispositionTest.cs + System.Net.Mime/ContentTypeTest.cs + +2005-12-13 Chris Toshok + + * System.dll.sources: add + System.Net.Configuration/FtpCachePolicyElement.cs. + +2005-12-07 Robert Jordan + + * System.dll.sources: Added System.Net.Sockets/SocketError.cs. + 2005-11-30 Gert Driesen * System_test.dll.sources: Added CodeRemoveEventStatementTest.cs from