Commit
[mono.git] / mcs / class / System / ChangeLog
index 4c1a0e69a0883b5e354eb51276d0361a2fa7a939..5b198ec4dbccfb061667f539364c0554cb079f38 100644 (file)
@@ -1,3 +1,70 @@
+2008-03-03  Zoltan Varga  <vargaz@gmail.com>
+
+       * 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  <harinath@hurrynot.org>
+
+       * Makefile (CYCLIC_DEPS): Don't use $(eval ...) -- we still
+       support older GNU makes.
+
+2008-02-17  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * System_test.dll.sources: Added CharConverterTest.cs and
+       CultureInfoConverterTest.cs.
+
+2008-02-17  Raja R Harinath  <harinath@hurrynot.org>
+
+       * 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.
+
+2008-02-10  Juraj Skripsky  <js@hotfeet.ch>
+
+       * System.dll.sources: Added ICodeDomVisitor.cs.
+
+2008-01-23  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * System_test.dll.sources: Added FileVersionInfoTest.cs.
+
+2007-12-24  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * System_test.dll.sources: Added CheckoutExceptionTest.cs.
+
+2007-12-15  Marek Habersack  <mhabersack@novell.com>
+
+       * System.dll.sources: added
+       System.CodeDom.Compiler/CompilerProviderOption.cs and
+       System.CodeDom.Compiler/CompilerProviderOptionsCollection.cs
+
+2007-12-04  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * System_test.dll.sources: Added Win32ExceptionTest.cs.
+
+2007-11-12  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.dll.sources : added S.R.InteropSvcs.ComTypes types.
+
+2007-11-08  Jb Evain  <jbevain@novell.com>
+
+       * net_2_1_System.dll.sources: use the custom
+       WebHeaderCollection.
+
+2007-11-07  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * System.dll.sources: Added Win32SoundPlayer.cs.
+
+2007-11-03  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * System_test.dll.sources: Added InvalidEnumArgumentExceptionTest.cs.
+
+2007-10-22  Jb Evain  <jbevain@novell.com>
+
+       * net_2_1_System.dll.sources: remove System.Net.Mail.*
+
 2007-09-29  Gert Driesen  <drieseng@users.sourceforge.net>
 
        * System_test.dll.sources: Added HttpListenerRequestTest.cs.