X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FChangeLog;h=15de9f325c29c2673c746ab898560febe6a4066c;hb=bbde1c9701ab4aa5eccb037fd4e2662afab77a17;hp=232699a2c01487d6985724adc44325815c366fed;hpb=4eb352bcb3ef7a71dc9ab62c5cd2d5e7598619f7;p=mono.git diff --git a/mcs/class/ChangeLog b/mcs/class/ChangeLog index 232699a2c01..15de9f325c2 100644 --- a/mcs/class/ChangeLog +++ b/mcs/class/ChangeLog @@ -1,3 +1,236 @@ +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