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