X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FChangeLog;h=f5bbf4426d5e11b8a3de78c3905c2173a0bbcd90;hb=f7d05af3eaac8974d1c5c7c154e23b7f5f144b01;hp=eabfefc622dcd309bd4e5a01d03def66bd88a1f3;hpb=785d541abd7f799f97128bbeb2f408896ce93d8f;p=mono.git diff --git a/mcs/class/ChangeLog b/mcs/class/ChangeLog index eabfefc622d..f5bbf4426d5 100644 --- a/mcs/class/ChangeLog +++ b/mcs/class/ChangeLog @@ -1,3 +1,115 @@ +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