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