TARGET_JVM
[mono.git] / mcs / class / ChangeLog
index 1a0081b1bb016f300052f5525caa1314052bf9ed..c3ce558d2198cd0120eaa83a37416a469ccda603 100644 (file)
@@ -1,3 +1,55 @@
+2006-09-04  Zoltan Varga  <vargaz@gmail.com>
+
+       * Makefile (BROKEN_SUBDIRS): Fix make dist.
+
+2006-09-02  Jordi Mas <jordimash@gmail.com>
+
+       * msfinal3.pub: Microsoft public key to be used for strongnaming
+       WinFX assemblies.
+
+2006-07-14  Raja R Harinath  <rharinath@novell.com>
+
+       * Makefile (net_2_0_dirs): Move System.Transactions ...
+       (common_dirs): ... here, before System.Data, which depends on it
+       in the net_2_0 profile.
+
+2006-01-18  Chris Toshok  <toshok@ximian.com>
+
+       * Makefile (common_dirs): add System.Web again after
+       System.Web.Services.
+
+2006-01-05  Raja R Harinath  <rharinath@novell.com>
+
+       * Makefile: Build FirebirdSql.Data.Firebird only in the "default"
+       profile.
+
+2006-01-03  Chris Toshok  <toshok@ximian.com>
+
+       * Makefile (default_SUBDIRS): more futzing with ordering, thanks
+       to the complicated circular deps.  Build System.Configuration
+       after System.Security, and build System yet another time after
+       System.Configuration has been built.
+
+2005-12-22  Raja R Harinath  <rharinath@novell.com>
+
+       * Makefile (default_SUBDIRS): Add Compat.ICSharpCode.SharpZipLib.
+       (COMPAT_PROFILE_DIRS): New.
+       (dist-local): Use it.
+       * compat/default, compat/net_2_0: New directories for holding
+       backwards-compatibility libraries.  These will not be used inside
+       the tree, but will be installed into the GAC.
+
+2005-12-12  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * Makefile : seems like net_2_0_ONLY_SUBDIRS must precede.
+
+2005-12-12  Raja R Harinath  <rharinath@novell.com>
+
+       * Makefile (default_SUBDIRS): New.  Rename from SUBDIRS, and move
+       before including library.make.
+       (net_2_0_ONLY_SUBDIRS): New.
+       (DIST_ONLY_SUBDIRS): Add net_2_0_ONLY_SUBDIRS.
+
 2005-09-30  Miguel de Icaza  <miguel@novell.com>
 
        * Recompile the
        * Makefile: Moved Mono.Security before Mono.Data.Tds because it's
        now required for NTLM authentication.
 
-2003-10-21  Pedro Martínez Juliá  <yoros@wanadoo.es>
+2003-10-21  Pedro Martínez Juliá  <yoros@wanadoo.es>
 
        * Makefile: Removed Mono.Security.Tls.
 
        * Mono.Security.Tls: Removed directory, now TLS support is in
        Mono.Security assembly.
 
-2003-10-16  Pedro Martínez Juliá  <yoros@wanadoo.es>
+2003-10-16  Pedro Martínez Juliá  <yoros@wanadoo.es>
 
        * Makefile: Add Mono.Security.Tls assembly.