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