2007-04-18 Jeffrey Stedfast <fejj@novell.com>
[mono.git] / mcs / class / ChangeLog
index d01f4bb300695638dcbfa5d03d5b19efe9bed2c0..2439d8158e1b4fd8b4d43db24132e06bcd2cc44b 100644 (file)
@@ -1,3 +1,84 @@
+2007-02-22  Marek Habersack  <grendello@gmail.com>
+
+       * Makefile: Added Mono.Data.Sqlite to build.
+
+2007-02-05  Marek Safar  <marek.safar@gmail.com>
+
+       * Makefile: Add System.Core to build.
+
+2007-01-19  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * Makefile: there are configuration dependency things in sys.xml too.
+
+2006-10-18  Marek Habersack  <grendello@gmail.com>
+
+       * Makefile: Change the order of assembly compilation to make it
+       possible to compile the global/local resources compiler.
+
+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
+       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.
        * 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.