2009-11-07 Zoltan Varga <vargaz@gmail.com>
[mcs.git] / class / ChangeLog
blob0d6fab560575c464e78e30ccc7cbea33e55b16e8
1 2009-11-07  Zoltan Varga  <vargaz@gmail.com>
3         * Makefile (net_2_0_dirs): Add System.Data.Services.
5 2009-11-02  Zoltan Varga  <vargaz@gmail.com>
7         * Makefile: Move Mono.Debugger.Soft to net_2_0_dirs for 2.6.
9 2009-11-02  Zoltan Varga  <vargaz@gmail.com>
11         * Makefile: Add Mono.Debugger.Soft.
13 2009-10-14  Jonathan Pryor  <jpryor@novell.com>
15         * Makefile: Add Mono.Data.Tds, System.Transactions, System.Data, and
16           Mono.Data.Sqlite to the MonoTouch build.
18 2009-10-08  Jb Evain  <jbevain@novell.com>
20         * Makefile: build the i18n assemblies on MonoTouch.
22 2009-09-24  Marek Safar  <marek.safar@gmail.com>
24         * Makefile: Removed System.Json from net_4_0 profile.
26 2009-09-17  Atsushi Enomoto  <atsushi@ximian.com>
28         * Makefile: move core WCF assemblies before Sys.Web.Extensions,
29           which will depend on them.
31 2009-09-11  Marek Safar  <marek.safar@gmail.com>
33         * Makefile: Add System.Core to net_4_0_boostrap.
35 2009-09-02  Jb Evain  <jbevain@novell.com>
37         * Makefile: include System.Json in monotouch.
39 2009-08-13  Atsushi Enomoto  <atsushi@ximian.com>
41         * Makefile: add System.Json to net_4_0 profile.
43 2009-07-20  Jb Evain  <jbevain@novell.com>
45         * Makefile: set monotouch_SUBDIRS to the net_2_1 assemblies set.
48 2009-07-18  Michael Barker  <mike@middlesoft.co.uk>
50         * Makefile:  Mono.Messaging.RabbitMQ back into all assemblies.
52 2009-07-17  Zoltan Varga  <vargaz@gmail.com>
54         * Makefile: Applied patch from Marcus Griep <marcus@griep.us>.
55         Move Mono.C5 to net_2_0_dirs.
57 2009-07-06  Raja R Harinath  <harinath@hurrynot.org>
59         * Makefile (common_dirs): Add SystemWebTestShim.
61 2009-07-06  Raja R Harinath  <harinath@hurrynot.org>
63         * Makefile (net_1_1_dirs): Move Mono.Cecil ...
64         (common_dirs): ... here.
66 2009-07-02  Marek Safar  <marek.safar@gmail.com>
68         * Makefile: Add System.Dynamic.
70 2009-06-29  Marek Safar  <marek.safar@gmail.com>
72         * Makefile: Add Microsoft.CSharp.
74 2009-04-07  Miguel de Icaza  <miguel@novell.com>
76         * Mono.Tasklets/Mono.Tasklets/Continuation.cs: Fix the signature
77         for store.
79 2009-04-25  Jonathan Chambers  <joncham@gmail.com>
80         * Makefile: Add Microsoft.Build.* to 3.5 profile.
82 Mon Apr 6 14:37:32 CEST 2009 Paolo Molaro <lupus@ximian.com>
84         * Makefile, Mono.Tasklets: managed part of continuation support.
86 2009-03-27  Raja R Harinath  <harinath@hurrynot.org>
88         * Makefile (net_2_0_dirs): Build System.Runtime.Serialization
89         before System.Data.Linq.
91 2009-01-22  Marek Habersack  <mhabersack@novell.com>
93         * Makefile (net_2_0_dirs): added System.Web - it now depends on
94         System.Core, so it needs to be recompiled one more time after
95         System.Core is done.
97 2008-12-08  Atsushi Enomoto  <atsushi@ximian.com>
99         * Makefile : revert previous one and retry before I revert everything.
101 2008-12-08  Atsushi Enomoto  <atsushi@ximian.com>
103         * Makefile : actually RabbitMQ.Client is under wrong build practice :(
105 2008-12-08  Atsushi Enomoto  <atsushi@ximian.com>
107         * Makefile : add new sys.messaging implementation.
109 2008-11-20  Jb Evain  <jbevain@novell.com>
111         * Makefile: add System.Xml.Linq to the net_2_1 build.
113 2008-11-05  Marek Habersack  <mhabersack@novell.com>
115         * Makefile (net_2_0_dirs): Npgsql requires .NET 2.0+ now.
117 2008-10-21  Atsushi Enomoto  <atsushi@ximian.com>
119         * Malefile: ... and Sys.ComponentModel.DataAnnotations.dll.
121 2008-10-21  Atsushi Enomoto  <atsushi@ximian.com>
123         * Malefile: added Sys.Web.DynamicData to the build.
125 2008-10-17  Jonathan Pryor  <jpryor@novell.com>
127         * I18N/Makefile: Add doc-update target support.
129 2008-10-13  Jonathan Pryor  <jpryor@novell.com>
131         * Makefile (net_2_0_dirs): Add Mono.Options.
133 2008-10-09  Atsushi Enomoto  <atsushi@ximian.com>
135         * Makefile: add System.Web.Abstractions and System.Web.Routing.
137 2008-10-07  Atsushi Enomoto  <atsushi@ximian.com>
139         * Makefile : changed some net_2_0_dirs orders; Sys.Web.Extensions
140           will depend on Sys.Data.Linq (LinqDataSource).
142 2008-10-07  Zoltan Varga  <vargaz@gmail.com>
144         * Makefile (net_2_0_dirs): Add Mono.Simd.
146 2008-09-30  Marek Habersack  <mhabersack@novell.com>
148         * Makefile (net_2_0_dirs): added System.Web.Extensions_1.0 and
149         System.Web.Extensions.Design_1.0
150         (net_3_5_dirs): removed System.Web.Extensions, the 3.5 version is
151         now built in the 2.0 profile.
153 2008-09-24  Zoltan Varga  <vargaz@gmail.com>
155         * Makefile (net_2_0_dirs): Add Mono.Management.
157 2008-09-23  Marek Safar  <marek.safar@gmail.com>
159         * Makefile: Build Mono.CompilerServices.SymbolWriter before it's
160         used.
162 2008-09-23  Jb Evain  <jbevain@novell.com>
164         * Makefile: compile the SymbolWriter during net_2_1_raw.
166 2008-09-12  Jb Evain  <jbevain@novell.com>
168         * Makefile: add System.ServiceModel.Web to the net_2_1_raw build.
170 2008-09-12  Jb Evain  <jbevain@novell.com>
172         * Makefile: add System.ServiceModel to the net_2_1_raw build.
174 2008-09-09  Jb Evain  <jbevain@novell.com>
176         * Makefile: build System.Runtime.Serialization
177         during the net_2_1_raw profile.
179 2008-08-21  Jb Evain  <jbevain@novell.com>
181         * Makefile: add wcf and cardspace to the build.
183 2008-07-31  Jb Evain  <jbevain@novell.com>
185         * Makefile: update net_2_1_bootstrap_SUBDIRS to only build
186         corlib and System.
187 2008-05-22  Andreia Gaita <avidigal@novell.com> 
189         * Makefile, Mono.Mozilla, Mono.WebBrowser: Long overdue rename of
190           Mono.Mozilla to Mono.WebBrowser. step 1 - directory moving
192 2008-05-14  Atsushi Enomoto  <atsushi@ximian.com>
194         * Makefile : moved System.Data.DataSetExtensions.dll from net_3_5
195           island to centum net_2_0 subdirs.
197 2008-05-10  Sebastien Pouliot  <sebastien@ximian.com>
199         * Makefile: Include silverlight.pub in dist so monobuild goes on...
201 2008-04-14  Raja R Harinath  <harinath@hurrynot.org>
203         * Makefile (DIST_ONLY_SUBDIRS): Remove.
204         (MONO_WEB, MONO_POSIX, MONO_SYMWRITER): Remove.  Inline definitions.
206 2008-04-13  Jb Evain  <jbevain@novell.com>
208         * Makefile: update the 2.1 assemblies.
209         Merged from the Moonlight 2 branch.
211 2008-03-04  Marek Safar  <marek.safar@gmail.com>
213         * Makefile: Added System.Data.Linq
214         
215 2008-03-03  Marek Habersack  <mhabersack@novell.com>
217         * Makefile: Move Mono.Web back to the common section.
219 2008-03-03  Marek Safar  <marek.safar@gmail.com>
221         * Makefile: Moved Mono.Web to 2.0 section.
223 2008-02-17  Raja R Harinath  <harinath@hurrynot.org>
225         * Makefile (net_3_5_dirs): Remove System.Xml.Linq, now that it's
226         built in the 2.0 profile.
228 2008-02-11  Andrew Jorgensen  <ajorgensen@novell.com>
230         * Makefile: build System.Xml.Linq in the 2.0 profile
232 2007-12-19  Jb Evain  <jbevain@novell.com>
234         * Makefile: include MicrosoftAjaxLibrary/License.htm
235         in the dist.
237 2007-12-17  Jb Evain  <jbevain@novell.com>
239         * Makefile: build Mono.Cecil only in the default profile.
241 2007-12-08  Marek Habersack  <mhabersack@novell.com>
243         * Makefile (common_dirs): Mono.Data.Sqlite must be built before
244         System.Web.
246 2007-12-03  Marek Safar  <marek.safar@gmail.com>
248         * Makefile: Build 3.5 assemblies under NET_3_5 profile.
249         
250 2007-11-29  Atsushi Enomoto  <atsushi@ximian.com>
252         * Makefile: added System.Xml.Linq.
254 2007-11-13  Atsushi Enomoto  <atsushi@ximian.com>
256         * Makefile: In 2.0 System.EnterpriseServices.dll depends on
257           System.Transactions.dll.
259 2007-10-09  Atsushi Enomoto  <atsushi@ximian.com>
261         * Makefile: In 2.0 System.Design.dll has cyclic dep on
262           System.Drawing.Design.dll.
264 2007-09-11  Marek Habersack  <mhabersack@novell.com>
266         * Makefile (net_2_0_dirs): added the System.Web.Extensions.Design
267         directory.
269 2007-08-27  Jb Evain  <jbevain@novell.com>
271         * Makefile: integrate Mono.Cecil.Mdb in the build.
273 2007-08-11  Andreia Gaita  <avidigal@novell.com>
275         * Makefile: Ooops, Mono.Mozilla is being built out of
276         order, fixed :p
278 2007-08-11  Andreia Gaita  <avidigal@novell.com>
280         * Makefile: integrate Mono.Mozilla wrapper in the build.
282 2007-07-17  Jb Evain  <jbevain@novell.com>
284         * Makefile: integrate Cecil in the build.
286 2007-07-11  Jb Evain  <jbevain@novell.com>
288         * Makefile: work on the 2.1 profile.
290 2007-05-11  Raja R Harinath  <rharinath@novell.com>
292         * Makefile (DIST_PROFILE_DIRS, COMPAT_PROFILE_DIRS): Remove.
293         (dist-local): No need for additional actions.
295 2007-02-22  Marek Habersack  <grendello@gmail.com>
297         * Makefile: Added Mono.Data.Sqlite to build.
299 2007-02-05  Marek Safar  <marek.safar@gmail.com>
301         * Makefile: Add System.Core to build.
303 2007-01-19  Atsushi Enomoto  <atsushi@ximian.com>
305         * Makefile: there are configuration dependency things in sys.xml too.
307 2006-10-18  Marek Habersack  <grendello@gmail.com>
309         * Makefile: Change the order of assembly compilation to make it
310         possible to compile the global/local resources compiler.
312 2006-09-04  Zoltan Varga  <vargaz@gmail.com>
314         * Makefile (BROKEN_SUBDIRS): Fix make dist.
316 2006-09-02  Jordi Mas <jordimash@gmail.com>
318         * msfinal3.pub: Microsoft public key to be used for strongnaming
319         WinFX assemblies.
321 2006-07-14  Raja R Harinath  <rharinath@novell.com>
323         * Makefile (net_2_0_dirs): Move System.Transactions ...
324         (common_dirs): ... here, before System.Data, which depends on it
325         in the net_2_0 profile.
327 2006-01-18  Chris Toshok  <toshok@ximian.com>
329         * Makefile (common_dirs): add System.Web again after
330         System.Web.Services.
332 2006-01-05  Raja R Harinath  <rharinath@novell.com>
334         * Makefile: Build FirebirdSql.Data.Firebird only in the "default"
335         profile.
337 2006-01-03  Chris Toshok  <toshok@ximian.com>
339         * Makefile (default_SUBDIRS): more futzing with ordering, thanks
340         to the complicated circular deps.  Build System.Configuration
341         after System.Security, and build System yet another time after
342         System.Configuration has been built.
344 2005-12-22  Raja R Harinath  <rharinath@novell.com>
346         * Makefile (default_SUBDIRS): Add Compat.ICSharpCode.SharpZipLib.
347         (COMPAT_PROFILE_DIRS): New.
348         (dist-local): Use it.
349         * compat/default, compat/net_2_0: New directories for holding
350         backwards-compatibility libraries.  These will not be used inside
351         the tree, but will be installed into the GAC.
353 2005-12-12  Atsushi Enomoto  <atsushi@ximian.com>
355         * Makefile : seems like net_2_0_ONLY_SUBDIRS must precede.
357 2005-12-12  Raja R Harinath  <rharinath@novell.com>
359         * Makefile (default_SUBDIRS): New.  Rename from SUBDIRS, and move
360         before including library.make.
361         (net_2_0_ONLY_SUBDIRS): New.
362         (DIST_ONLY_SUBDIRS): Add net_2_0_ONLY_SUBDIRS.
364 2005-09-30  Miguel de Icaza  <miguel@novell.com>
366         * Recompile the
367         FirebirdSql.Data.Common/Resources/isc_error_msg.resources with the
368         resgen so it produces 1.x resources not 2.x resources which are
369         unreadable in 1.x profile.
371         * FirebirdSql.Data.Firebird.dll.resources: Add the full name that
372         will be used, otherwise no resources work.
374         * FirebirdSql.Data.Common/Resources/isc_error_msg.txt: Fix newline.
376 2005-11-21  Raja R Harinath  <rharinath@novell.com>
378         * Makefile (net_2_0_bootstrap_SUBDIRS): Add PEAPI.
379         (net_1_1_java_SUBDIRS): New.  Don't use 'ifeq ($(PROFILE))' to
380         define SUBDIRS.
382 2005-11-15 Vlad Spivak <spivak@mainsoft.com>
384         * Makefile: define net_1_1_java profile subdirs
386 2005-10-06  Chris Lahey  <clahey@ximian.com>
388         * Makefile (SUBDIRS): Compile Mono Posix before Mono SqliteClient.
390 2005-06-14  Lluis Sanchez Gual <lluis@novell.com>
392         * Makefile: Added System.Configuration to the build.
394 2005-04-21  Raja R Harinath  <rharinath@novell.com>
396         * Makefile (net_1_1_bootstrap_SUBDIRS): Add PEAPI.
398 2005-04-07  Raja R Harinath  <rharinath@novell.com>
400         * Makefile ($(basic_files:%=lib/basic/%)): Build the "basic"
401         profile if needed.  This is used when 'make dist' is invoked on a
402         clean tree.  Reported by Ben Maurer.
404 2005-01-24  Raja R Harinath  <rharinath@novell.com>
406         * Makefile (bootstrap_dirs): Add Mono.Security and System.Security
407         ahead of System.
408         (SUBDIRS): Move Mono.Security and System.Security ahead of System.
410 2005-01-13  Cesar Lopez Nataren  <cnataren@novell.com>
412         * Makefile (SUBDIRS): added Microsoft.JScript to the default build.
414 2005-01-04  Raja R Harinath  <rharinath@novell.com>
416         * Makefile (DIST_ONLY_SUBDIRS): Remove Managed.Windows.Forms.
418 2004-12-26  Peter Bartok  <pbartok@novell.com>
420         * Makefile (SUBDIRS): Switched from System.Windows.Forms to
421           Managed.Windows.Forms to build with the managed implementation
422           by default.
424 2004-12-08  Martin Baulig  <martin@ximian.com>
426         * Mono.CSharp.Debugger/: Renamed to Mono.CSharp.CompilerServices.
427         (the DLL it creates has already been renamed a long time ago).
429 2004-12-08  Raja R Harinath  <rharinath@novell.com>
431         * Makefile (monolite_files): New.  Do away with lib/basic.tar.gz.
432         Create the files in lib/monolite/.
433         (DISTFILES, dist-default, dist-local): Distribute them.
435 2004-12-06  Raja R Harinath  <rharinath@novell.com>
437         * Makefile (SUBDIRS): Move I18N after second-pass of System.
439 2004-12-03  Raja R Harinath  <rharinath@novell.com>
441         * Makefile (basic_SUBDIRS): Add second-pass System, too.
442         (basic_files): Add System.Xml.dll.
444 2004-12-02  Atsushi Enomoto  <atsushi@ximian.com>
446         * Makefile : now we need System.Xml.dll for basic bootstrapping.
448 2004-11-25  Raja R Harinath  <rharinath@novell.com>
450         * Makefile (DISTFILES): Add public and private keys.
451         (lib/basic.tar.gz): New.
452         (dist-local): Distribute it.
453         (DIST_ONLY_SUBDIRS): Distribute Managed.Windows.Forms.
454         * I18N/Makefile (DISTFILES): Add Assembly/ChangeLog and
455         Assembly/AssemblyInfo.cs.
456         * IBM.Data.DB2/Makefile (EXTRA_DISTFILES): Distribute ibm.pub.
458 2004-11-22  Raja R Harinath  <rharinath@novell.com>
460         * Makefile (net_1_1_bootstrap_SUBDIRS): Add Mono.Security.
462 2004-11-19  Raja R Harinath  <rharinath@novell.com>
464         * Makefile (DIST_PROFILES): New.
465         (dist-local): Create profile-specific directories in the tarball.
467 2004-11-12  Martin Baulig  <martin@ximian.com>
469         * Makefile (SUBDIRS): Added Mono.C5.
471 2004-11-09  Raja R Harinath  <rharinath@novell.com>
473         * Makefile (basic_SUBDIRS): New.
475 2004-11-04  Raja R Harinath  <rharinath@novell.com>
477         * Makefile (net_1_1_bootstrap_SUBDIRS): New.
479 2004-10-29  Raja R Harinath  <rharinath@novell.com>
481         * Makefile (net_2_0_bootstrap_SUBDIRS): New.
483 2004-10-22  Daniel Morgan <danielmorgan@verizon.net>
485         * Mono.Data/.cvsignore
486         * Mono.Data/AssemblyInfo.cs
487         * Mono.Data/Makefile
488         * Mono.Data/Mono.Data.dll.sources: added files 
489         for build of Mono.Data.dll   
490         This assembly includes the ProviderFactory
492         * Makefile: added Mono.Data.dll to the build
493         * Mono.Data/app.config: added providers and 
494         removed obsolete providers to app settings xml file
495         
496         * Mono.Data/test/Mono.Data.dll: delete
498 2004-10-22  Atsushi Enomoto  <atsushi@ximian.com>
500         * Makefile : just remove System.Data.SqlXml.dll.
502 2004-10-11  Duncan Mak  <duncan@ximian.com>
504         * Makefile: Move Microsoft.VisualBasic.dll to be built after
505         System.Windows.Forms.dll is built, because VB now requires SWF. This
506         fixes the build.
508 2004-07-26  Atsushi Enomoto  <atsushi@ximian.com>
510         * Makefile: added System.Data.SqlXml.dll as a working target.
512 2004-07-02  Raja R Harinath  <rharinath@novell.com>
514         * IBM.Data.DB2/Makefile (all-local $(STD_TARGETS:=-local)):
515         Simplify dummy rule somewhat.
517 2004-06-24  Raja R Harinath  <rharinath@novell.com>
519         * IBM.Data.DB2/Makefile: Disable for 'net_2_0'.
521 2004-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
523         * Makefile: enabled Mono.CSharp.Debugger on windows.
525 2004-06-11  Duncan Mak  <duncan@ximian.com>
527         * IBM.Data.DB2/IBM.Data.DB2.dll.sources: 
528         * Makefile: Add IBM.Data.DB2.
530 2004-05-07  Raja R Harinath  <rharinath@novell.com>
532         * Makefile (SUBDIRS): Build 'corlib' and first pass of 'System'
533         before anything else.  Remove duplicated Novell.Directory.Ldap.
535 2004-05-02  Duncan Mak  <duncan@ximian.com>
537         * I18N/Assembly/AssemblyInfo.cs:
538         * Mono.CSharp.Debugger/Assembly/AssemblyInfo.cs:
539         * Mono.Cairo/Assembly/AssemblyInfo.cs:
540         * Mono.Data.SqliteClient/Assembly/AssemblyInfo.cs:
541         * Mono.Data.SybaseClient/Assembly/AssemblyInfo.cs:
542         * Mono.Data.Tds/Assembly/AssemblyInfo.cs:
543         * Mono.Data.TdsClient/Assembly/AssemblyInfo.cs: Fix the
544         AssemblyVersionAttribute ordering.
546 2004-05-02  Duncan Mak  <duncan@ximian.com>
548         * ByteFX.Data/AssemblyInfo.cs:
549         * Mono.GetOptions/AssemblyInfo.cs:
550         * Microsoft.Vsa/Assembly/AssemblyInfo.cs: Add assembly-level
551         attributes for versioning (1.0 vs. 1.1 vs. 2.0).
553 2004-04-22  Martin Baulig  <martin@ximian.com>
555         Renamed the `NET_1_2' conditional to `NET_2_0' in all files.
557 2004-03-31  Dick Porter  <dick@ximian.com>
559         * I18N/CJK/gb2312.table:
560         * I18N/CJK/Gb2312Convert.cs: 
561         * I18N/CJK/CP936.cs: Rewrote the GB2312 conversion, using the iconv
562         algorithm as a base.  Fixes bug 53841.
564 2004-03-23  Sebastien Pouliot  <sebastien@ximian.com>
566         * ecma.pub: New. ECMA key to be used for strongnaming assemblies.
567         * msfinal.pub: New. Microsoft public key to be used for strongnaming
568         assemblies.
570 2004-02-04  Marek Safar <marek.safar@seznam.cz>
572         * Makefile: Build System.dll in two steps. Because of the circular
573         dependency with System.XML.dll.
575 2004-01-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
577         * Makefile: disabled Mono.Posix for other platforms than linux until
578         it builds properly.
580 2003-12-17  Sebastien Pouliot  <spouliot@videotron.ca>
582         * Makefile: Moved Mono.Security before Mono.Data.Tds because it's
583         now required for NTLM authentication.
585 2003-10-21  Pedro Martínez Juliá  <yoros@wanadoo.es>
587         * Makefile: Removed Mono.Security.Tls.
589         * Mono.Security.Tls: Removed directory, now TLS support is in
590         Mono.Security assembly.
592 2003-10-16  Pedro Martínez Juliá  <yoros@wanadoo.es>
594         * Makefile: Add Mono.Security.Tls assembly.
596 2003-08-11  Duncan Mak  <duncan@ximian.com>
598         * Makefile (SUBDIRS): Add Mono.Cairo.dll
600 2003-07-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
602         * Makefile: only build Mono.CSharp.Debugger under linux.
604 2003-07-23  Peter Williams  <peter@newton.cx>
606         * Makefile (SUBDIRS): Add System.Drawing.Design.dll to the
607         default build.
609 2003-07-22  Cesar Lopez Nataren  <cesar@ciencias.unam.mx>
611         * mcs/class/Makefile: Added Microsoft.Vsa.dll to the build.
613 2003-04-04  Miguel de Icaza  <miguel@ximian.com>
615         *
616         ICSharpCode.SharpZipLib/ICSharpCode.SharpZipLib/Zip/Compression/Streams/InflaterInputStream.cs: Do not close the file.
618 2003-04-03  Miguel de Icaza  <miguel@ximian.com>
620         *
621         ICSharpCode.SharpZipLib/ICSharpCode.SharpZipLib/Zip/Compression/Streams/InflaterInputStream.cs
622         (InflaterInputStream.Skip): Use a more memory friendly implementation.
624 2003-04-17  Nick Drochak  <ndrochak@gol.com>
626         * library.make: Only try to run the unit tests if there is a Test
627         directory.
629 2003-04-11 Duncan Mak  <duncan@ximian.com>
630         
631         * Mono.Globalization/Data/*.xml: Check in XML files used in
632         the implementation of System.Globalization.
634 2003-03-31 Martin Willemoes Hansen
636         * Stubed System.Drawing.Design
638 2003-03-31  Alan Tam <Tam@SiuLung.com>
640         * makefile.gnu: Added System.Design to build
642 2003-03-31  Alan Tam <Tam@SiuLung.com>
644         * library.build: Added back System.Design to build
646 2003-03-22  Martin Willemoes Hansen <mwh@sysrq.dk>
648         * Stubed Custommarshalers
650 2003-03-20  Piers Haken  <piersh@friskit.com>
652         * makefile.gnu: really fix the System.Management build problems
654 2003-03-11  Cesar Octavio Lopez Nataren  <cesar@ciencias.unam.mx>
656         * mcs/class: Added the directories Microsoft.JScript and Microsoft.Vsa that
657         will have the runtime support and CodeDom support for the JScript Compiler.
659 2003-03-06 Jackson Harper <jackson@latitudegeo.com>
661         * makefile.gnu: Add PEAPI to the build
663 2003-03-06  Sebastien Pouliot <spouliot@videotron.ca>
665         * library.build: added Mono.Security to build, test and clean. 
667 2003-03-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
669         * class/library.build:
670         * class/makefile.gnu: added Mono.Posix and System.Management.
672 2003-03-02 Jackson Harper <jackson@latitudegeo.com>
674         * mcs/class: Add PEAPI directory
676 2003-02-22  Martin Baulig  <martin@ximian.com>
678         * library.make: Pass `MCS_FLAGS' to MCS.
680 2003-02-15  Zoltan Varga  <vargaz@freemail.hu>
682         * makefile.gnu (test): do not install .dbg files since mcs no longer
683         generates them.
685 2003-02-13  Tim Coleman <tim@timcoleman.com>
686         * makefile.gnu: Add System.Data.OracleClient to linux build.
688 2003-02-10  Nick Drochak  <ndrochak@gol.com>
690         * library.build:
691         * makefile: add testcorlib target to run unit tests just for corlib.
693 2003-02-05  Sebastien Pouliot <spouliot@videotron.ca>
695         * library.build: added Mono.Security.Win32 to build, test and 
696         clean. There's no makefile.gnu for this assembly as it is 
697         specific to Win32.
699 2003-01-23  Nick Drochak <ndrochak@gol.com>
701         * makefile: install the .dbg files too so the debugger can use them.
703 2003-01-17  Sebastien Pouliot <spouliot@videotron.ca>
705         * library.build: added System.Security to build, test and clean.
706         There's no makefile.gnu yet for this assembly.
708 2003-01-16  Rodrigo Moya <rodrigo@ximian.com>
710         * makefile.gnu: added Mono.Data.DB2Client directory.
712 2003-01-08  Gaurav Vaish <gvaish_mono AT lycos.com>
714         * System.Web.Mobile  : Added new directory
716 2002-12-11  Jeroen Janssen <japj@darius.demon.nl>
717         
718         * enabled building Mono.Directory.LDAP and
719           System.Design in .build file
721 2002-12-10  Jeroen Janssen <japj@darius.demon.nl>
722         
723         * updated .build file(s) to correctly contain required buildfile 
724           attribute for nant
726 2002-12-09  Daniel Morgan <danmorg@sc.rr.com>
728         * library.build: add Mono.GetOptions to windows build
729         
730         * Mono.GetOptions/Mono.GetOptions.build: add file
731         for windows build
733 2002-12-08  Radek Doulik  <rodo@ximian.com>
735         * makefile.gnu (DIRS): place System.Data before Mono.GetOptions,
736         Mono.GetOptions references System.Data
738 2002-12-07 Jackson Harper <jackson@latitudegeo.com>
740         * library.build: Added Cscompmgd to the build
742 2002-12-02  Cesar Octavio Lopez Nataren  <cesar@ciencias.unam.mx>
744         * mcs/class: Added assembly directory System.ServiceProcess
746 2002-11-26  Daniel morgan <danmorg@sc.rr.com>
748         * makefile.gnu: add Mono.Data.PostgreSqlClient 
749         to Linux build
750         
751         * library.build: add Mono.Data.PostgreSqlClient
752         to Windows build
754 2002-11-20  Nick Drochak <ndrochak@gol.com>
756         * library.make: for .response allow white space at the end of
757         the line