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: 1eb0999c3cdec8f685ae440c26d12e3df185e9cb (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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
2002-08-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* System.ComponentModel/Component.cs:
	* System.ComponentModel/ComponentCollection.cs:
	* System.ComponentModel/Container.cs:
	* System.ComponentModel/MarshalByValueComponent.cs:
	* System.Diagnostics/Process.cs:
	* System.Diagnostics/TextWriterTraceListener.cs:
	* System.IO/FileSystemWatcher.cs:
	IDisposable fixes.

2002-08-15  Tim Coleman <tim@timcoleman.com>
	* list.unix: Added System.IO files.

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

	* list:
	* list.unix: added EnumConverter.cs

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

	* list:
	* list.unix: added DerivedPropertyDescriptor.cs

2002-07-22  Tim Coleman <tim@timcoleman.com>
	* list.unix: Added new file
		System.ComponentModel.RecommendedAsConfigurableAttribute.cs
		to build on unix.

2002-07-22  Tim Coleman <tim@timcoleman.com>
	* list.unix: Added files to the build for linux
		System.ComponentModel.BindableAttribute.cs,
		System.ComponentModel.BindableSupport.cs,
		System.ComponentModel.ExpandableObjectConverter.cs,
		System.ComponentModel.NotifyParentPropertyAttribute.cs,
		System.ComponentModel.ToolboxItemAttribute.cs,

2002-07-22  Tim Coleman <tim@timcoleman.com>
	* list.unix: Added System.ComponentModel/DefaultEventAttribute.cs
		and System.ComponentModel.DefaultProperty.cs to build


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'.