2010-05-27 Jb Evain <jbevain@novell.com>
[mcs.git] / build / common / ChangeLog
blob856ec122f32bf77c1c2e2c1e91aa0f4e00fec4bb
1 2010-05-14  Sebastien Pouliot  <sebastien@ximian.com>
3         * Consts.cs.in: Update FX version for SL4 final version
5 2010-04-16  Raja R Harinath  <harinath@hurrynot.org>
7         * basic-profile-check.cs: Add use of 'var' keyword.
9 2010-04-15  Atsushi Enomoto  <atsushi@ximian.com>
11         * Consts.cs.in : Add AssemblyWindowsBase, AssemblyPresentationCore_3_5
12           and AssemblyPresentationFramework_3_5.
14 2010-04-06  Jb Evain  <jbevain@novell.com>
16         * Consts.cs.in: define Assembly_System_2_0 for TypeForwardedFrom
17         attributes in NET_4_0.
19 2010-01-07  Sebastien Pouliot  <sebastien@ximian.com>
21         * Consts.cs.in: Update FX version for SL3 latest released version
23 2009-12-03  Marek Safar  <marek.safar@gmail.com>
25         * Consts.cs.in: Add WindowsBase_3_0.
27 2009-11-12  Jb Evain  <jbevain@novell.com>
29         * Consts.cs.in: add a AssemblySystem_Core constant.
31 2009-10-26  Sebastien Pouliot  <sebastien@ximian.com>
33         * Consts.cs.in: Update SL2 FX version to the second (and last)
34         released version.
36 2009-08-11  Jérémie Laval  <jeremie.laval@gmail.com>
38         * Consts.cs.in: Add BOOTSTRAP_NET_4_0.
40 2009-07-18  Michael Barker  <mike@middlesoft.co.uk>
42         * Consts.cs.in:  Added constant for Mono.Messaging.RabbitMQ.
44 2009-06-15  Miguel de Icaza  <miguel@novell.com>
46         * MonoTODOAttribute.cs: Thin diet, no point in having virtual
47         methods and overrides that do the same thing.
49 2009-06-10  Marek Safar  <marek.safar@gmail.com>
51         * Consts.cs.in: Add AssemblySystemCore_3_5.
53 2009-06-04  Marek Safar  <marek.safar@gmail.com>
55         * Consts.cs.in: Add NET_4_0 constants.
57 2008-11-25  Rolf Bjarne Kvinge  <RKvinge@novell.com>
59         * Consts.cs.in: Update Silverlight's FxFileVersion to final
60           version number of Silverlight 2.
62 2008-08-20  Jb Evain  <jbevain@novell.com>
64         * Consts.cs.in: add NET_3_0 case for wcf.
66 2008-07-24  Gert Driesen  <drieseng@users.sourceforge.net>
68         * Consts.cs.in; Update FxFileVersion and VsFileVersion for 2.0 SP1.
70 2008-04-13  Jb Evain  <jbevain@novell.com>
72         * Consts.cs.in: update the 2.1 profile versions.
73         Merged from the Moonlight 2 branch.
75 2008-04-09  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
77         * Consts.cs.in: Add common strings for assembly attributes
79 2007-12-31  Gert Driesen  <drieseng@users.sourceforge.net>
81         * Consts.cs.in: Add corlib assembly name.
83 2007-12-04  Marek Safar  <marek.safar@gmail.com>
85         * Consts.cs.in: Update 3.5 to RTM version number.
86         
87 2007-08-20  Marek Safar  <marek.safar@gmail.com>
89         * Consts.cs.in: Add NET_3_5 constants.
90         
91 2007-06-12  Marek Safar  <marek.safar@gmail.com>
93         * Consts.cs.in: Add NET_2_1 constants.
94         
95 2007-06-01  Atsushi Enomoto  <atsushi@ximian.com>
97         * MonoTODOAttribute.cs : fixed regression that those derived todo
98           attribute types are not reported in the class status pages.
100 2006-12-14  Eyal Alaluf <eyala@mainsoft.com>
102         * MonoTODOAttribute.cs: Add MonoDocumentationNoteAttribute,
103           MonoExtensionAttribute, MonoInternalNoteAttribute,
104           MonoLimitationAttribute and MonoNotSupportedAttribute. These
105           attribute will be used to describe the status of the Mono APIs.
107 2006-09-06  Kornél Pál  <kornelpal@gmail.com>
109         * Makefile: Removed TestConfiguration.cs.
111 2006-06-07  Kornél Pál  <kornelpal@gmail.com>
113         * Consts.cs.in: Removed RuntimeVersion as it should be the same as
114           FxFileVersion. Use FxFileVersion for Environment.Version.
116 2005-11-05  Kornél Pál  <kornelpal@hotmail.com>
118         * Consts.cs.in: Removed obsolete using System.Runtime.InteropServices.
120 2005-11-03  Kornél Pál  <kornelpal@hotmail.com>
122         * Consts.cs.in: Added FxFileVersion for use in assemblies instead of
123           RuntimeVersion.
125 2005-11-03  Kornél Pál  <kornelpal@hotmail.com>
127         * Consts.cs.in: Added VsFileVersion that is used by assemblies.
129 2005-11-03  Kornél Pál  <kornelpal@hotmail.com>
131         * Consts.cs.in: Added RuntimeVersion numbers for 1.0 and 1.1 as well.
133 2005-10-28  Sebastien Pouliot  <sebastien@ximian.com>
135         * Consts.cs.in: Added RuntimeVersion as most 2.0 assemblies will 
136         require it (for AssemblyFileVersion).
138 2005-09-21  Kornél Pál  <kornelpal@hotmail.com>
140         * Consts.cs.in: Removed UnmanagedType_80 that was required because mcs bug
141           #75945 was not discovered.
143 2005-08-26  Kornél Pál  <kornelpal@hotmail.com>
145         * Consts.cs.in: Use Microsoft.VisualStudio.Web only in profile NET_2_0 as
146           the assembly does not exists in older versions. Fixed to use VsVersion.
148 2005-08-26  Kornél Pál  <kornelpal@hotmail.com>
150         * ChangeLog: Added.
151         * Consts.cs: Renamed to Consts.cs.in.
152         * Consts.cs.in: Added MonoVersion.