2005-03-28 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / mcs / class / ChangeLog
1 2005-04-21  Raja R Harinath  <rharinath@novell.com>
2
3         * Makefile (net_1_1_bootstrap_SUBDIRS): Add PEAPI.
4
5 2005-04-07  Raja R Harinath  <rharinath@novell.com>
6
7         * Makefile ($(basic_files:%=lib/basic/%)): Build the "basic"
8         profile if needed.  This is used when 'make dist' is invoked on a
9         clean tree.  Reported by Ben Maurer.
10
11 2005-01-24  Raja R Harinath  <rharinath@novell.com>
12
13         * Makefile (bootstrap_dirs): Add Mono.Security and System.Security
14         ahead of System.
15         (SUBDIRS): Move Mono.Security and System.Security ahead of System.
16
17 2005-01-13  Cesar Lopez Nataren  <cnataren@novell.com>
18
19         * Makefile (SUBDIRS): added Microsoft.JScript to the default build.
20
21 2005-01-04  Raja R Harinath  <rharinath@novell.com>
22
23         * Makefile (DIST_ONLY_SUBDIRS): Remove Managed.Windows.Forms.
24
25 2004-12-26  Peter Bartok  <pbartok@novell.com>
26
27         * Makefile (SUBDIRS): Switched from System.Windows.Forms to
28           Managed.Windows.Forms to build with the managed implementation
29           by default.
30
31 2004-12-08  Martin Baulig  <martin@ximian.com>
32
33         * Mono.CSharp.Debugger/: Renamed to Mono.CSharp.CompilerServices.
34         (the DLL it creates has already been renamed a long time ago).
35
36 2004-12-08  Raja R Harinath  <rharinath@novell.com>
37
38         * Makefile (monolite_files): New.  Do away with lib/basic.tar.gz.
39         Create the files in lib/monolite/.
40         (DISTFILES, dist-default, dist-local): Distribute them.
41
42 2004-12-06  Raja R Harinath  <rharinath@novell.com>
43
44         * Makefile (SUBDIRS): Move I18N after second-pass of System.
45
46 2004-12-03  Raja R Harinath  <rharinath@novell.com>
47
48         * Makefile (basic_SUBDIRS): Add second-pass System, too.
49         (basic_files): Add System.Xml.dll.
50
51 2004-12-02  Atsushi Enomoto  <atsushi@ximian.com>
52
53         * Makefile : now we need System.Xml.dll for basic bootstrapping.
54
55 2004-11-25  Raja R Harinath  <rharinath@novell.com>
56
57         * Makefile (DISTFILES): Add public and private keys.
58         (lib/basic.tar.gz): New.
59         (dist-local): Distribute it.
60         (DIST_ONLY_SUBDIRS): Distribute Managed.Windows.Forms.
61         * I18N/Makefile (DISTFILES): Add Assembly/ChangeLog and
62         Assembly/AssemblyInfo.cs.
63         * IBM.Data.DB2/Makefile (EXTRA_DISTFILES): Distribute ibm.pub.
64
65 2004-11-22  Raja R Harinath  <rharinath@novell.com>
66
67         * Makefile (net_1_1_bootstrap_SUBDIRS): Add Mono.Security.
68
69 2004-11-19  Raja R Harinath  <rharinath@novell.com>
70
71         * Makefile (DIST_PROFILES): New.
72         (dist-local): Create profile-specific directories in the tarball.
73
74 2004-11-12  Martin Baulig  <martin@ximian.com>
75
76         * Makefile (SUBDIRS): Added Mono.C5.
77
78 2004-11-09  Raja R Harinath  <rharinath@novell.com>
79
80         * Makefile (basic_SUBDIRS): New.
81
82 2004-11-04  Raja R Harinath  <rharinath@novell.com>
83
84         * Makefile (net_1_1_bootstrap_SUBDIRS): New.
85
86 2004-10-29  Raja R Harinath  <rharinath@novell.com>
87
88         * Makefile (net_2_0_bootstrap_SUBDIRS): New.
89
90 2004-10-22  Daniel Morgan <danielmorgan@verizon.net>
91
92         * Mono.Data/.cvsignore
93         * Mono.Data/AssemblyInfo.cs
94         * Mono.Data/Makefile
95         * Mono.Data/Mono.Data.dll.sources: added files 
96         for build of Mono.Data.dll   
97         This assembly includes the ProviderFactory
98
99         * Makefile: added Mono.Data.dll to the build
100         * Mono.Data/app.config: added providers and 
101         removed obsolete providers to app settings xml file
102         
103         * Mono.Data/test/Mono.Data.dll: delete
104
105 2004-10-22  Atsushi Enomoto  <atsushi@ximian.com>
106
107         * Makefile : just remove System.Data.SqlXml.dll.
108
109 2004-10-11  Duncan Mak  <duncan@ximian.com>
110
111         * Makefile: Move Microsoft.VisualBasic.dll to be built after
112         System.Windows.Forms.dll is built, because VB now requires SWF. This
113         fixes the build.
114
115 2004-07-26  Atsushi Enomoto  <atsushi@ximian.com>
116
117         * Makefile: added System.Data.SqlXml.dll as a working target.
118
119 2004-07-02  Raja R Harinath  <rharinath@novell.com>
120
121         * IBM.Data.DB2/Makefile (all-local $(STD_TARGETS:=-local)):
122         Simplify dummy rule somewhat.
123
124 2004-06-24  Raja R Harinath  <rharinath@novell.com>
125
126         * IBM.Data.DB2/Makefile: Disable for 'net_2_0'.
127
128 2004-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
129
130         * Makefile: enabled Mono.CSharp.Debugger on windows.
131
132 2004-06-11  Duncan Mak  <duncan@ximian.com>
133
134         * IBM.Data.DB2/IBM.Data.DB2.dll.sources: 
135         * Makefile: Add IBM.Data.DB2.
136
137 2004-05-07  Raja R Harinath  <rharinath@novell.com>
138
139         * Makefile (SUBDIRS): Build 'corlib' and first pass of 'System'
140         before anything else.  Remove duplicated Novell.Directory.Ldap.
141
142 2004-05-02  Duncan Mak  <duncan@ximian.com>
143
144         * I18N/Assembly/AssemblyInfo.cs:
145         * Mono.CSharp.Debugger/Assembly/AssemblyInfo.cs:
146         * Mono.Cairo/Assembly/AssemblyInfo.cs:
147         * Mono.Data.SqliteClient/Assembly/AssemblyInfo.cs:
148         * Mono.Data.SybaseClient/Assembly/AssemblyInfo.cs:
149         * Mono.Data.Tds/Assembly/AssemblyInfo.cs:
150         * Mono.Data.TdsClient/Assembly/AssemblyInfo.cs: Fix the
151         AssemblyVersionAttribute ordering.
152
153 2004-05-02  Duncan Mak  <duncan@ximian.com>
154
155         * ByteFX.Data/AssemblyInfo.cs:
156         * Mono.GetOptions/AssemblyInfo.cs:
157         * Microsoft.Vsa/Assembly/AssemblyInfo.cs: Add assembly-level
158         attributes for versioning (1.0 vs. 1.1 vs. 2.0).
159
160 2004-04-22  Martin Baulig  <martin@ximian.com>
161
162         Renamed the `NET_1_2' conditional to `NET_2_0' in all files.
163
164 2004-03-31  Dick Porter  <dick@ximian.com>
165
166         * I18N/CJK/gb2312.table:
167         * I18N/CJK/Gb2312Convert.cs: 
168         * I18N/CJK/CP936.cs: Rewrote the GB2312 conversion, using the iconv
169         algorithm as a base.  Fixes bug 53841.
170
171 2004-03-23  Sebastien Pouliot  <sebastien@ximian.com>
172
173         * ecma.pub: New. ECMA key to be used for strongnaming assemblies.
174         * msfinal.pub: New. Microsoft public key to be used for strongnaming
175         assemblies.
176
177 2004-02-04  Marek Safar <marek.safar@seznam.cz>
178
179         * Makefile: Build System.dll in two steps. Because of the circular
180         dependency with System.XML.dll.
181
182 2004-01-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
183
184         * Makefile: disabled Mono.Posix for other platforms than linux until
185         it builds properly.
186
187 2003-12-17  Sebastien Pouliot  <spouliot@videotron.ca>
188
189         * Makefile: Moved Mono.Security before Mono.Data.Tds because it's
190         now required for NTLM authentication.
191
192 2003-10-21  Pedro Martínez Juliá  <yoros@wanadoo.es>
193
194         * Makefile: Removed Mono.Security.Tls.
195
196         * Mono.Security.Tls: Removed directory, now TLS support is in
197         Mono.Security assembly.
198
199 2003-10-16  Pedro Martínez Juliá  <yoros@wanadoo.es>
200
201         * Makefile: Add Mono.Security.Tls assembly.
202
203 2003-08-11  Duncan Mak  <duncan@ximian.com>
204
205         * Makefile (SUBDIRS): Add Mono.Cairo.dll
206
207 2003-07-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
208
209         * Makefile: only build Mono.CSharp.Debugger under linux.
210
211 2003-07-23  Peter Williams  <peter@newton.cx>
212
213         * Makefile (SUBDIRS): Add System.Drawing.Design.dll to the
214         default build.
215
216 2003-07-22  Cesar Lopez Nataren  <cesar@ciencias.unam.mx>
217
218         * mcs/class/Makefile: Added Microsoft.Vsa.dll to the build.
219
220 2003-04-04  Miguel de Icaza  <miguel@ximian.com>
221
222         *
223         ICSharpCode.SharpZipLib/ICSharpCode.SharpZipLib/Zip/Compression/Streams/InflaterInputStream.cs: Do not close the file.
224
225 2003-04-03  Miguel de Icaza  <miguel@ximian.com>
226
227         *
228         ICSharpCode.SharpZipLib/ICSharpCode.SharpZipLib/Zip/Compression/Streams/InflaterInputStream.cs
229         (InflaterInputStream.Skip): Use a more memory friendly implementation.
230
231 2003-04-17  Nick Drochak  <ndrochak@gol.com>
232
233         * library.make: Only try to run the unit tests if there is a Test
234         directory.
235
236 2003-04-11 Duncan Mak  <duncan@ximian.com>
237         
238         * Mono.Globalization/Data/*.xml: Check in XML files used in
239         the implementation of System.Globalization.
240
241 2003-03-31 Martin Willemoes Hansen
242
243         * Stubed System.Drawing.Design
244
245 2003-03-31  Alan Tam <Tam@SiuLung.com>
246
247         * makefile.gnu: Added System.Design to build
248
249 2003-03-31  Alan Tam <Tam@SiuLung.com>
250
251         * library.build: Added back System.Design to build
252
253 2003-03-22  Martin Willemoes Hansen <mwh@sysrq.dk>
254
255         * Stubed Custommarshalers
256
257 2003-03-20  Piers Haken  <piersh@friskit.com>
258
259         * makefile.gnu: really fix the System.Management build problems
260
261 2003-03-11  Cesar Octavio Lopez Nataren  <cesar@ciencias.unam.mx>
262
263         * mcs/class: Added the directories Microsoft.JScript and Microsoft.Vsa that
264         will have the runtime support and CodeDom support for the JScript Compiler.
265
266 2003-03-06 Jackson Harper <jackson@latitudegeo.com>
267
268         * makefile.gnu: Add PEAPI to the build
269
270 2003-03-06  Sebastien Pouliot <spouliot@videotron.ca>
271
272         * library.build: added Mono.Security to build, test and clean. 
273
274 2003-03-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
275
276         * class/library.build:
277         * class/makefile.gnu: added Mono.Posix and System.Management.
278
279 2003-03-02 Jackson Harper <jackson@latitudegeo.com>
280
281         * mcs/class: Add PEAPI directory
282
283 2003-02-22  Martin Baulig  <martin@ximian.com>
284
285         * library.make: Pass `MCS_FLAGS' to MCS.
286
287 2003-02-15  Zoltan Varga  <vargaz@freemail.hu>
288
289         * makefile.gnu (test): do not install .dbg files since mcs no longer
290         generates them.
291
292 2003-02-13  Tim Coleman <tim@timcoleman.com>
293         * makefile.gnu: Add System.Data.OracleClient to linux build.
294
295 2003-02-10  Nick Drochak  <ndrochak@gol.com>
296
297         * library.build:
298         * makefile: add testcorlib target to run unit tests just for corlib.
299
300 2003-02-05  Sebastien Pouliot <spouliot@videotron.ca>
301
302         * library.build: added Mono.Security.Win32 to build, test and 
303         clean. There's no makefile.gnu for this assembly as it is 
304         specific to Win32.
305
306 2003-01-23  Nick Drochak <ndrochak@gol.com>
307
308         * makefile: install the .dbg files too so the debugger can use them.
309
310 2003-01-17  Sebastien Pouliot <spouliot@videotron.ca>
311
312         * library.build: added System.Security to build, test and clean.
313         There's no makefile.gnu yet for this assembly.
314
315 2003-01-16  Rodrigo Moya <rodrigo@ximian.com>
316
317         * makefile.gnu: added Mono.Data.DB2Client directory.
318
319 2003-01-08  Gaurav Vaish <gvaish_mono AT lycos.com>
320
321         * System.Web.Mobile  : Added new directory
322
323 2002-12-11  Jeroen Janssen <japj@darius.demon.nl>
324         
325         * enabled building Mono.Directory.LDAP and
326           System.Design in .build file
327
328 2002-12-10  Jeroen Janssen <japj@darius.demon.nl>
329         
330         * updated .build file(s) to correctly contain required buildfile 
331           attribute for nant
332
333 2002-12-09  Daniel Morgan <danmorg@sc.rr.com>
334
335         * library.build: add Mono.GetOptions to windows build
336         
337         * Mono.GetOptions/Mono.GetOptions.build: add file
338         for windows build
339
340 2002-12-08  Radek Doulik  <rodo@ximian.com>
341
342         * makefile.gnu (DIRS): place System.Data before Mono.GetOptions,
343         Mono.GetOptions references System.Data
344
345 2002-12-07 Jackson Harper <jackson@latitudegeo.com>
346
347         * library.build: Added Cscompmgd to the build
348
349 2002-12-02  Cesar Octavio Lopez Nataren  <cesar@ciencias.unam.mx>
350
351         * mcs/class: Added assembly directory System.ServiceProcess
352
353 2002-11-26  Daniel morgan <danmorg@sc.rr.com>
354
355         * makefile.gnu: add Mono.Data.PostgreSqlClient 
356         to Linux build
357         
358         * library.build: add Mono.Data.PostgreSqlClient
359         to Windows build
360
361 2002-11-20  Nick Drochak <ndrochak@gol.com>
362
363         * library.make: for .response allow white space at the end of
364         the line 
365