ChangeLog 6.8 KB

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