2006-03-09 Zoltan Varga <vargaz@gmail.com>
[mono.git] / mcs / class / ChangeLog
index 54a6cdcba64d2eda395f98895115c5c0edc65c12..6967e5a33fa108a6d2c98dbecbe691dc97c472ca 100644 (file)
@@ -1,3 +1,90 @@
+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
+       FirebirdSql.Data.Common/Resources/isc_error_msg.resources with the
+       resgen so it produces 1.x resources not 2.x resources which are
+       unreadable in 1.x profile.
+
+       * FirebirdSql.Data.Firebird.dll.resources: Add the full name that
+       will be used, otherwise no resources work.
+
+       * FirebirdSql.Data.Common/Resources/isc_error_msg.txt: Fix newline.
+
+2005-11-21  Raja R Harinath  <rharinath@novell.com>
+
+       * Makefile (net_2_0_bootstrap_SUBDIRS): Add PEAPI.
+       (net_1_1_java_SUBDIRS): New.  Don't use 'ifeq ($(PROFILE))' to
+       define SUBDIRS.
+
+2005-11-15 Vlad Spivak <spivak@mainsoft.com>
+
+       * Makefile: define net_1_1_java profile subdirs
+
+2005-10-06  Chris Lahey  <clahey@ximian.com>
+
+       * Makefile (SUBDIRS): Compile Mono Posix before Mono SqliteClient.
+
+2005-06-14  Lluis Sanchez Gual <lluis@novell.com>
+
+       * Makefile: Added System.Configuration to the build.
+
+2005-04-21  Raja R Harinath  <rharinath@novell.com>
+
+       * Makefile (net_1_1_bootstrap_SUBDIRS): Add PEAPI.
+
+2005-04-07  Raja R Harinath  <rharinath@novell.com>
+
+       * Makefile ($(basic_files:%=lib/basic/%)): Build the "basic"
+       profile if needed.  This is used when 'make dist' is invoked on a
+       clean tree.  Reported by Ben Maurer.
+
+2005-01-24  Raja R Harinath  <rharinath@novell.com>
+
+       * Makefile (bootstrap_dirs): Add Mono.Security and System.Security
+       ahead of System.
+       (SUBDIRS): Move Mono.Security and System.Security ahead of System.
+
+2005-01-13  Cesar Lopez Nataren  <cnataren@novell.com>
+
+       * Makefile (SUBDIRS): added Microsoft.JScript to the default build.
+
 2005-01-04  Raja R Harinath  <rharinath@novell.com>
 
        * Makefile (DIST_ONLY_SUBDIRS): Remove Managed.Windows.Forms.