X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FChangeLog;h=c3ce558d2198cd0120eaa83a37416a469ccda603;hb=793cdb4daeedc1bbfdbf890556ed211f71738339;hp=d01f4bb300695638dcbfa5d03d5b19efe9bed2c0;hpb=779c05558c5996a7e055b528cfddb8dfaf63ef18;p=mono.git diff --git a/mcs/class/ChangeLog b/mcs/class/ChangeLog index d01f4bb3006..c3ce558d219 100644 --- a/mcs/class/ChangeLog +++ b/mcs/class/ChangeLog @@ -1,3 +1,67 @@ +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. + +2005-12-12 Raja R Harinath + + * 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 + + * 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 * Makefile (net_2_0_bootstrap_SUBDIRS): Add PEAPI. @@ -207,14 +271,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.