(DISTFILES): Comment out a few missing files.
[mono-project.git] / mcs / class / System.Web.Services / System.Web.Services / ChangeLog
blobe258b18d1e7e74bd0c9ee5879f2947532977ad07
1 2004-08-25  Lluis Sanchez Gual <lluis@novell.com>
3         * WebService.cs: Get the HttpContext from the HttpContext.Current, do not
4           wait to be set with SetContext. In this way the context is available
5           in the web service constructor.
7 2004-07-13  Lluis Sanchez Gual <lluis@ximian.com>
9         * WebServiceBindingAttribute.cs, WsiClaims.cs: Added missing attributes.
11 2004-07-10  Lluis Sanchez Gual <lluis@ximian.com>
13         * WebService.cs: Added SoapVersion property.
14         * WebServiceBindingAttribute.cs: New 2.0 properties.
15         * WsiClaims.cs: Added new enumeration.
17 2004-05-12  Lluis Sanchez Gual <lluis@ximian.com>
19         * WebService.cs: Take the session from the context.
21 2004-05-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23         * WebService.cs: added a HttpSessionState field and a setter method.
24         Session now returns null if EnableSession is not set for the method
25         invoked.
27 2004-02-05  Alon Gazit <along@mainsoft.com>
29         * WebMethodAttribute.cs:
30         * WebServicesDescriptionAttribute.cs:
31         * WebServiceAttribute.cs:
32         * WebServiceBindingAttribute.cs: This attribute is inherited by derived
33                 classes.changed the AttributeUsage attribute.
34         
35 2004-02-05  Alon Gazit <along@mainsoft.com>
37         * WebServiceBindingAttribute.cs: This attribute is multiuse.
38         Changed the AttributeUsage attribute.
40 2004-01-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
42         * WebService.cs: added SetContext ().
44 2003-02-25  Dave Bettin <dave@opendotnet.com>
45         * WebService.cs:
46                 Changed private application to HttpContext
48 2002-08-19  Tim Coleman <tim@timcoleman.com>
49         * WebService.cs:
50                 Change the attribute on Application to Description
51                 instead of WebServicesDescription.2002-08-19  Tim Coleman
53 2002-08-15  Tim Coleman <tim@timcoleman.com>
54         * WebServicesDescriptionAttribute:
55                 Added Description property.  Should've known I spoke
56                 too soon about being complete. :-)
58 2002-08-07  Tim Coleman <tim@timcoleman.com>
59         * WebMethodAttribute.cs:
60                 Remove FIXME and reorganize constructors to all
61                 call this () with the big constructor.
62         * WebServiceAttribute.cs:
63                 Remove FIXME.
64         * WebServiceBindingAttribute.cs:
65                 Remove FIXME, and change ns to be String.Empty by
66                 default (this is the MS implementation).  Reorganize
67                 constructors.
68         * WebServicesDescriptionAttribute.cs:
69                 Code reformat.
70         * TODOAttribute.cs:
71                 Changed namespace.
73                 *** This namespace should now be complete. ***
75 2002-07-23  Tim Coleman <tim@timcoleman.com>
76         * WebService.cs: 
77                 Change Description to WebServicesDescription
78         * WebServicesDescriptionAttribute.cs:
79                 Add back constructor as MS build doesn't
80                 seem to like it missing.  Now calls base()
81                 with the string.  Also remove the sealed
82                 modifier and change the attribute targets.
84 2002-07-23  Tim Coleman <tim@timcoleman.com>
85         * WebServicesDescriptionAttribute.cs:
86                 Removed the "guts" because they are defined in
87                 System.ComponentModel.DescriptionAttribute.
88         * WebService.cs:
89                 Added attributes which were missing based on the
90                 class status page.  Also added an HttpApplication
91                 object and modified the properties to use that
92                 object.
94 2002-07-22 Tim Coleman <tim@timcoleman.com>
95         * WebServicesDescriptionAttribute.cs:
96                 Added for build in System.Web.Services.Protocols
98 2002-07-22  Tim Coleman <tim@timcoleman.com>
99         * WebMethodAttribute.cs: 
100                 Remove comments around TransactionOption bits
101                 because I added that enum.
102         * WebServiceAttribute.cs:
103         * WebServiceBindingAttribute.cs:
104                 Added "sealed" to protection level, which I missed
105                 before.
107 2002-07-19 Tim Coleman  <tim@timcoleman.com>
108         * ChangeLog:
109         * TODOAttribute.cs:
110         * WebMethodAttribute.cs:
111         * WebService.cs:
112         * WebServiceAttribute.cs:
113         * WebServiceBindingAttribute.cs:
114                 Initial implementation