X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem%2FChangeLog;h=5b198ec4dbccfb061667f539364c0554cb079f38;hb=bd9e32f5d73882a39877c4435e6087d69d7ebb61;hp=284ff49ddf4a074ae20e0e60bcd7679eaf69d2d1;hpb=d904080ad73a403fd0e3f012c9b1aabca1efeea3;p=mono.git diff --git a/mcs/class/System/ChangeLog b/mcs/class/System/ChangeLog index 284ff49ddf4..5b198ec4dbc 100644 --- a/mcs/class/System/ChangeLog +++ b/mcs/class/System/ChangeLog @@ -1,21 +1,48 @@ -2007-12-04 Gert Driesen +2008-03-03 Zoltan Varga - * System_test.dll.sources: Added Win32ExceptionTest.cs. + * System.dll.sources: Add the new regex interpreter/compiler sources, not yet + used. + + * net_2_1_raw_System.dll.sources: Ditto. + +2008-02-18 Raja R Harinath + + * Makefile (CYCLIC_DEPS): Don't use $(eval ...) -- we still + support older GNU makes. + +2008-02-17 Gert Driesen + + * System_test.dll.sources: Added CharConverterTest.cs and + CultureInfoConverterTest.cs. + +2008-02-17 Raja R Harinath -2007-12-04 Arina Itkes + * Makefile (CYCLIC_DEPS): New macro. + (CYCLIC_DEP_FILES): Use it to clean up handling of cyclic dependencies. + * net_2_1_raw_System.dll.sources: Rename from net_2_1_System.dll.sources. + * net_2_1_bootstrap_System.dll.sources: New. - * parser.cs: Max value of m for a construct {n,m} is 2147483647. +2008-02-10 Juraj Skripsky -2007-12-04 Arina Itkes + * System.dll.sources: Added ICodeDomVisitor.cs. - * Uri.cs: Unix absolute path should not be valid on Windows. +2008-01-23 Gert Driesen -2007-12-04 Arina Itkes + * System_test.dll.sources: Added FileVersionInfoTest.cs. - * HelpKeywordAttribute.cs, WarningException.cs, - SmtpException.cs, SmtpFailedRecipientException.cs, - SmtpFailedRecipientsException.cs: - Changes for SOAP serialization compatibility with .NET. +2007-12-24 Gert Driesen + + * System_test.dll.sources: Added CheckoutExceptionTest.cs. + +2007-12-15 Marek Habersack + + * System.dll.sources: added + System.CodeDom.Compiler/CompilerProviderOption.cs and + System.CodeDom.Compiler/CompilerProviderOptionsCollection.cs + +2007-12-04 Gert Driesen + + * System_test.dll.sources: Added Win32ExceptionTest.cs. 2007-11-12 Atsushi Enomoto