2006-09-14 Jonathan Chambers <joncham@gmail.com>
[mcs.git] / class / ChangeLog
blobc3ce558d2198cd0120eaa83a37416a469ccda603
1 2006-09-04  Zoltan Varga  <vargaz@gmail.com>
3         * Makefile (BROKEN_SUBDIRS): Fix make dist.
5 2006-09-02  Jordi Mas <jordimash@gmail.com>
7         * msfinal3.pub: Microsoft public key to be used for strongnaming
8         WinFX assemblies.
10 2006-07-14  Raja R Harinath  <rharinath@novell.com>
12         * Makefile (net_2_0_dirs): Move System.Transactions ...
13         (common_dirs): ... here, before System.Data, which depends on it
14         in the net_2_0 profile.
16 2006-01-18  Chris Toshok  <toshok@ximian.com>
18         * Makefile (common_dirs): add System.Web again after
19         System.Web.Services.
21 2006-01-05  Raja R Harinath  <rharinath@novell.com>
23         * Makefile: Build FirebirdSql.Data.Firebird only in the "default"
24         profile.
26 2006-01-03  Chris Toshok  <toshok@ximian.com>
28         * Makefile (default_SUBDIRS): more futzing with ordering, thanks
29         to the complicated circular deps.  Build System.Configuration
30         after System.Security, and build System yet another time after
31         System.Configuration has been built.
33 2005-12-22  Raja R Harinath  <rharinath@novell.com>
35         * Makefile (default_SUBDIRS): Add Compat.ICSharpCode.SharpZipLib.
36         (COMPAT_PROFILE_DIRS): New.
37         (dist-local): Use it.
38         * compat/default, compat/net_2_0: New directories for holding
39         backwards-compatibility libraries.  These will not be used inside
40         the tree, but will be installed into the GAC.
42 2005-12-12  Atsushi Enomoto  <atsushi@ximian.com>
44         * Makefile : seems like net_2_0_ONLY_SUBDIRS must precede.
46 2005-12-12  Raja R Harinath  <rharinath@novell.com>
48         * Makefile (default_SUBDIRS): New.  Rename from SUBDIRS, and move
49         before including library.make.
50         (net_2_0_ONLY_SUBDIRS): New.
51         (DIST_ONLY_SUBDIRS): Add net_2_0_ONLY_SUBDIRS.
53 2005-09-30  Miguel de Icaza  <miguel@novell.com>
55         * Recompile the
56         FirebirdSql.Data.Common/Resources/isc_error_msg.resources with the
57         resgen so it produces 1.x resources not 2.x resources which are
58         unreadable in 1.x profile.
60         * FirebirdSql.Data.Firebird.dll.resources: Add the full name that
61         will be used, otherwise no resources work.
63         * FirebirdSql.Data.Common/Resources/isc_error_msg.txt: Fix newline.
65 2005-11-21  Raja R Harinath  <rharinath@novell.com>
67         * Makefile (net_2_0_bootstrap_SUBDIRS): Add PEAPI.
68         (net_1_1_java_SUBDIRS): New.  Don't use 'ifeq ($(PROFILE))' to
69         define SUBDIRS.
71 2005-11-15 Vlad Spivak <spivak@mainsoft.com>
73         * Makefile: define net_1_1_java profile subdirs
75 2005-10-06  Chris Lahey  <clahey@ximian.com>
77         * Makefile (SUBDIRS): Compile Mono Posix before Mono SqliteClient.
79 2005-06-14  Lluis Sanchez Gual <lluis@novell.com>
81         * Makefile: Added System.Configuration to the build.
83 2005-04-21  Raja R Harinath  <rharinath@novell.com>
85         * Makefile (net_1_1_bootstrap_SUBDIRS): Add PEAPI.
87 2005-04-07  Raja R Harinath  <rharinath@novell.com>
89         * Makefile ($(basic_files:%=lib/basic/%)): Build the "basic"
90         profile if needed.  This is used when 'make dist' is invoked on a
91         clean tree.  Reported by Ben Maurer.
93 2005-01-24  Raja R Harinath  <rharinath@novell.com>
95         * Makefile (bootstrap_dirs): Add Mono.Security and System.Security
96         ahead of System.
97         (SUBDIRS): Move Mono.Security and System.Security ahead of System.
99 2005-01-13  Cesar Lopez Nataren  <cnataren@novell.com>
101         * Makefile (SUBDIRS): added Microsoft.JScript to the default build.
103 2005-01-04  Raja R Harinath  <rharinath@novell.com>
105         * Makefile (DIST_ONLY_SUBDIRS): Remove Managed.Windows.Forms.
107 2004-12-26  Peter Bartok  <pbartok@novell.com>
109         * Makefile (SUBDIRS): Switched from System.Windows.Forms to
110           Managed.Windows.Forms to build with the managed implementation
111           by default.
113 2004-12-08  Martin Baulig  <martin@ximian.com>
115         * Mono.CSharp.Debugger/: Renamed to Mono.CSharp.CompilerServices.
116         (the DLL it creates has already been renamed a long time ago).
118 2004-12-08  Raja R Harinath  <rharinath@novell.com>
120         * Makefile (monolite_files): New.  Do away with lib/basic.tar.gz.
121         Create the files in lib/monolite/.
122         (DISTFILES, dist-default, dist-local): Distribute them.
124 2004-12-06  Raja R Harinath  <rharinath@novell.com>
126         * Makefile (SUBDIRS): Move I18N after second-pass of System.
128 2004-12-03  Raja R Harinath  <rharinath@novell.com>
130         * Makefile (basic_SUBDIRS): Add second-pass System, too.
131         (basic_files): Add System.Xml.dll.
133 2004-12-02  Atsushi Enomoto  <atsushi@ximian.com>
135         * Makefile : now we need System.Xml.dll for basic bootstrapping.
137 2004-11-25  Raja R Harinath  <rharinath@novell.com>
139         * Makefile (DISTFILES): Add public and private keys.
140         (lib/basic.tar.gz): New.
141         (dist-local): Distribute it.
142         (DIST_ONLY_SUBDIRS): Distribute Managed.Windows.Forms.
143         * I18N/Makefile (DISTFILES): Add Assembly/ChangeLog and
144         Assembly/AssemblyInfo.cs.
145         * IBM.Data.DB2/Makefile (EXTRA_DISTFILES): Distribute ibm.pub.
147 2004-11-22  Raja R Harinath  <rharinath@novell.com>
149         * Makefile (net_1_1_bootstrap_SUBDIRS): Add Mono.Security.
151 2004-11-19  Raja R Harinath  <rharinath@novell.com>
153         * Makefile (DIST_PROFILES): New.
154         (dist-local): Create profile-specific directories in the tarball.
156 2004-11-12  Martin Baulig  <martin@ximian.com>
158         * Makefile (SUBDIRS): Added Mono.C5.
160 2004-11-09  Raja R Harinath  <rharinath@novell.com>
162         * Makefile (basic_SUBDIRS): New.
164 2004-11-04  Raja R Harinath  <rharinath@novell.com>
166         * Makefile (net_1_1_bootstrap_SUBDIRS): New.
168 2004-10-29  Raja R Harinath  <rharinath@novell.com>
170         * Makefile (net_2_0_bootstrap_SUBDIRS): New.
172 2004-10-22  Daniel Morgan <danielmorgan@verizon.net>
174         * Mono.Data/.cvsignore
175         * Mono.Data/AssemblyInfo.cs
176         * Mono.Data/Makefile
177         * Mono.Data/Mono.Data.dll.sources: added files 
178         for build of Mono.Data.dll   
179         This assembly includes the ProviderFactory
181         * Makefile: added Mono.Data.dll to the build
182         * Mono.Data/app.config: added providers and 
183         removed obsolete providers to app settings xml file
184         
185         * Mono.Data/test/Mono.Data.dll: delete
187 2004-10-22  Atsushi Enomoto  <atsushi@ximian.com>
189         * Makefile : just remove System.Data.SqlXml.dll.
191 2004-10-11  Duncan Mak  <duncan@ximian.com>
193         * Makefile: Move Microsoft.VisualBasic.dll to be built after
194         System.Windows.Forms.dll is built, because VB now requires SWF. This
195         fixes the build.
197 2004-07-26  Atsushi Enomoto  <atsushi@ximian.com>
199         * Makefile: added System.Data.SqlXml.dll as a working target.
201 2004-07-02  Raja R Harinath  <rharinath@novell.com>
203         * IBM.Data.DB2/Makefile (all-local $(STD_TARGETS:=-local)):
204         Simplify dummy rule somewhat.
206 2004-06-24  Raja R Harinath  <rharinath@novell.com>
208         * IBM.Data.DB2/Makefile: Disable for 'net_2_0'.
210 2004-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
212         * Makefile: enabled Mono.CSharp.Debugger on windows.
214 2004-06-11  Duncan Mak  <duncan@ximian.com>
216         * IBM.Data.DB2/IBM.Data.DB2.dll.sources: 
217         * Makefile: Add IBM.Data.DB2.
219 2004-05-07  Raja R Harinath  <rharinath@novell.com>
221         * Makefile (SUBDIRS): Build 'corlib' and first pass of 'System'
222         before anything else.  Remove duplicated Novell.Directory.Ldap.
224 2004-05-02  Duncan Mak  <duncan@ximian.com>
226         * I18N/Assembly/AssemblyInfo.cs:
227         * Mono.CSharp.Debugger/Assembly/AssemblyInfo.cs:
228         * Mono.Cairo/Assembly/AssemblyInfo.cs:
229         * Mono.Data.SqliteClient/Assembly/AssemblyInfo.cs:
230         * Mono.Data.SybaseClient/Assembly/AssemblyInfo.cs:
231         * Mono.Data.Tds/Assembly/AssemblyInfo.cs:
232         * Mono.Data.TdsClient/Assembly/AssemblyInfo.cs: Fix the
233         AssemblyVersionAttribute ordering.
235 2004-05-02  Duncan Mak  <duncan@ximian.com>
237         * ByteFX.Data/AssemblyInfo.cs:
238         * Mono.GetOptions/AssemblyInfo.cs:
239         * Microsoft.Vsa/Assembly/AssemblyInfo.cs: Add assembly-level
240         attributes for versioning (1.0 vs. 1.1 vs. 2.0).
242 2004-04-22  Martin Baulig  <martin@ximian.com>
244         Renamed the `NET_1_2' conditional to `NET_2_0' in all files.
246 2004-03-31  Dick Porter  <dick@ximian.com>
248         * I18N/CJK/gb2312.table:
249         * I18N/CJK/Gb2312Convert.cs: 
250         * I18N/CJK/CP936.cs: Rewrote the GB2312 conversion, using the iconv
251         algorithm as a base.  Fixes bug 53841.
253 2004-03-23  Sebastien Pouliot  <sebastien@ximian.com>
255         * ecma.pub: New. ECMA key to be used for strongnaming assemblies.
256         * msfinal.pub: New. Microsoft public key to be used for strongnaming
257         assemblies.
259 2004-02-04  Marek Safar <marek.safar@seznam.cz>
261         * Makefile: Build System.dll in two steps. Because of the circular
262         dependency with System.XML.dll.
264 2004-01-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
266         * Makefile: disabled Mono.Posix for other platforms than linux until
267         it builds properly.
269 2003-12-17  Sebastien Pouliot  <spouliot@videotron.ca>
271         * Makefile: Moved Mono.Security before Mono.Data.Tds because it's
272         now required for NTLM authentication.
274 2003-10-21  Pedro Martínez Juliá  <yoros@wanadoo.es>
276         * Makefile: Removed Mono.Security.Tls.
278         * Mono.Security.Tls: Removed directory, now TLS support is in
279         Mono.Security assembly.
281 2003-10-16  Pedro Martínez Juliá  <yoros@wanadoo.es>
283         * Makefile: Add Mono.Security.Tls assembly.
285 2003-08-11  Duncan Mak  <duncan@ximian.com>
287         * Makefile (SUBDIRS): Add Mono.Cairo.dll
289 2003-07-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
291         * Makefile: only build Mono.CSharp.Debugger under linux.
293 2003-07-23  Peter Williams  <peter@newton.cx>
295         * Makefile (SUBDIRS): Add System.Drawing.Design.dll to the
296         default build.
298 2003-07-22  Cesar Lopez Nataren  <cesar@ciencias.unam.mx>
300         * mcs/class/Makefile: Added Microsoft.Vsa.dll to the build.
302 2003-04-04  Miguel de Icaza  <miguel@ximian.com>
304         *
305         ICSharpCode.SharpZipLib/ICSharpCode.SharpZipLib/Zip/Compression/Streams/InflaterInputStream.cs: Do not close the file.
307 2003-04-03  Miguel de Icaza  <miguel@ximian.com>
309         *
310         ICSharpCode.SharpZipLib/ICSharpCode.SharpZipLib/Zip/Compression/Streams/InflaterInputStream.cs
311         (InflaterInputStream.Skip): Use a more memory friendly implementation.
313 2003-04-17  Nick Drochak  <ndrochak@gol.com>
315         * library.make: Only try to run the unit tests if there is a Test
316         directory.
318 2003-04-11 Duncan Mak  <duncan@ximian.com>
319         
320         * Mono.Globalization/Data/*.xml: Check in XML files used in
321         the implementation of System.Globalization.
323 2003-03-31 Martin Willemoes Hansen
325         * Stubed System.Drawing.Design
327 2003-03-31  Alan Tam <Tam@SiuLung.com>
329         * makefile.gnu: Added System.Design to build
331 2003-03-31  Alan Tam <Tam@SiuLung.com>
333         * library.build: Added back System.Design to build
335 2003-03-22  Martin Willemoes Hansen <mwh@sysrq.dk>
337         * Stubed Custommarshalers
339 2003-03-20  Piers Haken  <piersh@friskit.com>
341         * makefile.gnu: really fix the System.Management build problems
343 2003-03-11  Cesar Octavio Lopez Nataren  <cesar@ciencias.unam.mx>
345         * mcs/class: Added the directories Microsoft.JScript and Microsoft.Vsa that
346         will have the runtime support and CodeDom support for the JScript Compiler.
348 2003-03-06 Jackson Harper <jackson@latitudegeo.com>
350         * makefile.gnu: Add PEAPI to the build
352 2003-03-06  Sebastien Pouliot <spouliot@videotron.ca>
354         * library.build: added Mono.Security to build, test and clean. 
356 2003-03-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
358         * class/library.build:
359         * class/makefile.gnu: added Mono.Posix and System.Management.
361 2003-03-02 Jackson Harper <jackson@latitudegeo.com>
363         * mcs/class: Add PEAPI directory
365 2003-02-22  Martin Baulig  <martin@ximian.com>
367         * library.make: Pass `MCS_FLAGS' to MCS.
369 2003-02-15  Zoltan Varga  <vargaz@freemail.hu>
371         * makefile.gnu (test): do not install .dbg files since mcs no longer
372         generates them.
374 2003-02-13  Tim Coleman <tim@timcoleman.com>
375         * makefile.gnu: Add System.Data.OracleClient to linux build.
377 2003-02-10  Nick Drochak  <ndrochak@gol.com>
379         * library.build:
380         * makefile: add testcorlib target to run unit tests just for corlib.
382 2003-02-05  Sebastien Pouliot <spouliot@videotron.ca>
384         * library.build: added Mono.Security.Win32 to build, test and 
385         clean. There's no makefile.gnu for this assembly as it is 
386         specific to Win32.
388 2003-01-23  Nick Drochak <ndrochak@gol.com>
390         * makefile: install the .dbg files too so the debugger can use them.
392 2003-01-17  Sebastien Pouliot <spouliot@videotron.ca>
394         * library.build: added System.Security to build, test and clean.
395         There's no makefile.gnu yet for this assembly.
397 2003-01-16  Rodrigo Moya <rodrigo@ximian.com>
399         * makefile.gnu: added Mono.Data.DB2Client directory.
401 2003-01-08  Gaurav Vaish <gvaish_mono AT lycos.com>
403         * System.Web.Mobile  : Added new directory
405 2002-12-11  Jeroen Janssen <japj@darius.demon.nl>
406         
407         * enabled building Mono.Directory.LDAP and
408           System.Design in .build file
410 2002-12-10  Jeroen Janssen <japj@darius.demon.nl>
411         
412         * updated .build file(s) to correctly contain required buildfile 
413           attribute for nant
415 2002-12-09  Daniel Morgan <danmorg@sc.rr.com>
417         * library.build: add Mono.GetOptions to windows build
418         
419         * Mono.GetOptions/Mono.GetOptions.build: add file
420         for windows build
422 2002-12-08  Radek Doulik  <rodo@ximian.com>
424         * makefile.gnu (DIRS): place System.Data before Mono.GetOptions,
425         Mono.GetOptions references System.Data
427 2002-12-07 Jackson Harper <jackson@latitudegeo.com>
429         * library.build: Added Cscompmgd to the build
431 2002-12-02  Cesar Octavio Lopez Nataren  <cesar@ciencias.unam.mx>
433         * mcs/class: Added assembly directory System.ServiceProcess
435 2002-11-26  Daniel morgan <danmorg@sc.rr.com>
437         * makefile.gnu: add Mono.Data.PostgreSqlClient 
438         to Linux build
439         
440         * library.build: add Mono.Data.PostgreSqlClient
441         to Windows build
443 2002-11-20  Nick Drochak <ndrochak@gol.com>
445         * library.make: for .response allow white space at the end of
446         the line