2004-07-17 Martin Baulig <martin@ximian.com>
[mono.git] / mcs / class / ChangeLog
1 2004-07-02  Raja R Harinath  <rharinath@novell.com>
2
3         * IBM.Data.DB2/Makefile (all-local $(STD_TARGETS:=-local)):
4         Simplify dummy rule somewhat.
5
6 2004-06-24  Raja R Harinath  <rharinath@novell.com>
7
8         * IBM.Data.DB2/Makefile: Disable for 'net_2_0'.
9
10 2004-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11
12         * Makefile: enabled Mono.CSharp.Debugger on windows.
13
14 2004-06-11  Duncan Mak  <duncan@ximian.com>
15
16         * IBM.Data.DB2/IBM.Data.DB2.dll.sources: 
17         * Makefile: Add IBM.Data.DB2.
18
19 2004-05-07  Raja R Harinath  <rharinath@novell.com>
20
21         * Makefile (SUBDIRS): Build 'corlib' and first pass of 'System'
22         before anything else.  Remove duplicated Novell.Directory.Ldap.
23
24 2004-05-02  Duncan Mak  <duncan@ximian.com>
25
26         * I18N/Assembly/AssemblyInfo.cs:
27         * Mono.CSharp.Debugger/Assembly/AssemblyInfo.cs:
28         * Mono.Cairo/Assembly/AssemblyInfo.cs:
29         * Mono.Data.SqliteClient/Assembly/AssemblyInfo.cs:
30         * Mono.Data.SybaseClient/Assembly/AssemblyInfo.cs:
31         * Mono.Data.Tds/Assembly/AssemblyInfo.cs:
32         * Mono.Data.TdsClient/Assembly/AssemblyInfo.cs: Fix the
33         AssemblyVersionAttribute ordering.
34
35 2004-05-02  Duncan Mak  <duncan@ximian.com>
36
37         * ByteFX.Data/AssemblyInfo.cs:
38         * Mono.GetOptions/AssemblyInfo.cs:
39         * Microsoft.Vsa/Assembly/AssemblyInfo.cs: Add assembly-level
40         attributes for versioning (1.0 vs. 1.1 vs. 2.0).
41
42 2004-04-22  Martin Baulig  <martin@ximian.com>
43
44         Renamed the `NET_1_2' conditional to `NET_2_0' in all files.
45
46 2004-03-31  Dick Porter  <dick@ximian.com>
47
48         * I18N/CJK/gb2312.table:
49         * I18N/CJK/Gb2312Convert.cs: 
50         * I18N/CJK/CP936.cs: Rewrote the GB2312 conversion, using the iconv
51         algorithm as a base.  Fixes bug 53841.
52
53 2004-03-23  Sebastien Pouliot  <sebastien@ximian.com>
54
55         * ecma.pub: New. ECMA key to be used for strongnaming assemblies.
56         * msfinal.pub: New. Microsoft public key to be used for strongnaming
57         assemblies.
58
59 2004-02-04  Marek Safar <marek.safar@seznam.cz>
60
61         * Makefile: Build System.dll in two steps. Because of the circular
62         dependency with System.XML.dll.
63
64 2004-01-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
65
66         * Makefile: disabled Mono.Posix for other platforms than linux until
67         it builds properly.
68
69 2003-12-17  Sebastien Pouliot  <spouliot@videotron.ca>
70
71         * Makefile: Moved Mono.Security before Mono.Data.Tds because it's
72         now required for NTLM authentication.
73
74 2003-10-21  Pedro Martínez Juliá  <yoros@wanadoo.es>
75
76         * Makefile: Removed Mono.Security.Tls.
77
78         * Mono.Security.Tls: Removed directory, now TLS support is in
79         Mono.Security assembly.
80
81 2003-10-16  Pedro Martínez Juliá  <yoros@wanadoo.es>
82
83         * Makefile: Add Mono.Security.Tls assembly.
84
85 2003-08-11  Duncan Mak  <duncan@ximian.com>
86
87         * Makefile (SUBDIRS): Add Mono.Cairo.dll
88
89 2003-07-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
90
91         * Makefile: only build Mono.CSharp.Debugger under linux.
92
93 2003-07-23  Peter Williams  <peter@newton.cx>
94
95         * Makefile (SUBDIRS): Add System.Drawing.Design.dll to the
96         default build.
97
98 2003-07-22  Cesar Lopez Nataren  <cesar@ciencias.unam.mx>
99
100         * mcs/class/Makefile: Added Microsoft.Vsa.dll to the build.
101
102 2003-04-04  Miguel de Icaza  <miguel@ximian.com>
103
104         *
105         ICSharpCode.SharpZipLib/ICSharpCode.SharpZipLib/Zip/Compression/Streams/InflaterInputStream.cs: Do not close the file.
106
107 2003-04-03  Miguel de Icaza  <miguel@ximian.com>
108
109         *
110         ICSharpCode.SharpZipLib/ICSharpCode.SharpZipLib/Zip/Compression/Streams/InflaterInputStream.cs
111         (InflaterInputStream.Skip): Use a more memory friendly implementation.
112
113 2003-04-17  Nick Drochak  <ndrochak@gol.com>
114
115         * library.make: Only try to run the unit tests if there is a Test
116         directory.
117
118 2003-04-11 Duncan Mak  <duncan@ximian.com>
119         
120         * Mono.Globalization/Data/*.xml: Check in XML files used in
121         the implementation of System.Globalization.
122
123 2003-03-31 Martin Willemoes Hansen
124
125         * Stubed System.Drawing.Design
126
127 2003-03-31  Alan Tam <Tam@SiuLung.com>
128
129         * makefile.gnu: Added System.Design to build
130
131 2003-03-31  Alan Tam <Tam@SiuLung.com>
132
133         * library.build: Added back System.Design to build
134
135 2003-03-22  Martin Willemoes Hansen <mwh@sysrq.dk>
136
137         * Stubed Custommarshalers
138
139 2003-03-20  Piers Haken  <piersh@friskit.com>
140
141         * makefile.gnu: really fix the System.Management build problems
142
143 2003-03-11  Cesar Octavio Lopez Nataren  <cesar@ciencias.unam.mx>
144
145         * mcs/class: Added the directories Microsoft.JScript and Microsoft.Vsa that
146         will have the runtime support and CodeDom support for the JScript Compiler.
147
148 2003-03-06 Jackson Harper <jackson@latitudegeo.com>
149
150         * makefile.gnu: Add PEAPI to the build
151
152 2003-03-06  Sebastien Pouliot <spouliot@videotron.ca>
153
154         * library.build: added Mono.Security to build, test and clean. 
155
156 2003-03-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
157
158         * class/library.build:
159         * class/makefile.gnu: added Mono.Posix and System.Management.
160
161 2003-03-02 Jackson Harper <jackson@latitudegeo.com>
162
163         * mcs/class: Add PEAPI directory
164
165 2003-02-22  Martin Baulig  <martin@ximian.com>
166
167         * library.make: Pass `MCS_FLAGS' to MCS.
168
169 2003-02-15  Zoltan Varga  <vargaz@freemail.hu>
170
171         * makefile.gnu (test): do not install .dbg files since mcs no longer
172         generates them.
173
174 2003-02-13  Tim Coleman <tim@timcoleman.com>
175         * makefile.gnu: Add System.Data.OracleClient to linux build.
176
177 2003-02-10  Nick Drochak  <ndrochak@gol.com>
178
179         * library.build:
180         * makefile: add testcorlib target to run unit tests just for corlib.
181
182 2003-02-05  Sebastien Pouliot <spouliot@videotron.ca>
183
184         * library.build: added Mono.Security.Win32 to build, test and 
185         clean. There's no makefile.gnu for this assembly as it is 
186         specific to Win32.
187
188 2003-01-23  Nick Drochak <ndrochak@gol.com>
189
190         * makefile: install the .dbg files too so the debugger can use them.
191
192 2003-01-17  Sebastien Pouliot <spouliot@videotron.ca>
193
194         * library.build: added System.Security to build, test and clean.
195         There's no makefile.gnu yet for this assembly.
196
197 2003-01-16  Rodrigo Moya <rodrigo@ximian.com>
198
199         * makefile.gnu: added Mono.Data.DB2Client directory.
200
201 2003-01-08  Gaurav Vaish <gvaish_mono AT lycos.com>
202
203         * System.Web.Mobile  : Added new directory
204
205 2002-12-11  Jeroen Janssen <japj@darius.demon.nl>
206         
207         * enabled building Mono.Directory.LDAP and
208           System.Design in .build file
209
210 2002-12-10  Jeroen Janssen <japj@darius.demon.nl>
211         
212         * updated .build file(s) to correctly contain required buildfile 
213           attribute for nant
214
215 2002-12-09  Daniel Morgan <danmorg@sc.rr.com>
216
217         * library.build: add Mono.GetOptions to windows build
218         
219         * Mono.GetOptions/Mono.GetOptions.build: add file
220         for windows build
221
222 2002-12-08  Radek Doulik  <rodo@ximian.com>
223
224         * makefile.gnu (DIRS): place System.Data before Mono.GetOptions,
225         Mono.GetOptions references System.Data
226
227 2002-12-07 Jackson Harper <jackson@latitudegeo.com>
228
229         * library.build: Added Cscompmgd to the build
230
231 2002-12-02  Cesar Octavio Lopez Nataren  <cesar@ciencias.unam.mx>
232
233         * mcs/class: Added assembly directory System.ServiceProcess
234
235 2002-11-26  Daniel morgan <danmorg@sc.rr.com>
236
237         * makefile.gnu: add Mono.Data.PostgreSqlClient 
238         to Linux build
239         
240         * library.build: add Mono.Data.PostgreSqlClient
241         to Windows build
242
243 2002-11-20  Nick Drochak <ndrochak@gol.com>
244
245         * library.make: for .response allow white space at the end of
246         the line 
247