ChangeLog 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467
  1. 2009-07-31 Astushi Enomoto <[email protected]>
  2. * System.ServiceModel.dll.sources: add IPeerConnectorContract.cs.
  3. 2009-07-31 Astushi Enomoto <[email protected]>
  4. * System.ServiceModel_test.dll.sources: add ServiceEndpointTest.cs.
  5. 2009-07-28 Astushi Enomoto <[email protected]>
  6. * System.ServiceModel.dll.sources: add TransactionFlowAttribute.cs.
  7. 2009-07-23 Astushi Enomoto <[email protected]>
  8. * System.ServiceModel.dll.sources:
  9. split out binary frame manager class into separate file.
  10. 2009-07-21 Astushi Enomoto <[email protected]>
  11. * System.ServiceModel.dll.sources: add TcpReplyChannel.
  12. 2009-07-20 Jb Evain <[email protected]>
  13. * Makefile: filter the valid profile on the framework version,
  14. to make it easier to have custom variants.
  15. 2009-07-17 Astushi Enomoto <[email protected]>
  16. * System.ServiceModel.dll.sources: add TcpRequestChannel.
  17. 2009-07-14 Astushi Enomoto <[email protected]>
  18. * System.ServiceModel_test.dll.sources:
  19. add CallbackBehaviorAttributeTest.cs.
  20. 2009-07-07 Astushi Enomoto <[email protected]>
  21. * System.ServiceModel.dll.sources:
  22. Added new custom peer resolver files.
  23. 2009-07-07 Astushi Enomoto <[email protected]>
  24. * System.ServiceModel_test.dll.sources:
  25. add PeerNodeAddressTest.cs.
  26. 2009-06-25 Astushi Enomoto <[email protected]>
  27. * System.ServiceModel.dll.sources:
  28. add SessionInstanceContextProvider.cs.
  29. 2009-06-09 Astushi Enomoto <[email protected]>
  30. * System.ServiceModel_test.dll.sources:
  31. add ServiceThrottlingBehaviorTest.
  32. 2009-06-08 Astushi Enomoto <[email protected]>
  33. * System.ServiceModel.dll.sources: renamed a file.
  34. 2009-06-05 Sebastien Pouliot <[email protected]>
  35. * net_2_1_raw_System.ServiceModel.dll.sources: Remove
  36. ClientAccessPolicy.cs, CrossDomainPolicy.cs and
  37. CrossDomainAccessManager.cs since the code and checks is now done
  38. inside System.Windows.Browser.dll, by BrowserHttpWebRequest, for
  39. every non-site-or-origin web connection - i.e. http[s]
  40. 2009-05-26 Astushi Enomoto <[email protected]>
  41. * System.ServiceModel.dll.sources: cosmetic file renaming.
  42. 2009-05-25 Astushi Enomoto <[email protected]>
  43. * System.ServiceModel.dll_test.sources:
  44. added PeerResolverSerializationTest.cs.
  45. 2009-05-15 Astushi Enomoto <[email protected]>
  46. * System.ServiceModel.dll_test.sources: added MessageFaultTest.cs.
  47. 2009-05-13 Astushi Enomoto <[email protected]>
  48. * Makefile : remove xlinq dependency.
  49. 2009-04-28 Astushi Enomoto <[email protected]>
  50. * System.ServiceModel.dll_test.sources: added
  51. BinaryMessageEncodingBindingElementTest.cs.
  52. 2009-04-21 Sebastien Pouliot <[email protected]>
  53. * net_2_1_raw_System.ServiceModel.dll.sources: Remove
  54. MonoTODOAttribute since we can get it from mscorlib.dll
  55. 2009-04-20 Astushi Enomoto <[email protected]>
  56. * System.ServiceModel.dll.sources:
  57. added several Peer transport support files.
  58. * System.ServiceModel.dll_test.sources: added
  59. NetPeerTcpBindingTest.cs and PeerTransportBindingElementTest.cs.
  60. 2009-04-08 Astushi Enomoto <[email protected]>
  61. * System.ServiceModel.dll.sources:
  62. added PeerTransportSecuritySettings.cs.
  63. * Makefile: use -r:System.Core in non-2.1 build too.
  64. 2009-04-07 Astushi Enomoto <[email protected]>
  65. * System.ServiceModel_test.dll.sources: added NetTcpBindingTest.cs.
  66. 2009-04-07 Astushi Enomoto <[email protected]>
  67. * System.ServiceModel.dll.sources: added IOnlineStatus.cs.
  68. 2009-03-05 Astushi Enomoto <[email protected]>
  69. * Makefile : added /r:System.Xml.Linq in 2.1 too.
  70. 2009-03-04 Astushi Enomoto <[email protected]>
  71. * Makefile : add /r:System.Core in 2.1 build.
  72. 2009-03-04 Astushi Enomoto <[email protected]>
  73. * net_2_1_raw_System.ServiceModel.dll.sources :
  74. added cross domain checker sources.
  75. 2009-02-19 Astushi Enomoto <[email protected]>
  76. * System.ServiceModel.dll.sources,
  77. net_2_1_raw_System.ServiceModel.dll.sources :
  78. added CodeTryBlock.cs.
  79. 2009-01-22 Astushi Enomoto <[email protected]>
  80. * net_2_1_raw_System.ServiceModel.dll.sources :
  81. added SilverlightClientConfigLoader.cs.
  82. 2009-01-14 Astushi Enomoto <[email protected]>
  83. * System.ServiceModel.dll.sources,
  84. net_2_1_raw_System.ServiceModel.dll.sources :
  85. added missing exception types (corcompare work).
  86. 2009-01-14 Astushi Enomoto <[email protected]>
  87. * System.ServiceModel_test.dll.sources :
  88. added ClientBase_InteractiveChannelInitializerTest.cs.
  89. 2009-01-07 Astushi Enomoto <[email protected]>
  90. * net_2_1_raw_System.ServiceModel.dll.sources : add OperationContext
  91. and OperationContextScope to 2.1 build.
  92. 2008-09-12 Astushi Enomoto <[email protected]>
  93. Jb Evain <[email protected]>
  94. * Makefile: support net_2_1_raw compilation profile.
  95. * net_2_1_raw_System.ServiceModel.dll.sources
  96. * *.cs: SL2 compilation support.
  97. 2008-05-22 Roei Erez <[email protected]>
  98. * fix ContractDescription.GetContract implementation
  99. * Refactor Request processing
  100. * Add support for message inspectors
  101. * Add support for InstanceContextProvider & InstanceProvider, including lifecycles events
  102. like: ReleaseServiceInstance, Open, Close...
  103. * Add relevant test cases.
  104. 2008-04-21 Igor Zelmanovich <[email protected]>
  105. * System.ServiceModel_test.dll.sources: Add ServiceDebugBehaviorTest.cs and
  106. ServiceMetadataBehaviorTest.cs.
  107. 2008-04-17 Vladimir Krasnov <[email protected]>
  108. * System.ServiceModel.dll.sources: added HttpChannelManager.cs
  109. 2008-04-14 Igor Zelmanovich <[email protected]>
  110. * System.ServiceModel_test.dll.sources: Add ExtensionCollectionTest.cs.
  111. 2008-04-13 Vladimir Krasnov <[email protected]>
  112. * added: System.ServiceModel_Test.csproj, visual studio tests project
  113. 2008-04-10 Eyal Alaluf <[email protected]>
  114. * System.ServiceModel.dll.sources, System.ServiceModel.csproj:
  115. Moved System.ServiceModel.Dispatcher/DefaultMessageOperationFormatter.cs
  116. to System.ServiceModel.Dispatcher/BaseMessagesFormatter.cs.
  117. Removed System.ServiceModel.Description/ServiceModelInternalConverter.cs.
  118. 2008-04-01 Roei Erez <[email protected]>
  119. * System.ServiceModel_test_net_3_0.dll.config: Added configurations for new tests.
  120. 2008-04-01 Igor Zelmanovich <[email protected]>
  121. * System.ServiceModel_test.dll.sources: Add ServiceHostBaseTest.cs.
  122. 2008-03-27 Atsushi Enomoto <[email protected]>
  123. * Makefile : add System.ServiceModel_test_net_3_0.dll.config to
  124. EXTRA_DISTFILES too.
  125. 2008-03-27 Atsushi Enomoto <[email protected]>
  126. * Makefile : include Test/config/* in EXTRA_DISTFILES to fix
  127. nunit test failures.
  128. 2008-03-21 Atsushi Enomoto <[email protected]>
  129. * Makefile : more EXTRA_DISTFILES.
  130. 2008-03-11 Atsushi Enomoto <[email protected]>
  131. * Makefile : oops, wrong EXTRA_DISTFILES.
  132. 2008-03-11 Atsushi Enomoto <[email protected]>
  133. * Makefile : add EXTRA_DISTFILES.
  134. 2008-02-28 Eyal Alaluf <[email protected]>
  135. * System.ServiceModel_test_net_3_0.dll.config: Add configurations for
  136. testing ClientBase<T> ctors.
  137. 2008-02-27 Eyal Alaluf <[email protected]>
  138. * Makefile: Ignore common warnings including use of obsolete API (since
  139. Mono.Security.* has several such warnings).
  140. 2007-12-05 Atsushi Enomoto <[email protected]>
  141. * Makefile : added net_3_5 profile as a valid target.
  142. 2007-08-18 Marcos Cobena ([email protected])
  143. * System.ServiceModel_test.dll.sources: Updated with new tests for System.ServiceModel.PeerResolvers.
  144. * Test/System.ServiceModel.PeerResolvers/CustomPeerResolverServiceTest.cs: New bunch of tests.
  145. 2007-08-16 Marcos Cobena ([email protected])
  146. * System.ServiceModel.dll.sources: Updated with System.ServiceModel.PeerResolvers/PeerReferralPolicy.cs.
  147. * PeerReferralPolicy.cs: Moved and updated here from AllEnums.cs.
  148. * PeerResolverMode.cs: Updated API.
  149. * RefreshResult.cs: Updated API.
  150. * RegisterInfo.cs: Almost finished, minus HasBody().
  151. * AllEnums.cs: PeerReferralPolicy lives now inside System.ServiceModel.PeerResolvers.
  152. 2007-07-19 Marcos Cobena ([email protected])
  153. * PeerCustomResolverSettings.cs, PeerResolverMode.cs, PeerResolverSettings.cs,
  154. PeerSecuritySettings.cs: New implementations.
  155. * System.ServiceModel.dll.sources, AllEnums.cs, Dummy.cs: Updated to added sources.
  156. * NetPeerTcpBinding.cs: Added support to new above implementations.
  157. 2007-07-18 Marcos Cobena ([email protected])
  158. * TcpChannelListener.cs, TcpDuplexSessionChannel.cs: Text messaging now works
  159. (both Send() and Receive()), even mixing .NET version with Mono one.
  160. * TcpChannelListener.cs: By default, it uses BinaryMessageEncoder.
  161. 2007-07-17 Marcos Cobena ([email protected])
  162. * DuplexSessionChannelBase.cs, TcpChannelListener.cs, TcpDuplexSessionChannel.cs,
  163. TcpTransportBindingElement.cs: Thanks to Atsushi Eno, it starts messaging.
  164. 2007-07-12 Marcos Cobena ([email protected])
  165. * DuplexSessionChannelBase.cs, TcpChannelFactory.cs, TcpChannelListener.cs,
  166. TcpDuplexSessionChannel.cs: Added new implementations.
  167. * NetTcpBinding.cs, TcpTransportBindingElement.cs: Modified to match new TCP implementations.
  168. * System.ServiceModel.dll.sources: Updated to last classes set.
  169. 2007-07-05 Atsushi Enomoto <[email protected]>
  170. Makefile : added -r:System.Messaging.dll
  171. 2007-06-28 Marcos Cobena ([email protected])
  172. * System.ServiceModel.dll.sources, System.ServiceModel\Dummy.cs :
  173. Modified to match new files under System.ServiceModel.PeerResolvers.
  174. 2007-04-20 Atsushi Enomoto <[email protected]>
  175. Makefile : added ws-addr.xsd as a resource.
  176. 2007-04-17 Atsushi Enomoto <[email protected]>
  177. * fixup-config.xml : updated config section types.
  178. 2007-03-05 Atsushi Enomoto <[email protected]>
  179. Makefile : added -r:Mono.Security.dll and some nowarns.
  180. 2007-02-27 Wade Berrier <[email protected]>
  181. * Makefile: include resource files in EXTRA_DISTFILES
  182. 2006-10-13 Atsushi Enomoto <[email protected]>
  183. * fixup-config2.cs, fixup-config2.xml :
  184. It is used to add svc. -> SvcHttpHandler mapping in web.config.
  185. 2006-10-04 Ankit Jain <[email protected]>
  186. * System.ServiceModel.dll.sources: Update.
  187. 2006-09-29 Ankit Jain <[email protected]>
  188. * System.ServiceModel.dll.sources: Update.
  189. 2006-09-26 Ankit Jain <[email protected]>
  190. * System.ServiceModel.dll.sources: Update.
  191. 2006-09-07 Ankit Jain <[email protected]>
  192. * System.ServiceModel_test.dll.sources: Add WsdlExporterTest.cs
  193. 2006-07-21 Atsushi Enomoto <[email protected]>
  194. * Makefile : it used to be referenced by S.IM.Selectors.dll.
  195. Nowadays it references S.IM.Selectors.dll.
  196. 2006-07-13 Ankit Jain <[email protected]>
  197. * System.ServiceModel_test.dll.sources: Add MetadataResolverTest.cs
  198. 2006-07-12 Ankit Jain <[email protected]>
  199. * System.ServiceModel.dll.sources: Update for June CTP changes. Add
  200. EndpointAddress10.cs
  201. 2006-07-04 Atsushi Enomoto <[email protected]>
  202. * Makefile : add path to referenced assemblies as gmcs always loads
  203. them from the GAC.
  204. 2006-07-03 Ankit Jain <[email protected]>
  205. * System.ServiceModel.dll.sources: Update for June CTP changes.
  206. 2006-07-03 Ankit Jain <[email protected]>
  207. * System.ServiceModel.dll.sources: Add IMetadataExchange.cs and
  208. MetadataExchangeBinding.cs . Update to match changes in June CTP.
  209. 2006-06-30 Atsushi Enomoto <[email protected]>
  210. * fixup-config.xml : updated to match June CTP config types.
  211. 2006-06-27 Atsushi Enomoto <[email protected]>
  212. * fixup-config.xml : bindings section has binding sub sections.
  213. 2006-06-27 Atsushi Enomoto <[email protected]>
  214. * fixup-config.cs : now it supports updating.
  215. * fixup-config.xml : "bindings" is in fact just a section.
  216. MS bad naming on class.
  217. 2006-06-26 Atsushi Enomoto <[email protected]>
  218. * fixup-config.cs, fixup-config.xml : when you try configuration
  219. support, you can run fixup-config.exe and then supplemental
  220. config sections are added.
  221. 2006-06-12 Atsushi Enomoto <[email protected]>
  222. * Makefile : remove extra option.
  223. 2006-06-12 Ankit Jain <[email protected]>
  224. * System.ServiceModel.dll.sources: Add
  225. System.ServiceModel.Description/MetadataSectionSerializerBase.cs
  226. * System.ServiceModel_test.dll.sources: Add
  227. System.ServiceModel.Description/WsdlImporterTest.cs
  228. 2006-06-12 Atsushi Enomoto <[email protected]>
  229. * Makefile : use Mono.CodeGeneration.
  230. 2006-04-26 Ankit Jain <[email protected]>
  231. * System.ServiceModel_test.dll.sources : Add
  232. System.ServiceModel.Description/WebServiceHelper.cs .
  233. 2006-02-11 Ankit Jain <[email protected]>
  234. * System.ServiceModel_test.dll.sources : Add
  235. ServiceHostTest.cs and UriSchemeKeyedCollectionTest.cs
  236. 2005-10-19 Atsushi Enomoto <[email protected]>
  237. * winfx.pub : new set of assembly, thus new public key.
  238. 2005-10-09 Atsushi Enomoto <[email protected]>
  239. * Makefile : eliminated some warning noises.
  240. 2005-10-08 Atsushi Enomoto <[email protected]>
  241. * Makefile : addded /r:System.Transactions.
  242. 2005-09-29 Duncan Mak <[email protected]>
  243. * Makefile (RESOURCE_FILES): Include
  244. resources/WS-Addressing.schema.
  245. (LIB_MCS_FLAGS): Add "/resource:" flag.
  246. 2005-09-29 Atsushi Enomoto <[email protected]>
  247. * System.ServiceModel_test.dll.sources : required for make run-test.
  248. 2005-09-29 Atsushi Enomoto <[email protected]>
  249. * System.ServiceModel.dll.sources : regenerated to add new files.
  250. 2005-09-29 Atsushi Enomoto <[email protected]>
  251. * System.ServiceModel.dll.sources : regenerated to add new files.
  252. 2005-09-29 Atsushi Enomoto <[email protected]>
  253. * Makefile : reference to sys.configuration.dll.
  254. * System.ServiceModel.dll.sources : regenerated to add new files.
  255. 2005-09-28 Atsushi Enomoto <[email protected]>
  256. * System.ServiceModel.dll.sources : regenerated to add new files.
  257. 2005-09-28 Atsushi Enomoto <[email protected]>
  258. * System.ServiceModel.dll.sources : further regen.
  259. 2005-09-28 Atsushi Enomoto <[email protected]>
  260. * System.ServiceModel.dll.sources : regenerated to add new files.
  261. 2005-09-28 Atsushi Enomoto <[email protected]>
  262. * System.ServiceModel.dll.sources : regenerated to add new files.
  263. 2005-09-28 Atsushi Enomoto <[email protected]>
  264. * System.ServiceModel.dll.sources : regenerated to add new files.
  265. 2005-09-28 Atsushi Enomoto <[email protected]>
  266. * System.ServiceModel.dll.sources : regenerated to add new files.
  267. 2005-09-27 Atsushi Enomoto <[email protected]>
  268. * System.ServiceModel.dll.sources : regenerated to add new files.
  269. 2005-09-27 Atsushi Enomoto <[email protected]>
  270. * System.ServiceModel.dll.sources : added CommunicationErrorEventArgs.
  271. 2005-09-27 Atsushi Enomoto <[email protected]>
  272. * Makefile : so now update-dll-sources is common target to all libs.