ChangeLog 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348
  1. 2009-03-04 Astushi Enomoto <[email protected]>
  2. * Makefile : add /r:System.Core in 2.1 build.
  3. 2009-03-04 Astushi Enomoto <[email protected]>
  4. * net_2_1_raw_System.ServiceModel.dll.sources :
  5. added cross domain checker sources.
  6. 2009-02-19 Astushi Enomoto <[email protected]>
  7. * System.ServiceModel.dll.sources,
  8. net_2_1_raw_System.ServiceModel.dll.sources :
  9. added CodeTryBlock.cs.
  10. 2009-01-22 Astushi Enomoto <[email protected]>
  11. * net_2_1_raw_System.ServiceModel.dll.sources :
  12. added SilverlightClientConfigLoader.cs.
  13. 2009-01-14 Astushi Enomoto <[email protected]>
  14. * System.ServiceModel.dll.sources,
  15. net_2_1_raw_System.ServiceModel.dll.sources :
  16. added missing exception types (corcompare work).
  17. 2009-01-14 Astushi Enomoto <[email protected]>
  18. * System.ServiceModel_test.dll.sources :
  19. added ClientBase_InteractiveChannelInitializerTest.cs.
  20. 2009-01-07 Astushi Enomoto <[email protected]>
  21. * net_2_1_raw_System.ServiceModel.dll.sources : add OperationContext
  22. and OperationContextScope to 2.1 build.
  23. 2008-09-12 Astushi Enomoto <[email protected]>
  24. Jb Evain <[email protected]>
  25. * Makefile: support net_2_1_raw compilation profile.
  26. * net_2_1_raw_System.ServiceModel.dll.sources
  27. * *.cs: SL2 compilation support.
  28. 2008-05-22 Roei Erez <[email protected]>
  29. * fix ContractDescription.GetContract implementation
  30. * Refactor Request processing
  31. * Add support for message inspectors
  32. * Add support for InstanceContextProvider & InstanceProvider, including lifecycles events
  33. like: ReleaseServiceInstance, Open, Close...
  34. * Add relevant test cases.
  35. 2008-04-21 Igor Zelmanovich <[email protected]>
  36. * System.ServiceModel_test.dll.sources: Add ServiceDebugBehaviorTest.cs and
  37. ServiceMetadataBehaviorTest.cs.
  38. 2008-04-17 Vladimir Krasnov <[email protected]>
  39. * System.ServiceModel.dll.sources: added HttpChannelManager.cs
  40. 2008-04-14 Igor Zelmanovich <[email protected]>
  41. * System.ServiceModel_test.dll.sources: Add ExtensionCollectionTest.cs.
  42. 2008-04-13 Vladimir Krasnov <[email protected]>
  43. * added: System.ServiceModel_Test.csproj, visual studio tests project
  44. 2008-04-10 Eyal Alaluf <[email protected]>
  45. * System.ServiceModel.dll.sources, System.ServiceModel.csproj:
  46. Moved System.ServiceModel.Dispatcher/DefaultMessageOperationFormatter.cs
  47. to System.ServiceModel.Dispatcher/BaseMessagesFormatter.cs.
  48. Removed System.ServiceModel.Description/ServiceModelInternalConverter.cs.
  49. 2008-04-01 Roei Erez <[email protected]>
  50. * System.ServiceModel_test_net_3_0.dll.config: Added configurations for new tests.
  51. 2008-04-01 Igor Zelmanovich <[email protected]>
  52. * System.ServiceModel_test.dll.sources: Add ServiceHostBaseTest.cs.
  53. 2008-03-27 Atsushi Enomoto <[email protected]>
  54. * Makefile : add System.ServiceModel_test_net_3_0.dll.config to
  55. EXTRA_DISTFILES too.
  56. 2008-03-27 Atsushi Enomoto <[email protected]>
  57. * Makefile : include Test/config/* in EXTRA_DISTFILES to fix
  58. nunit test failures.
  59. 2008-03-21 Atsushi Enomoto <[email protected]>
  60. * Makefile : more EXTRA_DISTFILES.
  61. 2008-03-11 Atsushi Enomoto <[email protected]>
  62. * Makefile : oops, wrong EXTRA_DISTFILES.
  63. 2008-03-11 Atsushi Enomoto <[email protected]>
  64. * Makefile : add EXTRA_DISTFILES.
  65. 2008-02-28 Eyal Alaluf <[email protected]>
  66. * System.ServiceModel_test_net_3_0.dll.config: Add configurations for
  67. testing ClientBase<T> ctors.
  68. 2008-02-27 Eyal Alaluf <[email protected]>
  69. * Makefile: Ignore common warnings including use of obsolete API (since
  70. Mono.Security.* has several such warnings).
  71. 2007-12-05 Atsushi Enomoto <[email protected]>
  72. * Makefile : added net_3_5 profile as a valid target.
  73. 2007-08-18 Marcos Cobena ([email protected])
  74. * System.ServiceModel_test.dll.sources: Updated with new tests for System.ServiceModel.PeerResolvers.
  75. * Test/System.ServiceModel.PeerResolvers/CustomPeerResolverServiceTest.cs: New bunch of tests.
  76. 2007-08-16 Marcos Cobena ([email protected])
  77. * System.ServiceModel.dll.sources: Updated with System.ServiceModel.PeerResolvers/PeerReferralPolicy.cs.
  78. * PeerReferralPolicy.cs: Moved and updated here from AllEnums.cs.
  79. * PeerResolverMode.cs: Updated API.
  80. * RefreshResult.cs: Updated API.
  81. * RegisterInfo.cs: Almost finished, minus HasBody().
  82. * AllEnums.cs: PeerReferralPolicy lives now inside System.ServiceModel.PeerResolvers.
  83. 2007-07-19 Marcos Cobena ([email protected])
  84. * PeerCustomResolverSettings.cs, PeerResolverMode.cs, PeerResolverSettings.cs,
  85. PeerSecuritySettings.cs: New implementations.
  86. * System.ServiceModel.dll.sources, AllEnums.cs, Dummy.cs: Updated to added sources.
  87. * NetPeerTcpBinding.cs: Added support to new above implementations.
  88. 2007-07-18 Marcos Cobena ([email protected])
  89. * TcpChannelListener.cs, TcpDuplexSessionChannel.cs: Text messaging now works
  90. (both Send() and Receive()), even mixing .NET version with Mono one.
  91. * TcpChannelListener.cs: By default, it uses BinaryMessageEncoder.
  92. 2007-07-17 Marcos Cobena ([email protected])
  93. * DuplexSessionChannelBase.cs, TcpChannelListener.cs, TcpDuplexSessionChannel.cs,
  94. TcpTransportBindingElement.cs: Thanks to Atsushi Eno, it starts messaging.
  95. 2007-07-12 Marcos Cobena ([email protected])
  96. * DuplexSessionChannelBase.cs, TcpChannelFactory.cs, TcpChannelListener.cs,
  97. TcpDuplexSessionChannel.cs: Added new implementations.
  98. * NetTcpBinding.cs, TcpTransportBindingElement.cs: Modified to match new TCP implementations.
  99. * System.ServiceModel.dll.sources: Updated to last classes set.
  100. 2007-07-05 Atsushi Enomoto <[email protected]>
  101. Makefile : added -r:System.Messaging.dll
  102. 2007-06-28 Marcos Cobena ([email protected])
  103. * System.ServiceModel.dll.sources, System.ServiceModel\Dummy.cs :
  104. Modified to match new files under System.ServiceModel.PeerResolvers.
  105. 2007-04-20 Atsushi Enomoto <[email protected]>
  106. Makefile : added ws-addr.xsd as a resource.
  107. 2007-04-17 Atsushi Enomoto <[email protected]>
  108. * fixup-config.xml : updated config section types.
  109. 2007-03-05 Atsushi Enomoto <[email protected]>
  110. Makefile : added -r:Mono.Security.dll and some nowarns.
  111. 2007-02-27 Wade Berrier <[email protected]>
  112. * Makefile: include resource files in EXTRA_DISTFILES
  113. 2006-10-13 Atsushi Enomoto <[email protected]>
  114. * fixup-config2.cs, fixup-config2.xml :
  115. It is used to add svc. -> SvcHttpHandler mapping in web.config.
  116. 2006-10-04 Ankit Jain <[email protected]>
  117. * System.ServiceModel.dll.sources: Update.
  118. 2006-09-29 Ankit Jain <[email protected]>
  119. * System.ServiceModel.dll.sources: Update.
  120. 2006-09-26 Ankit Jain <[email protected]>
  121. * System.ServiceModel.dll.sources: Update.
  122. 2006-09-07 Ankit Jain <[email protected]>
  123. * System.ServiceModel_test.dll.sources: Add WsdlExporterTest.cs
  124. 2006-07-21 Atsushi Enomoto <[email protected]>
  125. * Makefile : it used to be referenced by S.IM.Selectors.dll.
  126. Nowadays it references S.IM.Selectors.dll.
  127. 2006-07-13 Ankit Jain <[email protected]>
  128. * System.ServiceModel_test.dll.sources: Add MetadataResolverTest.cs
  129. 2006-07-12 Ankit Jain <[email protected]>
  130. * System.ServiceModel.dll.sources: Update for June CTP changes. Add
  131. EndpointAddress10.cs
  132. 2006-07-04 Atsushi Enomoto <[email protected]>
  133. * Makefile : add path to referenced assemblies as gmcs always loads
  134. them from the GAC.
  135. 2006-07-03 Ankit Jain <[email protected]>
  136. * System.ServiceModel.dll.sources: Update for June CTP changes.
  137. 2006-07-03 Ankit Jain <[email protected]>
  138. * System.ServiceModel.dll.sources: Add IMetadataExchange.cs and
  139. MetadataExchangeBinding.cs . Update to match changes in June CTP.
  140. 2006-06-30 Atsushi Enomoto <[email protected]>
  141. * fixup-config.xml : updated to match June CTP config types.
  142. 2006-06-27 Atsushi Enomoto <[email protected]>
  143. * fixup-config.xml : bindings section has binding sub sections.
  144. 2006-06-27 Atsushi Enomoto <[email protected]>
  145. * fixup-config.cs : now it supports updating.
  146. * fixup-config.xml : "bindings" is in fact just a section.
  147. MS bad naming on class.
  148. 2006-06-26 Atsushi Enomoto <[email protected]>
  149. * fixup-config.cs, fixup-config.xml : when you try configuration
  150. support, you can run fixup-config.exe and then supplemental
  151. config sections are added.
  152. 2006-06-12 Atsushi Enomoto <[email protected]>
  153. * Makefile : remove extra option.
  154. 2006-06-12 Ankit Jain <[email protected]>
  155. * System.ServiceModel.dll.sources: Add
  156. System.ServiceModel.Description/MetadataSectionSerializerBase.cs
  157. * System.ServiceModel_test.dll.sources: Add
  158. System.ServiceModel.Description/WsdlImporterTest.cs
  159. 2006-06-12 Atsushi Enomoto <[email protected]>
  160. * Makefile : use Mono.CodeGeneration.
  161. 2006-04-26 Ankit Jain <[email protected]>
  162. * System.ServiceModel_test.dll.sources : Add
  163. System.ServiceModel.Description/WebServiceHelper.cs .
  164. 2006-02-11 Ankit Jain <[email protected]>
  165. * System.ServiceModel_test.dll.sources : Add
  166. ServiceHostTest.cs and UriSchemeKeyedCollectionTest.cs
  167. 2005-10-19 Atsushi Enomoto <[email protected]>
  168. * winfx.pub : new set of assembly, thus new public key.
  169. 2005-10-09 Atsushi Enomoto <[email protected]>
  170. * Makefile : eliminated some warning noises.
  171. 2005-10-08 Atsushi Enomoto <[email protected]>
  172. * Makefile : addded /r:System.Transactions.
  173. 2005-09-29 Duncan Mak <[email protected]>
  174. * Makefile (RESOURCE_FILES): Include
  175. resources/WS-Addressing.schema.
  176. (LIB_MCS_FLAGS): Add "/resource:" flag.
  177. 2005-09-29 Atsushi Enomoto <[email protected]>
  178. * System.ServiceModel_test.dll.sources : required for make run-test.
  179. 2005-09-29 Atsushi Enomoto <[email protected]>
  180. * System.ServiceModel.dll.sources : regenerated to add new files.
  181. 2005-09-29 Atsushi Enomoto <[email protected]>
  182. * System.ServiceModel.dll.sources : regenerated to add new files.
  183. 2005-09-29 Atsushi Enomoto <[email protected]>
  184. * Makefile : reference to sys.configuration.dll.
  185. * System.ServiceModel.dll.sources : regenerated to add new files.
  186. 2005-09-28 Atsushi Enomoto <[email protected]>
  187. * System.ServiceModel.dll.sources : regenerated to add new files.
  188. 2005-09-28 Atsushi Enomoto <[email protected]>
  189. * System.ServiceModel.dll.sources : further regen.
  190. 2005-09-28 Atsushi Enomoto <[email protected]>
  191. * System.ServiceModel.dll.sources : regenerated to add new files.
  192. 2005-09-28 Atsushi Enomoto <[email protected]>
  193. * System.ServiceModel.dll.sources : regenerated to add new files.
  194. 2005-09-28 Atsushi Enomoto <[email protected]>
  195. * System.ServiceModel.dll.sources : regenerated to add new files.
  196. 2005-09-28 Atsushi Enomoto <[email protected]>
  197. * System.ServiceModel.dll.sources : regenerated to add new files.
  198. 2005-09-27 Atsushi Enomoto <[email protected]>
  199. * System.ServiceModel.dll.sources : regenerated to add new files.
  200. 2005-09-27 Atsushi Enomoto <[email protected]>
  201. * System.ServiceModel.dll.sources : added CommunicationErrorEventArgs.
  202. 2005-09-27 Atsushi Enomoto <[email protected]>
  203. * Makefile : so now update-dll-sources is common target to all libs.