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