2010-06-21 Marek Habersack <mhabersack@novell.com>
[mcs.git] / class / corlib / System.Runtime.Serialization.Formatters / ChangeLog
blob21123ca15b7393b7d0882a6dd633561fb6c168e1
1 2007-05-03  Dick Porter  <dick@ximian.com>
3         * IFieldInfo.cs: 
4         * ISoapMessage.cs: 
5         * InternalRM.cs: 
6         * InternalST.cs: 
7         * ServerFault.cs: 
8         * SoapFault.cs: 
9         * SoapMessage.cs: 
10         * FormatterAssemblyStyle.cs: 
11         * FormatterTypeStyle.cs: 
12         * TypeFilterLevel.cs: Update to 2.0 profile
14 2004-06-15  Gert Driesen <drieseng@users.sourceforge.net>
16         * SoapMessage.cs: fixed serialization compatibility with MS.NET
18 2003-11-18  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
20         * ServerFault.cs: Added missing attribute
21         * SoapFault.cs: Added missing attribute
22         * InternalRM.cs: Added
23         * InternalST.cs: Added
24         * TypeFilterLevel.cs: Added (complete)
26 2003-05-28  Jean-Marc Andre <jean-marc.andre@polymtl.ca>
28         * SoapFault.cs: finishing implementation
29         * ServerFault.cs: finishing implementation
30         * SoapMessage.cs: finishing implementation
32 2002-08-22  Nick Drochak  <ndrochak@gol.com>
34         * SoapFault.cs: Serialization ctr should be private
36 2002-08-14  Cesar Octavio Lopez Nataren <cesar@ciencias.unam.mx>
38         * SoapFault.cs: Added the ctr for ISerializable implementation and
39         implemented GetObjectData.
41 2002-07-30  Duncan Mak  <duncan@ximian.com>
43         * ServerFault.cs: 
44         * SoapFault.cs: 
45         * SoapMessage.cs: Added missing classes.
47 2002-01-21  David Dawkins <david@dawkins.st>
49         * IFieldInfo.cs : New file
50         * ISoapMessage.cs : New file