2009-09-17 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / ChangeLog
1 2009-09-17  Atsushi Enomoto  <atsushi@ximian.com>
2
3         * Makefile: move core WCF assemblies before Sys.Web.Extensions,
4           which will depend on them.
5
6 2009-09-11  Marek Safar  <marek.safar@gmail.com>
7
8         * Makefile: Add System.Core to net_4_0_boostrap.
9
10 2009-09-02  Jb Evain  <jbevain@novell.com>
11
12         * Makefile: include System.Json in monotouch.
13
14 2009-08-13  Atsushi Enomoto  <atsushi@ximian.com>
15
16         * Makefile: add System.Json to net_4_0 profile.
17
18 2009-07-20  Jb Evain  <jbevain@novell.com>
19
20         * Makefile: set monotouch_SUBDIRS to the net_2_1 assemblies set.
21
22
23 2009-07-18  Michael Barker  <mike@middlesoft.co.uk>
24
25         * Makefile:  Mono.Messaging.RabbitMQ back into all assemblies.
26
27 2009-07-17  Zoltan Varga  <vargaz@gmail.com>
28
29         * Makefile: Applied patch from Marcus Griep <marcus@griep.us>.
30         Move Mono.C5 to net_2_0_dirs.
31
32 2009-07-06  Raja R Harinath  <harinath@hurrynot.org>
33
34         * Makefile (common_dirs): Add SystemWebTestShim.
35
36 2009-07-06  Raja R Harinath  <harinath@hurrynot.org>
37
38         * Makefile (net_1_1_dirs): Move Mono.Cecil ...
39         (common_dirs): ... here.
40
41 2009-07-02  Marek Safar  <marek.safar@gmail.com>
42
43         * Makefile: Add System.Dynamic.
44
45 2009-06-29  Marek Safar  <marek.safar@gmail.com>
46
47         * Makefile: Add Microsoft.CSharp.
48
49 2009-04-07  Miguel de Icaza  <miguel@novell.com>
50
51         * Mono.Tasklets/Mono.Tasklets/Continuation.cs: Fix the signature
52         for store.
53
54 2009-04-25  Jonathan Chambers  <joncham@gmail.com>
55         * Makefile: Add Microsoft.Build.* to 3.5 profile.
56
57 Mon Apr 6 14:37:32 CEST 2009 Paolo Molaro <lupus@ximian.com>
58
59         * Makefile, Mono.Tasklets: managed part of continuation support.
60
61 2009-03-27  Raja R Harinath  <harinath@hurrynot.org>
62
63         * Makefile (net_2_0_dirs): Build System.Runtime.Serialization
64         before System.Data.Linq.
65
66 2009-01-22  Marek Habersack  <mhabersack@novell.com>
67
68         * Makefile (net_2_0_dirs): added System.Web - it now depends on
69         System.Core, so it needs to be recompiled one more time after
70         System.Core is done.
71
72 2008-12-08  Atsushi Enomoto  <atsushi@ximian.com>
73
74         * Makefile : revert previous one and retry before I revert everything.
75
76 2008-12-08  Atsushi Enomoto  <atsushi@ximian.com>
77
78         * Makefile : actually RabbitMQ.Client is under wrong build practice :(
79
80 2008-12-08  Atsushi Enomoto  <atsushi@ximian.com>
81
82         * Makefile : add new sys.messaging implementation.
83
84 2008-11-20  Jb Evain  <jbevain@novell.com>
85
86         * Makefile: add System.Xml.Linq to the net_2_1 build.
87
88 2008-11-05  Marek Habersack  <mhabersack@novell.com>
89
90         * Makefile (net_2_0_dirs): Npgsql requires .NET 2.0+ now.
91
92 2008-10-21  Atsushi Enomoto  <atsushi@ximian.com>
93
94         * Malefile: ... and Sys.ComponentModel.DataAnnotations.dll.
95
96 2008-10-21  Atsushi Enomoto  <atsushi@ximian.com>
97
98         * Malefile: added Sys.Web.DynamicData to the build.
99
100 2008-10-17  Jonathan Pryor  <jpryor@novell.com>
101
102         * I18N/Makefile: Add doc-update target support.
103
104 2008-10-13  Jonathan Pryor  <jpryor@novell.com>
105
106         * Makefile (net_2_0_dirs): Add Mono.Options.
107
108 2008-10-09  Atsushi Enomoto  <atsushi@ximian.com>
109
110         * Makefile: add System.Web.Abstractions and System.Web.Routing.
111
112 2008-10-07  Atsushi Enomoto  <atsushi@ximian.com>
113
114         * Makefile : changed some net_2_0_dirs orders; Sys.Web.Extensions
115           will depend on Sys.Data.Linq (LinqDataSource).
116
117 2008-10-07  Zoltan Varga  <vargaz@gmail.com>
118
119         * Makefile (net_2_0_dirs): Add Mono.Simd.
120
121 2008-09-30  Marek Habersack  <mhabersack@novell.com>
122
123         * Makefile (net_2_0_dirs): added System.Web.Extensions_1.0 and
124         System.Web.Extensions.Design_1.0
125         (net_3_5_dirs): removed System.Web.Extensions, the 3.5 version is
126         now built in the 2.0 profile.
127
128 2008-09-24  Zoltan Varga  <vargaz@gmail.com>
129
130         * Makefile (net_2_0_dirs): Add Mono.Management.
131
132 2008-09-23  Marek Safar  <marek.safar@gmail.com>
133
134         * Makefile: Build Mono.CompilerServices.SymbolWriter before it's
135         used.
136
137 2008-09-23  Jb Evain  <jbevain@novell.com>
138
139         * Makefile: compile the SymbolWriter during net_2_1_raw.
140
141 2008-09-12  Jb Evain  <jbevain@novell.com>
142
143         * Makefile: add System.ServiceModel.Web to the net_2_1_raw build.
144
145 2008-09-12  Jb Evain  <jbevain@novell.com>
146
147         * Makefile: add System.ServiceModel to the net_2_1_raw build.
148
149 2008-09-09  Jb Evain  <jbevain@novell.com>
150
151         * Makefile: build System.Runtime.Serialization
152         during the net_2_1_raw profile.
153
154 2008-08-21  Jb Evain  <jbevain@novell.com>
155
156         * Makefile: add wcf and cardspace to the build.
157
158 2008-07-31  Jb Evain  <jbevain@novell.com>
159
160         * Makefile: update net_2_1_bootstrap_SUBDIRS to only build
161         corlib and System.
162 2008-05-22  Andreia Gaita <avidigal@novell.com> 
163
164         * Makefile, Mono.Mozilla, Mono.WebBrowser: Long overdue rename of
165           Mono.Mozilla to Mono.WebBrowser. step 1 - directory moving
166
167 2008-05-14  Atsushi Enomoto  <atsushi@ximian.com>
168
169         * Makefile : moved System.Data.DataSetExtensions.dll from net_3_5
170           island to centum net_2_0 subdirs.
171
172 2008-05-10  Sebastien Pouliot  <sebastien@ximian.com>
173
174         * Makefile: Include silverlight.pub in dist so monobuild goes on...
175
176 2008-04-14  Raja R Harinath  <harinath@hurrynot.org>
177
178         * Makefile (DIST_ONLY_SUBDIRS): Remove.
179         (MONO_WEB, MONO_POSIX, MONO_SYMWRITER): Remove.  Inline definitions.
180
181 2008-04-13  Jb Evain  <jbevain@novell.com>
182
183         * Makefile: update the 2.1 assemblies.
184         Merged from the Moonlight 2 branch.
185
186 2008-03-04  Marek Safar  <marek.safar@gmail.com>
187
188         * Makefile: Added System.Data.Linq
189         
190 2008-03-03  Marek Habersack  <mhabersack@novell.com>
191
192         * Makefile: Move Mono.Web back to the common section.
193
194 2008-03-03  Marek Safar  <marek.safar@gmail.com>
195
196         * Makefile: Moved Mono.Web to 2.0 section.
197
198 2008-02-17  Raja R Harinath  <harinath@hurrynot.org>
199
200         * Makefile (net_3_5_dirs): Remove System.Xml.Linq, now that it's
201         built in the 2.0 profile.
202
203 2008-02-11  Andrew Jorgensen  <ajorgensen@novell.com>
204
205         * Makefile: build System.Xml.Linq in the 2.0 profile
206
207 2007-12-19  Jb Evain  <jbevain@novell.com>
208
209         * Makefile: include MicrosoftAjaxLibrary/License.htm
210         in the dist.
211
212 2007-12-17  Jb Evain  <jbevain@novell.com>
213
214         * Makefile: build Mono.Cecil only in the default profile.
215
216 2007-12-08  Marek Habersack  <mhabersack@novell.com>
217
218         * Makefile (common_dirs): Mono.Data.Sqlite must be built before
219         System.Web.
220
221 2007-12-03  Marek Safar  <marek.safar@gmail.com>
222
223         * Makefile: Build 3.5 assemblies under NET_3_5 profile.
224         
225 2007-11-29  Atsushi Enomoto  <atsushi@ximian.com>
226
227         * Makefile: added System.Xml.Linq.
228
229 2007-11-13  Atsushi Enomoto  <atsushi@ximian.com>
230
231         * Makefile: In 2.0 System.EnterpriseServices.dll depends on
232           System.Transactions.dll.
233
234 2007-10-09  Atsushi Enomoto  <atsushi@ximian.com>
235
236         * Makefile: In 2.0 System.Design.dll has cyclic dep on
237           System.Drawing.Design.dll.
238
239 2007-09-11  Marek Habersack  <mhabersack@novell.com>
240
241         * Makefile (net_2_0_dirs): added the System.Web.Extensions.Design
242         directory.
243
244 2007-08-27  Jb Evain  <jbevain@novell.com>
245
246         * Makefile: integrate Mono.Cecil.Mdb in the build.
247
248 2007-08-11  Andreia Gaita  <avidigal@novell.com>
249
250         * Makefile: Ooops, Mono.Mozilla is being built out of
251         order, fixed :p
252
253 2007-08-11  Andreia Gaita  <avidigal@novell.com>
254
255         * Makefile: integrate Mono.Mozilla wrapper in the build.
256
257 2007-07-17  Jb Evain  <jbevain@novell.com>
258
259         * Makefile: integrate Cecil in the build.
260
261 2007-07-11  Jb Evain  <jbevain@novell.com>
262
263         * Makefile: work on the 2.1 profile.
264
265 2007-05-11  Raja R Harinath  <rharinath@novell.com>
266
267         * Makefile (DIST_PROFILE_DIRS, COMPAT_PROFILE_DIRS): Remove.
268         (dist-local): No need for additional actions.
269
270 2007-02-22  Marek Habersack  <grendello@gmail.com>
271
272         * Makefile: Added Mono.Data.Sqlite to build.
273
274 2007-02-05  Marek Safar  <marek.safar@gmail.com>
275
276         * Makefile: Add System.Core to build.
277
278 2007-01-19  Atsushi Enomoto  <atsushi@ximian.com>
279
280         * Makefile: there are configuration dependency things in sys.xml too.
281
282 2006-10-18  Marek Habersack  <grendello@gmail.com>
283
284         * Makefile: Change the order of assembly compilation to make it
285         possible to compile the global/local resources compiler.
286
287 2006-09-04  Zoltan Varga  <vargaz@gmail.com>
288
289         * Makefile (BROKEN_SUBDIRS): Fix make dist.
290
291 2006-09-02  Jordi Mas <jordimash@gmail.com>
292
293         * msfinal3.pub: Microsoft public key to be used for strongnaming
294         WinFX assemblies.
295
296 2006-07-14  Raja R Harinath  <rharinath@novell.com>
297
298         * Makefile (net_2_0_dirs): Move System.Transactions ...
299         (common_dirs): ... here, before System.Data, which depends on it
300         in the net_2_0 profile.
301
302 2006-01-18  Chris Toshok  <toshok@ximian.com>
303
304         * Makefile (common_dirs): add System.Web again after
305         System.Web.Services.
306
307 2006-01-05  Raja R Harinath  <rharinath@novell.com>
308
309         * Makefile: Build FirebirdSql.Data.Firebird only in the "default"
310         profile.
311
312 2006-01-03  Chris Toshok  <toshok@ximian.com>
313
314         * Makefile (default_SUBDIRS): more futzing with ordering, thanks
315         to the complicated circular deps.  Build System.Configuration
316         after System.Security, and build System yet another time after
317         System.Configuration has been built.
318
319 2005-12-22  Raja R Harinath  <rharinath@novell.com>
320
321         * Makefile (default_SUBDIRS): Add Compat.ICSharpCode.SharpZipLib.
322         (COMPAT_PROFILE_DIRS): New.
323         (dist-local): Use it.
324         * compat/default, compat/net_2_0: New directories for holding
325         backwards-compatibility libraries.  These will not be used inside
326         the tree, but will be installed into the GAC.
327
328 2005-12-12  Atsushi Enomoto  <atsushi@ximian.com>
329
330         * Makefile : seems like net_2_0_ONLY_SUBDIRS must precede.
331
332 2005-12-12  Raja R Harinath  <rharinath@novell.com>
333
334         * Makefile (default_SUBDIRS): New.  Rename from SUBDIRS, and move
335         before including library.make.
336         (net_2_0_ONLY_SUBDIRS): New.
337         (DIST_ONLY_SUBDIRS): Add net_2_0_ONLY_SUBDIRS.
338
339 2005-09-30  Miguel de Icaza  <miguel@novell.com>
340
341         * Recompile the
342         FirebirdSql.Data.Common/Resources/isc_error_msg.resources with the
343         resgen so it produces 1.x resources not 2.x resources which are
344         unreadable in 1.x profile.
345
346         * FirebirdSql.Data.Firebird.dll.resources: Add the full name that
347         will be used, otherwise no resources work.
348
349         * FirebirdSql.Data.Common/Resources/isc_error_msg.txt: Fix newline.
350
351 2005-11-21  Raja R Harinath  <rharinath@novell.com>
352
353         * Makefile (net_2_0_bootstrap_SUBDIRS): Add PEAPI.
354         (net_1_1_java_SUBDIRS): New.  Don't use 'ifeq ($(PROFILE))' to
355         define SUBDIRS.
356
357 2005-11-15 Vlad Spivak <spivak@mainsoft.com>
358
359         * Makefile: define net_1_1_java profile subdirs
360
361 2005-10-06  Chris Lahey  <clahey@ximian.com>
362
363         * Makefile (SUBDIRS): Compile Mono Posix before Mono SqliteClient.
364
365 2005-06-14  Lluis Sanchez Gual <lluis@novell.com>
366
367         * Makefile: Added System.Configuration to the build.
368
369 2005-04-21  Raja R Harinath  <rharinath@novell.com>
370
371         * Makefile (net_1_1_bootstrap_SUBDIRS): Add PEAPI.
372
373 2005-04-07  Raja R Harinath  <rharinath@novell.com>
374
375         * Makefile ($(basic_files:%=lib/basic/%)): Build the "basic"
376         profile if needed.  This is used when 'make dist' is invoked on a
377         clean tree.  Reported by Ben Maurer.
378
379 2005-01-24  Raja R Harinath  <rharinath@novell.com>
380
381         * Makefile (bootstrap_dirs): Add Mono.Security and System.Security
382         ahead of System.
383         (SUBDIRS): Move Mono.Security and System.Security ahead of System.
384
385 2005-01-13  Cesar Lopez Nataren  <cnataren@novell.com>
386
387         * Makefile (SUBDIRS): added Microsoft.JScript to the default build.
388
389 2005-01-04  Raja R Harinath  <rharinath@novell.com>
390
391         * Makefile (DIST_ONLY_SUBDIRS): Remove Managed.Windows.Forms.
392
393 2004-12-26  Peter Bartok  <pbartok@novell.com>
394
395         * Makefile (SUBDIRS): Switched from System.Windows.Forms to
396           Managed.Windows.Forms to build with the managed implementation
397           by default.
398
399 2004-12-08  Martin Baulig  <martin@ximian.com>
400
401         * Mono.CSharp.Debugger/: Renamed to Mono.CSharp.CompilerServices.
402         (the DLL it creates has already been renamed a long time ago).
403
404 2004-12-08  Raja R Harinath  <rharinath@novell.com>
405
406         * Makefile (monolite_files): New.  Do away with lib/basic.tar.gz.
407         Create the files in lib/monolite/.
408         (DISTFILES, dist-default, dist-local): Distribute them.
409
410 2004-12-06  Raja R Harinath  <rharinath@novell.com>
411
412         * Makefile (SUBDIRS): Move I18N after second-pass of System.
413
414 2004-12-03  Raja R Harinath  <rharinath@novell.com>
415
416         * Makefile (basic_SUBDIRS): Add second-pass System, too.
417         (basic_files): Add System.Xml.dll.
418
419 2004-12-02  Atsushi Enomoto  <atsushi@ximian.com>
420
421         * Makefile : now we need System.Xml.dll for basic bootstrapping.
422
423 2004-11-25  Raja R Harinath  <rharinath@novell.com>
424
425         * Makefile (DISTFILES): Add public and private keys.
426         (lib/basic.tar.gz): New.
427         (dist-local): Distribute it.
428         (DIST_ONLY_SUBDIRS): Distribute Managed.Windows.Forms.
429         * I18N/Makefile (DISTFILES): Add Assembly/ChangeLog and
430         Assembly/AssemblyInfo.cs.
431         * IBM.Data.DB2/Makefile (EXTRA_DISTFILES): Distribute ibm.pub.
432
433 2004-11-22  Raja R Harinath  <rharinath@novell.com>
434
435         * Makefile (net_1_1_bootstrap_SUBDIRS): Add Mono.Security.
436
437 2004-11-19  Raja R Harinath  <rharinath@novell.com>
438
439         * Makefile (DIST_PROFILES): New.
440         (dist-local): Create profile-specific directories in the tarball.
441
442 2004-11-12  Martin Baulig  <martin@ximian.com>
443
444         * Makefile (SUBDIRS): Added Mono.C5.
445
446 2004-11-09  Raja R Harinath  <rharinath@novell.com>
447
448         * Makefile (basic_SUBDIRS): New.
449
450 2004-11-04  Raja R Harinath  <rharinath@novell.com>
451
452         * Makefile (net_1_1_bootstrap_SUBDIRS): New.
453
454 2004-10-29  Raja R Harinath  <rharinath@novell.com>
455
456         * Makefile (net_2_0_bootstrap_SUBDIRS): New.
457
458 2004-10-22  Daniel Morgan <danielmorgan@verizon.net>
459
460         * Mono.Data/.cvsignore
461         * Mono.Data/AssemblyInfo.cs
462         * Mono.Data/Makefile
463         * Mono.Data/Mono.Data.dll.sources: added files 
464         for build of Mono.Data.dll   
465         This assembly includes the ProviderFactory
466
467         * Makefile: added Mono.Data.dll to the build
468         * Mono.Data/app.config: added providers and 
469         removed obsolete providers to app settings xml file
470         
471         * Mono.Data/test/Mono.Data.dll: delete
472
473 2004-10-22  Atsushi Enomoto  <atsushi@ximian.com>
474
475         * Makefile : just remove System.Data.SqlXml.dll.
476
477 2004-10-11  Duncan Mak  <duncan@ximian.com>
478
479         * Makefile: Move Microsoft.VisualBasic.dll to be built after
480         System.Windows.Forms.dll is built, because VB now requires SWF. This
481         fixes the build.
482
483 2004-07-26  Atsushi Enomoto  <atsushi@ximian.com>
484
485         * Makefile: added System.Data.SqlXml.dll as a working target.
486
487 2004-07-02  Raja R Harinath  <rharinath@novell.com>
488
489         * IBM.Data.DB2/Makefile (all-local $(STD_TARGETS:=-local)):
490         Simplify dummy rule somewhat.
491
492 2004-06-24  Raja R Harinath  <rharinath@novell.com>
493
494         * IBM.Data.DB2/Makefile: Disable for 'net_2_0'.
495
496 2004-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
497
498         * Makefile: enabled Mono.CSharp.Debugger on windows.
499
500 2004-06-11  Duncan Mak  <duncan@ximian.com>
501
502         * IBM.Data.DB2/IBM.Data.DB2.dll.sources: 
503         * Makefile: Add IBM.Data.DB2.
504
505 2004-05-07  Raja R Harinath  <rharinath@novell.com>
506
507         * Makefile (SUBDIRS): Build 'corlib' and first pass of 'System'
508         before anything else.  Remove duplicated Novell.Directory.Ldap.
509
510 2004-05-02  Duncan Mak  <duncan@ximian.com>
511
512         * I18N/Assembly/AssemblyInfo.cs:
513         * Mono.CSharp.Debugger/Assembly/AssemblyInfo.cs:
514         * Mono.Cairo/Assembly/AssemblyInfo.cs:
515         * Mono.Data.SqliteClient/Assembly/AssemblyInfo.cs:
516         * Mono.Data.SybaseClient/Assembly/AssemblyInfo.cs:
517         * Mono.Data.Tds/Assembly/AssemblyInfo.cs:
518         * Mono.Data.TdsClient/Assembly/AssemblyInfo.cs: Fix the
519         AssemblyVersionAttribute ordering.
520
521 2004-05-02  Duncan Mak  <duncan@ximian.com>
522
523         * ByteFX.Data/AssemblyInfo.cs:
524         * Mono.GetOptions/AssemblyInfo.cs:
525         * Microsoft.Vsa/Assembly/AssemblyInfo.cs: Add assembly-level
526         attributes for versioning (1.0 vs. 1.1 vs. 2.0).
527
528 2004-04-22  Martin Baulig  <martin@ximian.com>
529
530         Renamed the `NET_1_2' conditional to `NET_2_0' in all files.
531
532 2004-03-31  Dick Porter  <dick@ximian.com>
533
534         * I18N/CJK/gb2312.table:
535         * I18N/CJK/Gb2312Convert.cs: 
536         * I18N/CJK/CP936.cs: Rewrote the GB2312 conversion, using the iconv
537         algorithm as a base.  Fixes bug 53841.
538
539 2004-03-23  Sebastien Pouliot  <sebastien@ximian.com>
540
541         * ecma.pub: New. ECMA key to be used for strongnaming assemblies.
542         * msfinal.pub: New. Microsoft public key to be used for strongnaming
543         assemblies.
544
545 2004-02-04  Marek Safar <marek.safar@seznam.cz>
546
547         * Makefile: Build System.dll in two steps. Because of the circular
548         dependency with System.XML.dll.
549
550 2004-01-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
551
552         * Makefile: disabled Mono.Posix for other platforms than linux until
553         it builds properly.
554
555 2003-12-17  Sebastien Pouliot  <spouliot@videotron.ca>
556
557         * Makefile: Moved Mono.Security before Mono.Data.Tds because it's
558         now required for NTLM authentication.
559
560 2003-10-21  Pedro Martínez Juliá  <yoros@wanadoo.es>
561
562         * Makefile: Removed Mono.Security.Tls.
563
564         * Mono.Security.Tls: Removed directory, now TLS support is in
565         Mono.Security assembly.
566
567 2003-10-16  Pedro Martínez Juliá  <yoros@wanadoo.es>
568
569         * Makefile: Add Mono.Security.Tls assembly.
570
571 2003-08-11  Duncan Mak  <duncan@ximian.com>
572
573         * Makefile (SUBDIRS): Add Mono.Cairo.dll
574
575 2003-07-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
576
577         * Makefile: only build Mono.CSharp.Debugger under linux.
578
579 2003-07-23  Peter Williams  <peter@newton.cx>
580
581         * Makefile (SUBDIRS): Add System.Drawing.Design.dll to the
582         default build.
583
584 2003-07-22  Cesar Lopez Nataren  <cesar@ciencias.unam.mx>
585
586         * mcs/class/Makefile: Added Microsoft.Vsa.dll to the build.
587
588 2003-04-04  Miguel de Icaza  <miguel@ximian.com>
589
590         *
591         ICSharpCode.SharpZipLib/ICSharpCode.SharpZipLib/Zip/Compression/Streams/InflaterInputStream.cs: Do not close the file.
592
593 2003-04-03  Miguel de Icaza  <miguel@ximian.com>
594
595         *
596         ICSharpCode.SharpZipLib/ICSharpCode.SharpZipLib/Zip/Compression/Streams/InflaterInputStream.cs
597         (InflaterInputStream.Skip): Use a more memory friendly implementation.
598
599 2003-04-17  Nick Drochak  <ndrochak@gol.com>
600
601         * library.make: Only try to run the unit tests if there is a Test
602         directory.
603
604 2003-04-11 Duncan Mak  <duncan@ximian.com>
605         
606         * Mono.Globalization/Data/*.xml: Check in XML files used in
607         the implementation of System.Globalization.
608
609 2003-03-31 Martin Willemoes Hansen
610
611         * Stubed System.Drawing.Design
612
613 2003-03-31  Alan Tam <Tam@SiuLung.com>
614
615         * makefile.gnu: Added System.Design to build
616
617 2003-03-31  Alan Tam <Tam@SiuLung.com>
618
619         * library.build: Added back System.Design to build
620
621 2003-03-22  Martin Willemoes Hansen <mwh@sysrq.dk>
622
623         * Stubed Custommarshalers
624
625 2003-03-20  Piers Haken  <piersh@friskit.com>
626
627         * makefile.gnu: really fix the System.Management build problems
628
629 2003-03-11  Cesar Octavio Lopez Nataren  <cesar@ciencias.unam.mx>
630
631         * mcs/class: Added the directories Microsoft.JScript and Microsoft.Vsa that
632         will have the runtime support and CodeDom support for the JScript Compiler.
633
634 2003-03-06 Jackson Harper <jackson@latitudegeo.com>
635
636         * makefile.gnu: Add PEAPI to the build
637
638 2003-03-06  Sebastien Pouliot <spouliot@videotron.ca>
639
640         * library.build: added Mono.Security to build, test and clean. 
641
642 2003-03-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
643
644         * class/library.build:
645         * class/makefile.gnu: added Mono.Posix and System.Management.
646
647 2003-03-02 Jackson Harper <jackson@latitudegeo.com>
648
649         * mcs/class: Add PEAPI directory
650
651 2003-02-22  Martin Baulig  <martin@ximian.com>
652
653         * library.make: Pass `MCS_FLAGS' to MCS.
654
655 2003-02-15  Zoltan Varga  <vargaz@freemail.hu>
656
657         * makefile.gnu (test): do not install .dbg files since mcs no longer
658         generates them.
659
660 2003-02-13  Tim Coleman <tim@timcoleman.com>
661         * makefile.gnu: Add System.Data.OracleClient to linux build.
662
663 2003-02-10  Nick Drochak  <ndrochak@gol.com>
664
665         * library.build:
666         * makefile: add testcorlib target to run unit tests just for corlib.
667
668 2003-02-05  Sebastien Pouliot <spouliot@videotron.ca>
669
670         * library.build: added Mono.Security.Win32 to build, test and 
671         clean. There's no makefile.gnu for this assembly as it is 
672         specific to Win32.
673
674 2003-01-23  Nick Drochak <ndrochak@gol.com>
675
676         * makefile: install the .dbg files too so the debugger can use them.
677
678 2003-01-17  Sebastien Pouliot <spouliot@videotron.ca>
679
680         * library.build: added System.Security to build, test and clean.
681         There's no makefile.gnu yet for this assembly.
682
683 2003-01-16  Rodrigo Moya <rodrigo@ximian.com>
684
685         * makefile.gnu: added Mono.Data.DB2Client directory.
686
687 2003-01-08  Gaurav Vaish <gvaish_mono AT lycos.com>
688
689         * System.Web.Mobile  : Added new directory
690
691 2002-12-11  Jeroen Janssen <japj@darius.demon.nl>
692         
693         * enabled building Mono.Directory.LDAP and
694           System.Design in .build file
695
696 2002-12-10  Jeroen Janssen <japj@darius.demon.nl>
697         
698         * updated .build file(s) to correctly contain required buildfile 
699           attribute for nant
700
701 2002-12-09  Daniel Morgan <danmorg@sc.rr.com>
702
703         * library.build: add Mono.GetOptions to windows build
704         
705         * Mono.GetOptions/Mono.GetOptions.build: add file
706         for windows build
707
708 2002-12-08  Radek Doulik  <rodo@ximian.com>
709
710         * makefile.gnu (DIRS): place System.Data before Mono.GetOptions,
711         Mono.GetOptions references System.Data
712
713 2002-12-07 Jackson Harper <jackson@latitudegeo.com>
714
715         * library.build: Added Cscompmgd to the build
716
717 2002-12-02  Cesar Octavio Lopez Nataren  <cesar@ciencias.unam.mx>
718
719         * mcs/class: Added assembly directory System.ServiceProcess
720
721 2002-11-26  Daniel morgan <danmorg@sc.rr.com>
722
723         * makefile.gnu: add Mono.Data.PostgreSqlClient 
724         to Linux build
725         
726         * library.build: add Mono.Data.PostgreSqlClient
727         to Windows build
728
729 2002-11-20  Nick Drochak <ndrochak@gol.com>
730
731         * library.make: for .response allow white space at the end of
732         the line 
733