2005-01-13 Geoff Norton <gnorton@customerdna.com>
[mono.git] / mcs / class / ChangeLog
1 2005-01-04  Raja R Harinath  <rharinath@novell.com>
2
3         * Makefile (DIST_ONLY_SUBDIRS): Remove Managed.Windows.Forms.
4
5 2004-12-26  Peter Bartok  <pbartok@novell.com>
6
7         * Makefile (SUBDIRS): Switched from System.Windows.Forms to
8           Managed.Windows.Forms to build with the managed implementation
9           by default.
10
11 2004-12-08  Martin Baulig  <martin@ximian.com>
12
13         * Mono.CSharp.Debugger/: Renamed to Mono.CSharp.CompilerServices.
14         (the DLL it creates has already been renamed a long time ago).
15
16 2004-12-08  Raja R Harinath  <rharinath@novell.com>
17
18         * Makefile (monolite_files): New.  Do away with lib/basic.tar.gz.
19         Create the files in lib/monolite/.
20         (DISTFILES, dist-default, dist-local): Distribute them.
21
22 2004-12-06  Raja R Harinath  <rharinath@novell.com>
23
24         * Makefile (SUBDIRS): Move I18N after second-pass of System.
25
26 2004-12-03  Raja R Harinath  <rharinath@novell.com>
27
28         * Makefile (basic_SUBDIRS): Add second-pass System, too.
29         (basic_files): Add System.Xml.dll.
30
31 2004-12-02  Atsushi Enomoto  <atsushi@ximian.com>
32
33         * Makefile : now we need System.Xml.dll for basic bootstrapping.
34
35 2004-11-25  Raja R Harinath  <rharinath@novell.com>
36
37         * Makefile (DISTFILES): Add public and private keys.
38         (lib/basic.tar.gz): New.
39         (dist-local): Distribute it.
40         (DIST_ONLY_SUBDIRS): Distribute Managed.Windows.Forms.
41         * I18N/Makefile (DISTFILES): Add Assembly/ChangeLog and
42         Assembly/AssemblyInfo.cs.
43         * IBM.Data.DB2/Makefile (EXTRA_DISTFILES): Distribute ibm.pub.
44
45 2004-11-22  Raja R Harinath  <rharinath@novell.com>
46
47         * Makefile (net_1_1_bootstrap_SUBDIRS): Add Mono.Security.
48
49 2004-11-19  Raja R Harinath  <rharinath@novell.com>
50
51         * Makefile (DIST_PROFILES): New.
52         (dist-local): Create profile-specific directories in the tarball.
53
54 2004-11-12  Martin Baulig  <martin@ximian.com>
55
56         * Makefile (SUBDIRS): Added Mono.C5.
57
58 2004-11-09  Raja R Harinath  <rharinath@novell.com>
59
60         * Makefile (basic_SUBDIRS): New.
61
62 2004-11-04  Raja R Harinath  <rharinath@novell.com>
63
64         * Makefile (net_1_1_bootstrap_SUBDIRS): New.
65
66 2004-10-29  Raja R Harinath  <rharinath@novell.com>
67
68         * Makefile (net_2_0_bootstrap_SUBDIRS): New.
69
70 2004-10-22  Daniel Morgan <danielmorgan@verizon.net>
71
72         * Mono.Data/.cvsignore
73         * Mono.Data/AssemblyInfo.cs
74         * Mono.Data/Makefile
75         * Mono.Data/Mono.Data.dll.sources: added files 
76         for build of Mono.Data.dll   
77         This assembly includes the ProviderFactory
78
79         * Makefile: added Mono.Data.dll to the build
80         * Mono.Data/app.config: added providers and 
81         removed obsolete providers to app settings xml file
82         
83         * Mono.Data/test/Mono.Data.dll: delete
84
85 2004-10-22  Atsushi Enomoto  <atsushi@ximian.com>
86
87         * Makefile : just remove System.Data.SqlXml.dll.
88
89 2004-10-11  Duncan Mak  <duncan@ximian.com>
90
91         * Makefile: Move Microsoft.VisualBasic.dll to be built after
92         System.Windows.Forms.dll is built, because VB now requires SWF. This
93         fixes the build.
94
95 2004-07-26  Atsushi Enomoto  <atsushi@ximian.com>
96
97         * Makefile: added System.Data.SqlXml.dll as a working target.
98
99 2004-07-02  Raja R Harinath  <rharinath@novell.com>
100
101         * IBM.Data.DB2/Makefile (all-local $(STD_TARGETS:=-local)):
102         Simplify dummy rule somewhat.
103
104 2004-06-24  Raja R Harinath  <rharinath@novell.com>
105
106         * IBM.Data.DB2/Makefile: Disable for 'net_2_0'.
107
108 2004-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
109
110         * Makefile: enabled Mono.CSharp.Debugger on windows.
111
112 2004-06-11  Duncan Mak  <duncan@ximian.com>
113
114         * IBM.Data.DB2/IBM.Data.DB2.dll.sources: 
115         * Makefile: Add IBM.Data.DB2.
116
117 2004-05-07  Raja R Harinath  <rharinath@novell.com>
118
119         * Makefile (SUBDIRS): Build 'corlib' and first pass of 'System'
120         before anything else.  Remove duplicated Novell.Directory.Ldap.
121
122 2004-05-02  Duncan Mak  <duncan@ximian.com>
123
124         * I18N/Assembly/AssemblyInfo.cs:
125         * Mono.CSharp.Debugger/Assembly/AssemblyInfo.cs:
126         * Mono.Cairo/Assembly/AssemblyInfo.cs:
127         * Mono.Data.SqliteClient/Assembly/AssemblyInfo.cs:
128         * Mono.Data.SybaseClient/Assembly/AssemblyInfo.cs:
129         * Mono.Data.Tds/Assembly/AssemblyInfo.cs:
130         * Mono.Data.TdsClient/Assembly/AssemblyInfo.cs: Fix the
131         AssemblyVersionAttribute ordering.
132
133 2004-05-02  Duncan Mak  <duncan@ximian.com>
134
135         * ByteFX.Data/AssemblyInfo.cs:
136         * Mono.GetOptions/AssemblyInfo.cs:
137         * Microsoft.Vsa/Assembly/AssemblyInfo.cs: Add assembly-level
138         attributes for versioning (1.0 vs. 1.1 vs. 2.0).
139
140 2004-04-22  Martin Baulig  <martin@ximian.com>
141
142         Renamed the `NET_1_2' conditional to `NET_2_0' in all files.
143
144 2004-03-31  Dick Porter  <dick@ximian.com>
145
146         * I18N/CJK/gb2312.table:
147         * I18N/CJK/Gb2312Convert.cs: 
148         * I18N/CJK/CP936.cs: Rewrote the GB2312 conversion, using the iconv
149         algorithm as a base.  Fixes bug 53841.
150
151 2004-03-23  Sebastien Pouliot  <sebastien@ximian.com>
152
153         * ecma.pub: New. ECMA key to be used for strongnaming assemblies.
154         * msfinal.pub: New. Microsoft public key to be used for strongnaming
155         assemblies.
156
157 2004-02-04  Marek Safar <marek.safar@seznam.cz>
158
159         * Makefile: Build System.dll in two steps. Because of the circular
160         dependency with System.XML.dll.
161
162 2004-01-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
163
164         * Makefile: disabled Mono.Posix for other platforms than linux until
165         it builds properly.
166
167 2003-12-17  Sebastien Pouliot  <spouliot@videotron.ca>
168
169         * Makefile: Moved Mono.Security before Mono.Data.Tds because it's
170         now required for NTLM authentication.
171
172 2003-10-21  Pedro Martínez Juliá  <yoros@wanadoo.es>
173
174         * Makefile: Removed Mono.Security.Tls.
175
176         * Mono.Security.Tls: Removed directory, now TLS support is in
177         Mono.Security assembly.
178
179 2003-10-16  Pedro Martínez Juliá  <yoros@wanadoo.es>
180
181         * Makefile: Add Mono.Security.Tls assembly.
182
183 2003-08-11  Duncan Mak  <duncan@ximian.com>
184
185         * Makefile (SUBDIRS): Add Mono.Cairo.dll
186
187 2003-07-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
188
189         * Makefile: only build Mono.CSharp.Debugger under linux.
190
191 2003-07-23  Peter Williams  <peter@newton.cx>
192
193         * Makefile (SUBDIRS): Add System.Drawing.Design.dll to the
194         default build.
195
196 2003-07-22  Cesar Lopez Nataren  <cesar@ciencias.unam.mx>
197
198         * mcs/class/Makefile: Added Microsoft.Vsa.dll to the build.
199
200 2003-04-04  Miguel de Icaza  <miguel@ximian.com>
201
202         *
203         ICSharpCode.SharpZipLib/ICSharpCode.SharpZipLib/Zip/Compression/Streams/InflaterInputStream.cs: Do not close the file.
204
205 2003-04-03  Miguel de Icaza  <miguel@ximian.com>
206
207         *
208         ICSharpCode.SharpZipLib/ICSharpCode.SharpZipLib/Zip/Compression/Streams/InflaterInputStream.cs
209         (InflaterInputStream.Skip): Use a more memory friendly implementation.
210
211 2003-04-17  Nick Drochak  <ndrochak@gol.com>
212
213         * library.make: Only try to run the unit tests if there is a Test
214         directory.
215
216 2003-04-11 Duncan Mak  <duncan@ximian.com>
217         
218         * Mono.Globalization/Data/*.xml: Check in XML files used in
219         the implementation of System.Globalization.
220
221 2003-03-31 Martin Willemoes Hansen
222
223         * Stubed System.Drawing.Design
224
225 2003-03-31  Alan Tam <Tam@SiuLung.com>
226
227         * makefile.gnu: Added System.Design to build
228
229 2003-03-31  Alan Tam <Tam@SiuLung.com>
230
231         * library.build: Added back System.Design to build
232
233 2003-03-22  Martin Willemoes Hansen <mwh@sysrq.dk>
234
235         * Stubed Custommarshalers
236
237 2003-03-20  Piers Haken  <piersh@friskit.com>
238
239         * makefile.gnu: really fix the System.Management build problems
240
241 2003-03-11  Cesar Octavio Lopez Nataren  <cesar@ciencias.unam.mx>
242
243         * mcs/class: Added the directories Microsoft.JScript and Microsoft.Vsa that
244         will have the runtime support and CodeDom support for the JScript Compiler.
245
246 2003-03-06 Jackson Harper <jackson@latitudegeo.com>
247
248         * makefile.gnu: Add PEAPI to the build
249
250 2003-03-06  Sebastien Pouliot <spouliot@videotron.ca>
251
252         * library.build: added Mono.Security to build, test and clean. 
253
254 2003-03-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
255
256         * class/library.build:
257         * class/makefile.gnu: added Mono.Posix and System.Management.
258
259 2003-03-02 Jackson Harper <jackson@latitudegeo.com>
260
261         * mcs/class: Add PEAPI directory
262
263 2003-02-22  Martin Baulig  <martin@ximian.com>
264
265         * library.make: Pass `MCS_FLAGS' to MCS.
266
267 2003-02-15  Zoltan Varga  <vargaz@freemail.hu>
268
269         * makefile.gnu (test): do not install .dbg files since mcs no longer
270         generates them.
271
272 2003-02-13  Tim Coleman <tim@timcoleman.com>
273         * makefile.gnu: Add System.Data.OracleClient to linux build.
274
275 2003-02-10  Nick Drochak  <ndrochak@gol.com>
276
277         * library.build:
278         * makefile: add testcorlib target to run unit tests just for corlib.
279
280 2003-02-05  Sebastien Pouliot <spouliot@videotron.ca>
281
282         * library.build: added Mono.Security.Win32 to build, test and 
283         clean. There's no makefile.gnu for this assembly as it is 
284         specific to Win32.
285
286 2003-01-23  Nick Drochak <ndrochak@gol.com>
287
288         * makefile: install the .dbg files too so the debugger can use them.
289
290 2003-01-17  Sebastien Pouliot <spouliot@videotron.ca>
291
292         * library.build: added System.Security to build, test and clean.
293         There's no makefile.gnu yet for this assembly.
294
295 2003-01-16  Rodrigo Moya <rodrigo@ximian.com>
296
297         * makefile.gnu: added Mono.Data.DB2Client directory.
298
299 2003-01-08  Gaurav Vaish <gvaish_mono AT lycos.com>
300
301         * System.Web.Mobile  : Added new directory
302
303 2002-12-11  Jeroen Janssen <japj@darius.demon.nl>
304         
305         * enabled building Mono.Directory.LDAP and
306           System.Design in .build file
307
308 2002-12-10  Jeroen Janssen <japj@darius.demon.nl>
309         
310         * updated .build file(s) to correctly contain required buildfile 
311           attribute for nant
312
313 2002-12-09  Daniel Morgan <danmorg@sc.rr.com>
314
315         * library.build: add Mono.GetOptions to windows build
316         
317         * Mono.GetOptions/Mono.GetOptions.build: add file
318         for windows build
319
320 2002-12-08  Radek Doulik  <rodo@ximian.com>
321
322         * makefile.gnu (DIRS): place System.Data before Mono.GetOptions,
323         Mono.GetOptions references System.Data
324
325 2002-12-07 Jackson Harper <jackson@latitudegeo.com>
326
327         * library.build: Added Cscompmgd to the build
328
329 2002-12-02  Cesar Octavio Lopez Nataren  <cesar@ciencias.unam.mx>
330
331         * mcs/class: Added assembly directory System.ServiceProcess
332
333 2002-11-26  Daniel morgan <danmorg@sc.rr.com>
334
335         * makefile.gnu: add Mono.Data.PostgreSqlClient 
336         to Linux build
337         
338         * library.build: add Mono.Data.PostgreSqlClient
339         to Windows build
340
341 2002-11-20  Nick Drochak <ndrochak@gol.com>
342
343         * library.make: for .response allow white space at the end of
344         the line 
345