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