X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FChangeLog;h=f5bbf4426d5e11b8a3de78c3905c2173a0bbcd90;hb=e03d204d7bfe26bb622039cc2fee3587f26c1d8f;hp=c3ce558d2198cd0120eaa83a37416a469ccda603;hpb=00e065484e866f3a0349c882f804c4a79a13ee5c;p=mono.git diff --git a/mcs/class/ChangeLog b/mcs/class/ChangeLog index c3ce558d219..f5bbf4426d5 100644 --- a/mcs/class/ChangeLog +++ b/mcs/class/ChangeLog @@ -1,3 +1,380 @@ +2010-06-30 Atsushi Enomoto + + * Makefile: move back Mvc2. + +2010-06-30 Atsushi Enomoto + + * Makefile: add S.R.DurableInstancing dir to 4.0. + +2010-04-28 Marek Habersack + + * Makefile (common_dirs): added System.Web.ApplicationServices + +2010-04-14 Ankit Jain + + * Makefile: Add Moonlight.Build.Tasks to net_2_0_dirs and + net_3_5_dirs. + * Moonlight.Build.Tasks: New. + +2010-04-08 Atsushi Enomoto + + * Makefile : add 4.0 System.Xaml. + +2010-03-16 Rolf Bjarne Kvinge + + * Makefile: Add System.Xml.Serialization to the Moonlight build. + +2010-03-16 Jb Evain + + * Makefile: rename the net_2_1 profile to moonlight. + +2010-03-15 Marek Habersack + + * Makefile (net_2_0_dirs): added System.Web.Mvc2 + +2010-03-11 Atsushi Enomoto + + * Makefile : build Sys.Json after Sys.SM.Web. + +2010-03-10 Sebastien Pouliot + + * Makefile: For NET_2_1 build System.XML before System.Net + +2010-01-06 Atsushi Enomoto + + * Makefile : added System.ServiceModel.Routing (4.0). + +2009-12-15 Marek Safar + + * Makefile: Add System.Core to 2.1 bootstrap. + +2009-12-07 Marek Safar + + * Makefile: Add System.Core to basic. + +2009-11-26 Marek Safar + + * Makefile: Add Mono.CSharp. + +2009-11-09 Marek Safar + + * Makefile: dist dlr subdirs. + +2009-11-07 Zoltan Varga + + * Makefile (net_2_0_dirs): Add System.Data.Services. + +2009-11-02 Zoltan Varga + + * Makefile: Add Mono.Debugger.Soft. + +2009-10-30 Marek Safar + + * Makefile: Add System.Windows.Forms.DataVisualization + +2009-10-14 Jonathan Pryor + + * Makefile: Add Mono.Data.Tds, System.Transactions, System.Data, and + Mono.Data.Sqlite to the MonoTouch build. + +2009-10-08 Jb Evain + + * Makefile: build the i18n assemblies on MonoTouch. + +2009-10-01 Marek Safar + + * Makefile: Updated a copy of monolite. + +2009-09-24 Marek Safar + + * Makefile: Removed System.Json from net_4_0 profile. + +2009-09-17 Atsushi Enomoto + + * Makefile: move core WCF assemblies before Sys.Web.Extensions, + which will depend on them. + +2009-09-11 Marek Safar + + * Makefile: Add System.Core to net_4_0_boostrap. + +2009-09-02 Jb Evain + + * Makefile: include System.Json in monotouch. + +2009-08-13 Atsushi Enomoto + + * Makefile: add System.Json to net_4_0 profile. + +2009-07-20 Jb Evain + + * Makefile: set monotouch_SUBDIRS to the net_2_1 assemblies set. + + +2009-07-18 Michael Barker + + * Makefile: Mono.Messaging.RabbitMQ back into all assemblies. + +2009-07-17 Zoltan Varga + + * Makefile: Applied patch from Marcus Griep . + Move Mono.C5 to net_2_0_dirs. + +2009-07-06 Raja R Harinath + + * Makefile (common_dirs): Add SystemWebTestShim. + +2009-07-06 Raja R Harinath + + * Makefile (net_1_1_dirs): Move Mono.Cecil ... + (common_dirs): ... here. + +2009-07-02 Marek Safar + + * Makefile: Add System.Dynamic. + +2009-06-29 Marek Safar + + * Makefile: Add Microsoft.CSharp. + +2009-04-07 Miguel de Icaza + + * Mono.Tasklets/Mono.Tasklets/Continuation.cs: Fix the signature + for store. + +2009-04-25 Jonathan Chambers + * Makefile: Add Microsoft.Build.* to 3.5 profile. + +Mon Apr 6 14:37:32 CEST 2009 Paolo Molaro + + * Makefile, Mono.Tasklets: managed part of continuation support. + +2009-03-27 Raja R Harinath + + * Makefile (net_2_0_dirs): Build System.Runtime.Serialization + before System.Data.Linq. + +2009-01-22 Marek Habersack + + * Makefile (net_2_0_dirs): added System.Web - it now depends on + System.Core, so it needs to be recompiled one more time after + System.Core is done. + +2008-12-08 Atsushi Enomoto + + * Makefile : revert previous one and retry before I revert everything. + +2008-12-08 Atsushi Enomoto + + * Makefile : actually RabbitMQ.Client is under wrong build practice :( + +2008-12-08 Atsushi Enomoto + + * Makefile : add new sys.messaging implementation. + +2008-11-20 Jb Evain + + * Makefile: add System.Xml.Linq to the net_2_1 build. + +2008-11-05 Marek Habersack + + * Makefile (net_2_0_dirs): Npgsql requires .NET 2.0+ now. + +2008-10-21 Atsushi Enomoto + + * Malefile: ... and Sys.ComponentModel.DataAnnotations.dll. + +2008-10-21 Atsushi Enomoto + + * Malefile: added Sys.Web.DynamicData to the build. + +2008-10-17 Jonathan Pryor + + * I18N/Makefile: Add doc-update target support. + +2008-10-13 Jonathan Pryor + + * Makefile (net_2_0_dirs): Add Mono.Options. + +2008-10-09 Atsushi Enomoto + + * Makefile: add System.Web.Abstractions and System.Web.Routing. + +2008-10-07 Atsushi Enomoto + + * Makefile : changed some net_2_0_dirs orders; Sys.Web.Extensions + will depend on Sys.Data.Linq (LinqDataSource). + +2008-10-07 Zoltan Varga + + * Makefile (net_2_0_dirs): Add Mono.Simd. + +2008-09-30 Marek Habersack + + * Makefile (net_2_0_dirs): added System.Web.Extensions_1.0 and + System.Web.Extensions.Design_1.0 + (net_3_5_dirs): removed System.Web.Extensions, the 3.5 version is + now built in the 2.0 profile. + +2008-09-24 Zoltan Varga + + * Makefile (net_2_0_dirs): Add Mono.Management. + +2008-09-23 Marek Safar + + * Makefile: Build Mono.CompilerServices.SymbolWriter before it's + used. + +2008-09-23 Jb Evain + + * Makefile: compile the SymbolWriter during net_2_1_raw. + +2008-09-12 Jb Evain + + * Makefile: add System.ServiceModel.Web to the net_2_1_raw build. + +2008-09-12 Jb Evain + + * Makefile: add System.ServiceModel to the net_2_1_raw build. + +2008-09-09 Jb Evain + + * Makefile: build System.Runtime.Serialization + during the net_2_1_raw profile. + +2008-08-21 Jb Evain + + * Makefile: add wcf and cardspace to the build. + +2008-07-31 Jb Evain + + * Makefile: update net_2_1_bootstrap_SUBDIRS to only build + corlib and System. +2008-05-22 Andreia Gaita + + * Makefile, Mono.Mozilla, Mono.WebBrowser: Long overdue rename of + Mono.Mozilla to Mono.WebBrowser. step 1 - directory moving + +2008-05-14 Atsushi Enomoto + + * Makefile : moved System.Data.DataSetExtensions.dll from net_3_5 + island to centum net_2_0 subdirs. + +2008-05-10 Sebastien Pouliot + + * Makefile: Include silverlight.pub in dist so monobuild goes on... + +2008-04-14 Raja R Harinath + + * Makefile (DIST_ONLY_SUBDIRS): Remove. + (MONO_WEB, MONO_POSIX, MONO_SYMWRITER): Remove. Inline definitions. + +2008-04-13 Jb Evain + + * Makefile: update the 2.1 assemblies. + Merged from the Moonlight 2 branch. + +2008-03-04 Marek Safar + + * Makefile: Added System.Data.Linq + +2008-03-03 Marek Habersack + + * Makefile: Move Mono.Web back to the common section. + +2008-03-03 Marek Safar + + * Makefile: Moved Mono.Web to 2.0 section. + +2008-02-17 Raja R Harinath + + * Makefile (net_3_5_dirs): Remove System.Xml.Linq, now that it's + built in the 2.0 profile. + +2008-02-11 Andrew Jorgensen + + * Makefile: build System.Xml.Linq in the 2.0 profile + +2007-12-19 Jb Evain + + * Makefile: include MicrosoftAjaxLibrary/License.htm + in the dist. + +2007-12-17 Jb Evain + + * Makefile: build Mono.Cecil only in the default profile. + +2007-12-08 Marek Habersack + + * Makefile (common_dirs): Mono.Data.Sqlite must be built before + System.Web. + +2007-12-03 Marek Safar + + * Makefile: Build 3.5 assemblies under NET_3_5 profile. + +2007-11-29 Atsushi Enomoto + + * Makefile: added System.Xml.Linq. + +2007-11-13 Atsushi Enomoto + + * Makefile: In 2.0 System.EnterpriseServices.dll depends on + System.Transactions.dll. + +2007-10-09 Atsushi Enomoto + + * Makefile: In 2.0 System.Design.dll has cyclic dep on + System.Drawing.Design.dll. + +2007-09-11 Marek Habersack + + * Makefile (net_2_0_dirs): added the System.Web.Extensions.Design + directory. + +2007-08-27 Jb Evain + + * Makefile: integrate Mono.Cecil.Mdb in the build. + +2007-08-11 Andreia Gaita + + * Makefile: Ooops, Mono.Mozilla is being built out of + order, fixed :p + +2007-08-11 Andreia Gaita + + * Makefile: integrate Mono.Mozilla wrapper in the build. + +2007-07-17 Jb Evain + + * Makefile: integrate Cecil in the build. + +2007-07-11 Jb Evain + + * Makefile: work on the 2.1 profile. + +2007-05-11 Raja R Harinath + + * Makefile (DIST_PROFILE_DIRS, COMPAT_PROFILE_DIRS): Remove. + (dist-local): No need for additional actions. + +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.