X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FChangeLog;h=2439d8158e1b4fd8b4d43db24132e06bcd2cc44b;hb=160431bcbc0a88b10b86315a2fbffd32fc272d88;hp=ea81afa74876afeda639219efb8390f7d9f49717;hpb=23767cc6ebb1d53a63f802f4f9c32ffe692646c6;p=mono.git diff --git a/mcs/class/ChangeLog b/mcs/class/ChangeLog index ea81afa7487..2439d8158e1 100644 --- a/mcs/class/ChangeLog +++ b/mcs/class/ChangeLog @@ -1,3 +1,61 @@ +2007-02-22 Marek Habersack + + * Makefile: Added Mono.Data.Sqlite to build. + +2007-02-05 Marek Safar + + * Makefile: Add System.Core to build. + +2007-01-19 Atsushi Enomoto + + * Makefile: there are configuration dependency things in sys.xml too. + +2006-10-18 Marek Habersack + + * Makefile: Change the order of assembly compilation to make it + possible to compile the global/local resources compiler. + +2006-09-04 Zoltan Varga + + * Makefile (BROKEN_SUBDIRS): Fix make dist. + +2006-09-02 Jordi Mas + + * msfinal3.pub: Microsoft public key to be used for strongnaming + WinFX assemblies. + +2006-07-14 Raja R Harinath + + * 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 + + * Makefile (common_dirs): add System.Web again after + System.Web.Services. + +2006-01-05 Raja R Harinath + + * Makefile: Build FirebirdSql.Data.Firebird only in the "default" + profile. + +2006-01-03 Chris Toshok + + * 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 + + * 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 * Makefile : seems like net_2_0_ONLY_SUBDIRS must precede. @@ -230,14 +288,14 @@ * Makefile: Moved Mono.Security before Mono.Data.Tds because it's now required for NTLM authentication. -2003-10-21 Pedro Martínez Juliá +2003-10-21 Pedro Martínez Juliá * 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á +2003-10-16 Pedro Martínez Juliá * Makefile: Add Mono.Security.Tls assembly.