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