ChangeLog 13 KB

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