ChangeLog 9.0 KB

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