X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FChangeLog;h=6967e5a33fa108a6d2c98dbecbe691dc97c472ca;hb=ed0ed68f3e80bdca92a56df1b7d0b341baf926ce;hp=af4e56d2aac41078f88258b616bb287275815ca2;hpb=98a86ecd4ba2d3b4631d98ac5a4abf23f4e6c3e3;p=mono.git diff --git a/mcs/class/ChangeLog b/mcs/class/ChangeLog index af4e56d2aac..6967e5a33fa 100644 --- a/mcs/class/ChangeLog +++ b/mcs/class/ChangeLog @@ -1,3 +1,193 @@ +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. + (net_1_1_java_SUBDIRS): New. Don't use 'ifeq ($(PROFILE))' to + define SUBDIRS. + +2005-11-15 Vlad Spivak + + * Makefile: define net_1_1_java profile subdirs + +2005-10-06 Chris Lahey + + * Makefile (SUBDIRS): Compile Mono Posix before Mono SqliteClient. + +2005-06-14 Lluis Sanchez Gual + + * Makefile: Added System.Configuration to the build. + +2005-04-21 Raja R Harinath + + * Makefile (net_1_1_bootstrap_SUBDIRS): Add PEAPI. + +2005-04-07 Raja R Harinath + + * 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 + + * 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 + + * Makefile (SUBDIRS): added Microsoft.JScript to the default build. + +2005-01-04 Raja R Harinath + + * Makefile (DIST_ONLY_SUBDIRS): Remove Managed.Windows.Forms. + +2004-12-26 Peter Bartok + + * Makefile (SUBDIRS): Switched from System.Windows.Forms to + Managed.Windows.Forms to build with the managed implementation + by default. + +2004-12-08 Martin Baulig + + * Mono.CSharp.Debugger/: Renamed to Mono.CSharp.CompilerServices. + (the DLL it creates has already been renamed a long time ago). + +2004-12-08 Raja R Harinath + + * Makefile (monolite_files): New. Do away with lib/basic.tar.gz. + Create the files in lib/monolite/. + (DISTFILES, dist-default, dist-local): Distribute them. + +2004-12-06 Raja R Harinath + + * Makefile (SUBDIRS): Move I18N after second-pass of System. + +2004-12-03 Raja R Harinath + + * Makefile (basic_SUBDIRS): Add second-pass System, too. + (basic_files): Add System.Xml.dll. + +2004-12-02 Atsushi Enomoto + + * Makefile : now we need System.Xml.dll for basic bootstrapping. + +2004-11-25 Raja R Harinath + + * Makefile (DISTFILES): Add public and private keys. + (lib/basic.tar.gz): New. + (dist-local): Distribute it. + (DIST_ONLY_SUBDIRS): Distribute Managed.Windows.Forms. + * I18N/Makefile (DISTFILES): Add Assembly/ChangeLog and + Assembly/AssemblyInfo.cs. + * IBM.Data.DB2/Makefile (EXTRA_DISTFILES): Distribute ibm.pub. + +2004-11-22 Raja R Harinath + + * Makefile (net_1_1_bootstrap_SUBDIRS): Add Mono.Security. + +2004-11-19 Raja R Harinath + + * Makefile (DIST_PROFILES): New. + (dist-local): Create profile-specific directories in the tarball. + +2004-11-12 Martin Baulig + + * Makefile (SUBDIRS): Added Mono.C5. + +2004-11-09 Raja R Harinath + + * Makefile (basic_SUBDIRS): New. + +2004-11-04 Raja R Harinath + + * Makefile (net_1_1_bootstrap_SUBDIRS): New. + +2004-10-29 Raja R Harinath + + * Makefile (net_2_0_bootstrap_SUBDIRS): New. + +2004-10-22 Daniel Morgan + + * Mono.Data/.cvsignore + * Mono.Data/AssemblyInfo.cs + * Mono.Data/Makefile + * Mono.Data/Mono.Data.dll.sources: added files + for build of Mono.Data.dll + This assembly includes the ProviderFactory + + * Makefile: added Mono.Data.dll to the build + * Mono.Data/app.config: added providers and + removed obsolete providers to app settings xml file + + * Mono.Data/test/Mono.Data.dll: delete + +2004-10-22 Atsushi Enomoto + + * Makefile : just remove System.Data.SqlXml.dll. + +2004-10-11 Duncan Mak + + * Makefile: Move Microsoft.VisualBasic.dll to be built after + System.Windows.Forms.dll is built, because VB now requires SWF. This + fixes the build. + +2004-07-26 Atsushi Enomoto + + * Makefile: added System.Data.SqlXml.dll as a working target. + +2004-07-02 Raja R Harinath + + * IBM.Data.DB2/Makefile (all-local $(STD_TARGETS:=-local)): + Simplify dummy rule somewhat. + 2004-06-24 Raja R Harinath * IBM.Data.DB2/Makefile: Disable for 'net_2_0'.