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