ChangeLog 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288
  1. 2007-10-05 Atsushi Enomoto <[email protected]>
  2. * System.Web.Services_test.dll.sources : added WebServiceTest.cs.
  3. 2007-05-08 Atsushi Enomoto <[email protected]>
  4. * System.Web.Services.dll.sources :
  5. removed SoapClientMethod.cs (not in use).
  6. * System.Web.Services_test.dll.sources :
  7. added LogicalMethodInfoTest.cs.
  8. 2007-04-23 Atsushi Enomoto <[email protected]>
  9. * System.Web.Services_test.dll.sources: added SoapServerType.cs.
  10. 2007-01-25 Atsushi Enomoto <[email protected]>
  11. * System.Web.Services_test.dll.sources: added TypeTypeConverter.cs.
  12. 2007-01-19 Atsushi Enomoto <[email protected]>
  13. * System.Web.Services_test.dll.sources:
  14. Added ServiceDescriptionImporterTest.cs.
  15. * Makefile : added test2.wsdl to EXTRA_DISTFILES.
  16. 2007-01-15 Gert Driesen <[email protected]>
  17. * System.Web.Services_test.dll.sources: added SocketResponder.cs and
  18. SoapHttpClientProtocolTest.cs.
  19. 2006-12-15 Atsushi Enomoto <[email protected]>
  20. * System.Web.Services_test.dll.sources :
  21. added ServiceDescriptionFormatExtensionCollectionTest.cs.
  22. 2006-12-01 Atsushi Enomoto <[email protected]>
  23. * Makefile : added wsdl-1.1-soap.xsd to the build and distfiles.
  24. 2006-11-30 Atsushi Enomoto <[email protected]>
  25. * System.Web.Services.dll.sources :
  26. added BasicProfileViolationEnumerator.cs.
  27. 2006-11-28 Atsushi Enomoto <[email protected]>
  28. * System.Web.Services.dll.sources : added SOAP 1.2 Fault serializer
  29. files (fault-12.genxs, Fault12.cs and Fault12Serializer.cs).
  30. 2006-11-16 Atsushi Enomoto <[email protected]>
  31. * System.Web.Services.dll.sources : added/removed/replaced 2.0 server
  32. protocol classes in S.W.S.Protocols.
  33. 2006-11-15 Atsushi Enomoto <[email protected]>
  34. * System.Web.Services_test.dll.sources : added WebReferenceTest.cs.
  35. 2006-11-14 Atsushi Enomoto <[email protected]>
  36. * System.Web.Services.dll.sources :
  37. added WebReferenceOptionsSerializer.cs.
  38. 2006-11-14 Atsushi Enomoto <[email protected]>
  39. * System.Web.Services.dll.sources : added WebReferenceOptions.cs.
  40. * System.Web.Services_test.dll.sources :
  41. added WebReferenceOptionsTest.cs.
  42. * Makefile: added web-reference.xsd to resources and dist files.
  43. 2006-11-14 Atsushi Enomoto <[email protected]>
  44. * System.Web.Services.dll.sources : removed obsolete WsiClaims.cs.
  45. 2006-11-14 Atsushi Enomoto <[email protected]>
  46. * Makefile : added *.wsdl to the build.
  47. Added wsdl and genxs to EXTRA_DISTFILES.
  48. 2006-09-06 Vladimir Krasnov <[email protected]>
  49. * System.Web.Services20.vmwcsproj: added
  50. ServiceDescriptionSerializerBase2.cs for 2.0
  51. 2006-09-05 Ankit Jain <[email protected]>
  52. * System.Web.Services.dll.sources: Add
  53. ServiceDescriptionSerializerBase2.cs
  54. 2006-06-16 Raja R Harinath <[email protected]>
  55. * Makefile (EXTRA_DISTFILES): New.
  56. Add Test/System.Web.Services.Description/test.wsdl.
  57. 2006-06-08 Chris Toshok <[email protected]>
  58. * Makefile (LIB_MCS_FLAGS): remove the CONFIGURATION_2_0 define.
  59. NET_2_0 implies this now.
  60. 2006-03-15 Vladimir Krasnov <[email protected]>
  61. * System.Web.Services.vmwcsproj: fixed links to Consts.cs, Locale.cs
  62. and MonoTODOAttribute.cs
  63. 2006-03-12 Vladimir Krasnov <[email protected]>
  64. * Added System.Web.Services.vmwcsproj, Grasshopper project file
  65. 2006-02-04 Gert Driesen <[email protected]>
  66. * System.Web.Services_test.dll.sources: Added
  67. ServiceDescriptorReflectorTest.cs.
  68. 2006-01-09 Chris Toshok <[email protected]>
  69. * Makefile (LIB_MCS_FLAGS): if we're building net_2_0, define
  70. CONFIGURATION_2_0 to use the new System.Configuration api.
  71. 2006-01-05 Chris Toshok <[email protected]>
  72. * System.Web.Services_test.dll.sources: enable a bunch of the 2.0
  73. configuration tests. Just Element types for now. Collections
  74. coming soon.
  75. 2006-01-03 Chris Toshok <[email protected]>
  76. * System.Web.Services.dll.sources: add the 2.0 config classes.
  77. * Makefile (LIB_MCS_FLAGS): if PROFILE == net_2_0, include
  78. -r:System.Configuration.dll
  79. 2005-10-05 Atsushi Enomoto <[email protected]>
  80. * System.Web.Services_test.dll.sources : added ServiceDescriptionTest.cs
  81. 2004-07-14 Lluis Sanchez Gual <[email protected]>
  82. * System.Web.Services.dll.sources: Added new files:
  83. System.Web.Services.Description/BasicProfileChecker.cs
  84. System.Web.Services.Description/ConformanceChecker.cs
  85. 2004-07-13 Lluis Sanchez Gual <[email protected]>
  86. * System.Web.Services.dll.sources: Added new files:
  87. System.Web.Services.Description/BasicProfileViolation.cs
  88. System.Web.Services.Description/BasicProfileViolationCollection.cs
  89. System.Web.Services.Description/NamedItem.cs
  90. System.Web.Services.Description/Soap12AddressBinding.cs
  91. System.Web.Services.Description/Soap12Binding.cs
  92. System.Web.Services.Description/Soap12BodyBinding.cs
  93. System.Web.Services.Description/Soap12FaultBinding.cs
  94. System.Web.Services.Description/Soap12HeaderBinding.cs
  95. System.Web.Services.Description/Soap12OperationBinding.cs
  96. System.Web.Services.Description/WebReference.cs
  97. System.Web.Services.Description/WebReferenceCollection.cs
  98. System.Web.Services.Description/WebServicesInteroperability.cs
  99. 2004-07-10 Lluis Sanchez Gual <[email protected]>
  100. * System.Web.Services.dll.sources: Added 2.0 files:
  101. System.Web.Services/WsiClaims.cs
  102. System.Web.Services.Protocols/InvokeCompletedEventArgs.cs
  103. System.Web.Services.Protocols/InvokeCompletedEventHandler.cs
  104. System.Web.Services.Protocols/Soap12FaultCodes.cs
  105. System.Web.Services.Protocols/SoapFaultSubcode.cs
  106. System.Web.Services.Protocols/SoapProtocolVersion.cs
  107. 2004-02-27 Lluis Sanchez Gual <[email protected]>
  108. * System.Web.Services.dll.sources: Added System.Web.Services.Protocols/Fault.cs.
  109. 2003-10-10 Lluis Sanchez Gual <[email protected]>
  110. * DiscoveryDocumentSerializer.cs: New file.
  111. 2003-10-06 Lluis Sanchez Gual <[email protected]>
  112. * System.Web.Services.dll.sources: Added
  113. System.Web.Services.Description/HttpGetProtocolImporter.cs
  114. System.Web.Services.Description/HttpPostProtocolImporter.cs
  115. System.Web.Services.Description/HttpSimpleProtocolImporter.cs
  116. 2003-10-04 Lluis Sanchez Gual <[email protected]>
  117. * System.Web.Services.dll.sources: Added
  118. System.Web.Services.Description/HttpGetProtocolReflector.cs
  119. System.Web.Services.Description/HttpPostProtocolReflector.cs
  120. System.Web.Services.Description/HttpSimpleProtocolReflector.cs
  121. 2003-09-28 Lluis Sanchez Gual <[email protected]>
  122. * System.Web.Services.dll.sources: Added
  123. System.Web.Services.Protocols/HttpGetTypeStubInfo.cs,
  124. System.Web.Services.Protocols/HttpGetWebServiceHandler.cs,
  125. System.Web.Services.Protocols/HttpPostTypeStubInfo.cs,
  126. System.Web.Services.Protocols/HttpPostWebServiceHandler.cs,
  127. System.Web.Services.Protocols/HttpSimpleTypeStubInfo.cs,
  128. System.Web.Services.Protocols/HttpSimpleWebServiceHandler.cs,
  129. System.Web.Services.Protocols/TypeStubManager.cs
  130. 2003-09-28 Lluis Sanchez Gual <[email protected]>
  131. * System.Web.Services.dll.sources: Added SoapHttpTransportImporter.cs.
  132. 2003-09-14 Lluis Sanchez Gual <[email protected]>
  133. * System.Web.Services_test.dll.sources: Added BindingCollectionTest.cs
  134. ChangeLog DocumentableItemTest.cs OperationCollectionTest.cs
  135. OperationMessageCollectionTest.cs OperationMessageTest.cs
  136. PortTypeCollectionTest.cs PortTypeTest.cs ServiceCollectionTest.cs
  137. ServiceDescriptionCollectionTest.cs
  138. SoapBodyBindingTest.cs SoapOperationBindingTest.cs TypesTest.cs
  139. New test files by Erik LeBel.
  140. 2003-08-01 Lluis Sanchez Gual <[email protected]>
  141. * System.Web.Services.dll.sources: Added ExtensionManager.cs,
  142. ServiceDescriptionSerializerBase.cs
  143. 2003-08-28 Lluis Sanchez Gual <[email protected]>
  144. * System.Web.Services.dll.sources: Added System.Web.Services.Protocols.SoapDocumentationHandler
  145. 2003-07-21 Andreas Nahr <[email protected]>
  146. * System.Web.Services.dll.sources: Added Assembly/AssemblyInfo.cs, Assembly/Locale.cs
  147. 2003-07-04 Lluis Sanchez Gual <[email protected]>
  148. * list: added System.Web.Services.Protocols.HttpSoapWebServiceHandler.cs and
  149. System.Web.Services.Protocols.WebServiceHelper.cs.
  150. 2003-02-25 Dave Bettin <[email protected]>
  151. * Test: Modified test cases to conform to nunit2 guidelines
  152. 2002-08-24 Tim Coleman <[email protected]>
  153. * list:
  154. New files added to build.
  155. 2002-08-23 Tim Coleman <[email protected]>
  156. * list:
  157. New files added to build.
  158. 2002-08-07 Tim Coleman <[email protected]>
  159. * System.Web.Services.build:
  160. Added "test" target to build.
  161. Added "clean" target to build.
  162. * Test:
  163. New test suites added.
  164. 2002-08-06 Tim Coleman <[email protected]>
  165. * list: Added System.Web.Services.Protocols/ServerProtocol.cs
  166. 2002-07-29 Dave Bettin <[email protected]>
  167. * list: added new Discovery classes
  168. * System.Web.Services.Discovery: added stubs
  169. * .cvsignore: added
  170. * Mono.System.Web.Services: added VS.net project for assembly
  171. 2002-07-25 Tim Coleman <[email protected]>
  172. * list: add new classes
  173. 2002-07-24 Tim Coleman <[email protected]>
  174. * list:
  175. Added System.Web.Services.Description/SoapProtocolReflector.cs
  176. 2002-07-22 Tim Coleman <[email protected]>
  177. * makefile.gnu:
  178. * list:
  179. Modifications to make this library buildable on
  180. linux.
  181. 2002-07-22 Tim Coleman <[email protected]>
  182. * list: Added new files from System.Web.Services.Protocols
  183. and System.Web.Services.Configuration
  184. 2002-07-19 Tim Coleman <[email protected]>
  185. * list: Added
  186. 2002-07-19 Tim Coleman <[email protected]>
  187. * System.Web.Services.build: added
  188. * System.Web.Services:
  189. * System.Web.Services.Configuration:
  190. * System.Web.Services.Description:
  191. * System.Web.Services.Discovery:
  192. * System.Web.Services.Protocols:
  193. New directories added