Moved ProviderCollectionTest.cs from System assembly to System.Configuration.
[mono.git] / msvc / ChangeLog
1 2008-08-12  Bill Holmes  <billholmes54@gmail.com>
2
3         * eglib.vcproj, genmdesc.vcproj, libgc.vcproj, libmono.vcproj, libtest.vcproj,
4           mono.vcproj, monoburg.vcproj, monodiet.vcproj, monodis.vcproj, monograph.vcproj,
5           pedump.vcproj, test_eglib.vcproj, teste.vcproj, test-invoke.vcproj,
6           test-metadata.vcproj:  Updating the preprocessor definitions for MSVC builds to
7           match the gcc build in Cygwin.
8
9         Contributed under MIT/X11 license.
10
11 2008-07-23  Robert Jordan  <robertj@gmx.net>
12
13         * libmono.vcproj: Reflect Linear IL changes.
14         * ../winconfig.h: Bump Mono version.
15
16 2008-06-02  Bill Holmes  <billholmes54@gmail.com>
17         * mono.sln, libtest.vcproj:  Adding libtest to the VS solution.
18           libtest is needed for the marshaling tests.
19
20         Contributed under MIT/X11 license.
21
22 2008-06-02  Bill Holmes  <billholmes54@gmail.com>
23         * monodiet.vcproj, libgc.vcproj, test_eglib.vcproj,
24           eglib.vcproj, teste.vcproj, genmdesc.vcproj, monoburg.vcproj,
25           monograph.vcproj, pedump.vcproj, test-metadata.vcproj,
26           libmono.vcproj, mono.sln, mono.vcproj, monodis.vcproj,test-invoke.vcproj
27           Changes to the Visual Studio projects to unify the output directories
28           for each project and configuration.
29
30         Contributed under MIT/X11 license.
31
32 2008-05-29  Bill Holmes  <billholmes54@gmail.com>
33         * libmono.vcproj: Add missing files mono-property-hash and
34           mono-value-hash.
35
36         Contributed under MIT/X11 license.
37         
38 2008-04-28  Kornél Pál  <kornelpal@gmail.com>
39
40         * create-windef.pl, mono.def: Export MonoFixupCorEE.
41         * libmono.vcproj: Add coree.c and coree.h.
42
43         Contributed under MIT/X11 license.
44
45 2008-04-15  Jonathan Chambers  <joncham@gmail.com>
46         * mono.sln, libmono.vcproj, monoburg.vcproj, genmdesc.vcproj: Flush Win64
47           and eglib changes.
48
49         Contributed under MIT/X11 license.
50
51 2008-04-04  Bill Holmes  <billholmes54@gmail.com>
52
53         * runburg.bat, runmdesc.bat:  Reverting back to r97888.  The PATH was correct before.
54
55         Contributed under MIT/X11 license.
56
57 2008-03-19  Bill Holmes  <billholmes54@gmail.com>
58
59         * libmono.vcproj:  Adding a link to version.lib for the eglib targets.
60
61         Contributed under MIT/X11 license.
62
63 2008-03-10  Bill Holmes  <billholmes54@gmail.com>
64
65         * mono.sln: Fixing configuration list to build the correct targets for the 
66           specified configuration.
67
68         * runburg.bat, runmdesc.bat:  Changing the PATH environment variable assignment 
69           to the correct location.
70
71         * libmono.vcproj:  Adding missing files.
72
73         Contributed under MIT/X11 license.
74
75 2007-12-31  Jonathan Chambers  <joncham@gmail.com>
76
77         * mono.sln, libmono.vcproj, mono.vcproj, mono.def: Update .def
78         file and fix some eglib target settings.
79         
80         Contributed under MIT/X11 license.
81
82 2007-08-29  Jonathan Chambers <joncham@gmail.com>
83
84         * mono.sln, libmono.vcproj, mono.vcproj, genmdesc.vcproj, monoburg.vcproj: 
85         Setup eglib configurations (Debug_eglib, Release_eglib). They
86         do not build at this point.
87         
88         Contributed under MIT/X11 license.
89
90 2007-08-29  Jonathan Chambers <joncham@gmail.com>
91
92         * monodiet.vcproj, libgc.vcproj, eglib.vcproj, libmono.vcproj, mono.vcproj, 
93         genmdesc.vcproj, monoburg.vcproj, pedump.vcproj: 
94         Make output directories a bit more usable.
95         
96         Contributed under MIT/X11 license.
97
98 2007-08-14  Jonathan Chambers <joncham@gmail.com>
99
100         * libmono.vcproj, mono.vcproj, genmdesc.vcproj, monobug.vcproj: 
101         Use MONO_DEPENDENCIES_PREFIX env var to locate dependencies. No longer
102         need VSDependencies.zip.
103         
104         * winsetup.bat, runmdesc.bat, runburg.bat: No longer
105         need VSDependencies.zip. Use MONO_DEPENDENCIES_PREFIX to
106         setup PATH.
107         
108         * mono.def: Remove missing functions.
109         
110         Contributed under MIT/X11 license.
111
112 2007-08-14  Jonathan Chambers <joncham@gmail.com>
113
114         * libmono.vcproj: Enable intrinsic functions.
115
116 2007-05-13  Raja R Harinath  <harinath@gmail.com>
117
118         * Makefile.am (VCPROJS): New.
119         (EXTRA_DIST): Don't use glob.
120
121 2007-04-27  Jonathan Chambers <joncham@gmail.com>
122         
123         Combined patch from Michael Jerris <mike@jerris.com> and me.
124         * getopt.c: Added public domain implementation for Windows.
125         * getopt.h: Added public domain implementation for Windows.
126         * getopt_long.c: Added public domain implementation for Windows.
127         * test_eglib.vcproj: Update project.
128         * eglib.vcproj: Update project. Add pre-build step to copy
129         winconfig.h to config.h for msvc build.
130         
131 2007-04-25  Jonathan Chambers  <joncham@gmail.com>
132
133         * mono.sln: Added eglib projects.
134         * test_eglib.vcproj: Added.
135         * pedump.vcproj: Change output directories for uniformity.
136         * monodiet.vcproj: Change output directories for uniformity.
137
138 2007-04-24  Jonathan Chambers  <joncham@gmail.com>
139
140         * eglib.vcproj: Added.
141
142 2007-03-30  Jonathan Chambers  <joncham@gmail.com>
143
144         * libmono.vcproj, mono.vcproj: Reset browse information
145         settings to default.
146         
147         Contributed under MIT/X11 license.
148         
149 2007-03-25  Marek Safar  <marek.safar@gmail.com>
150
151         * monodiet.vcproj, monodis.vcproj, monograph.vcproj, pedump.vsproj:
152         Fixed build.
153
154 2007-03-19  Jonathan Chambers  <joncham@gmail.com>
155
156         * libmono.vcproj, genmdesc.vcproj: Reset browse information
157         settings to default.
158         
159         Contributed under MIT/X11 license.
160         
161 2007-03-15  Jonathan Chambers  <joncham@gmail.com>
162
163         * *.vcproj: Begin Win64 port. Run bat files with $(Platform) argument.
164         * *.bat: Begin Win64 port. Run bat files with $(Platform) argument.
165         Contributed under MIT/X11 license.
166
167
168