Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ChangeLog « System « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 80ba88a1f57ea43d7cd22eba4c05b82644eda5c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
2002-06-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* System.build: removed System.Drawing.dll dependency.

2002-06-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* System.build: referenced System.Drawing.dll.

2002-05-12  Lawrence Pit <loz@cable.a2000.nl>

	* System.Security.Cryptography.X509Certificates: directory added
	
2002-05-09  Rodrigo Moya <rodrigo@ximian.com>

	* System.build: don't exclude anymore excluded files in
	System.ComponentModel. They compile on Linux, so they might also
	on Windows.

2002-05-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* System.build: excluded EventDescriptor.cs, 
	EventDescriptorCollection.cs and ICustomTypeDescriptor.cs.

2002-04-08  Nick Drochak  <ndrochak@gol.com>

	* System.build: Build System.dll with mono's corlib.dll and 
	System.Xml.dll.

2002-01-23  Dick Porter  <dick@ximian.com>

	* System.build: Start build System.Net.Sockets.Socket.cs,
	TcpClient.cs and TcpListener.cs

2001-12-07  Nick Drochak <ndrochak@gol.com>

	* ChangeLog: Add the change log to this directory

	* System.build: Add dependancy on linux target to test target. Need to 
	have the dll before we can test it, right?  Plus it encourages others 
	to try 'make test'.