X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fbuild%2Fcommon%2FChangeLog;h=d86bcc5b153f7733c97b40ef74ebb3042e39acf9;hb=2f5f1984ec98936465970a2c0ddec4f085f02b24;hp=435327add5fe840d4342cb2b8491ec59e56c8c32;hpb=434e59e4bc6cda7d62ad6725a8b5a590ff9c9d1f;p=mono.git diff --git a/mcs/build/common/ChangeLog b/mcs/build/common/ChangeLog index 435327add5f..d86bcc5b153 100644 --- a/mcs/build/common/ChangeLog +++ b/mcs/build/common/ChangeLog @@ -1,3 +1,106 @@ +2010-06-14 Sebastien Pouliot + + * Consts.cs.in: Track latest SL4 release + +2010-05-14 Sebastien Pouliot + + * Consts.cs.in: Update FX version for SL4 final version + +2010-04-16 Raja R Harinath + + * basic-profile-check.cs: Add use of 'var' keyword. + +2010-04-15 Atsushi Enomoto + + * Consts.cs.in : Add AssemblyWindowsBase, AssemblyPresentationCore_3_5 + and AssemblyPresentationFramework_3_5. + +2010-04-06 Jb Evain + + * Consts.cs.in: define Assembly_System_2_0 for TypeForwardedFrom + attributes in NET_4_0. + +2010-01-07 Sebastien Pouliot + + * Consts.cs.in: Update FX version for SL3 latest released version + +2009-12-03 Marek Safar + + * Consts.cs.in: Add WindowsBase_3_0. + +2009-11-12 Jb Evain + + * Consts.cs.in: add a AssemblySystem_Core constant. + +2009-10-26 Sebastien Pouliot + + * Consts.cs.in: Update SL2 FX version to the second (and last) + released version. + +2009-08-11 Jérémie Laval + + * Consts.cs.in: Add BOOTSTRAP_NET_4_0. + +2009-07-18 Michael Barker + + * Consts.cs.in: Added constant for Mono.Messaging.RabbitMQ. + +2009-06-15 Miguel de Icaza + + * MonoTODOAttribute.cs: Thin diet, no point in having virtual + methods and overrides that do the same thing. + +2009-06-10 Marek Safar + + * Consts.cs.in: Add AssemblySystemCore_3_5. + +2009-06-04 Marek Safar + + * Consts.cs.in: Add NET_4_0 constants. + +2008-11-25 Rolf Bjarne Kvinge + + * Consts.cs.in: Update Silverlight's FxFileVersion to final + version number of Silverlight 2. + +2008-08-20 Jb Evain + + * Consts.cs.in: add NET_3_0 case for wcf. + +2008-07-24 Gert Driesen + + * Consts.cs.in; Update FxFileVersion and VsFileVersion for 2.0 SP1. + +2008-04-13 Jb Evain + + * Consts.cs.in: update the 2.1 profile versions. + Merged from the Moonlight 2 branch. + +2008-04-09 Andreas Nahr + + * Consts.cs.in: Add common strings for assembly attributes + +2007-12-31 Gert Driesen + + * Consts.cs.in: Add corlib assembly name. + +2007-12-04 Marek Safar + + * Consts.cs.in: Update 3.5 to RTM version number. + +2007-08-20 Marek Safar + + * Consts.cs.in: Add NET_3_5 constants. + +2007-06-12 Marek Safar + + * Consts.cs.in: Add NET_2_1 constants. + +2007-06-01 Atsushi Enomoto + + * MonoTODOAttribute.cs : fixed regression that those derived todo + attribute types are not reported in the class status pages. + 2006-12-14 Eyal Alaluf * MonoTODOAttribute.cs: Add MonoDocumentationNoteAttribute,