ChangeLog 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751
  1. 2010-07-30 Astushi Enomoto <[email protected]>
  2. * System.ServiceModel.dll.sources: add 4.0 standard endpoint types.
  3. 2010-07-12 Astushi Enomoto <[email protected]>
  4. * System.ServiceModel.dll.sources: remove SecurityHandler.cs
  5. 2010-07-12 Astushi Enomoto <[email protected]>
  6. * System.ServiceModel.dll.sources:
  7. move MessageSecurityBindingSupport.cs too.
  8. 2010-07-12 Astushi Enomoto <[email protected]>
  9. * System.ServiceModel.dll.sources: moved bunch of security internal
  10. classes to System.ServiceModel.Channels.Security directory.
  11. 2010-07-12 Astushi Enomoto <[email protected]>
  12. * Dummy_2_1.cs : add internal namespaces.
  13. * System.ServiceModel.dll.sources: add SecurityReplyChannel.cs
  14. 2010-07-05 Astushi Enomoto <[email protected]>
  15. * System.ServiceModel.dll.sources :
  16. renamed new HTTP channel listener implementation sources, and
  17. removed old sources.
  18. 2010-06-28 Astushi Enomoto <[email protected]>
  19. * HTTP_listener_notes.txt : updated, things became much better.
  20. 2010-06-24 Astushi Enomoto <[email protected]>
  21. * System.ServiceModel.dll.sources :
  22. add new HTTP channel listener implementation sources.
  23. Old sources will be kept for a while, won't entirely vanish as
  24. ASP.NET support will live there.
  25. 2010-05-28 Astushi Enomoto <[email protected]>
  26. * System.ServiceModel.dll.sources : remove old code from winfx beta.
  27. 2010-04-28 Marek Habersack <[email protected]>
  28. * Makefile (LIB_MCS_FLAGS): added a reference to
  29. System.Web.ApplicationServices in the 4.0 profile.
  30. 2010-04-23 Astushi Enomoto <[email protected]>
  31. * Http_listener_notes.txt: update comment, as I have fixed one issue
  32. with lengthy explanation.
  33. 2010-04-21 Astushi Enomoto <[email protected]>
  34. * Http_listener_notes.txt: more comment.
  35. 2010-04-20 Astushi Enomoto <[email protected]>
  36. * Http_listener_notes.txt: added explanation on *why* it is SO hard
  37. to solve.
  38. 2010-04-05 Astushi Enomoto <[email protected]>
  39. * System.ServiceModel.dll.sources : add some new config types and
  40. ChannelTerminatedException.cs.
  41. 2010-04-02 Astushi Enomoto <[email protected]>
  42. * System.ServiceModel_test.dll.sources : add some new fault tests.
  43. 2010-03-24 Astushi Enomoto <[email protected]>
  44. * System.ServiceModel.dll.sources : move back all the Features tests
  45. that were once disabled (now we can handle mannerless tests).
  46. 2010-03-19 Astushi Enomoto <[email protected]>
  47. * System.ServiceModel.dll.sources : remove unused class.
  48. * HTTP_listener_notes.txt : add some more comments.
  49. 2010-03-18 Astushi Enomoto <[email protected]>
  50. * System.ServiceModel_test.dll.sources :
  51. Add Constants.cs and XPathMessageContextTest.cs.
  52. 2010-03-18 Astushi Enomoto <[email protected]>
  53. * System.ServiceModel.dll.sources : added some missing types.
  54. 2010-03-17 Astushi Enomoto <[email protected]>
  55. * System.ServiceModel_test.dll.sources :
  56. add MetadataExchangeBindingsTest.cs.
  57. 2010-03-16 Jb Evain <[email protected]>
  58. * net_2_1_*.dll.sources: rename to moonlight_*.dll.sources.
  59. 2010-03-15 Astushi Enomoto <[email protected]>
  60. * net_4_0_System.ServiceModel.dll.sources:
  61. more types from Sys.SM.Web.dll in 4.0 profile here.
  62. 2010-03-15 Astushi Enomoto <[email protected]>
  63. * Dummy_2_1.cs : added cosmetic silverlight sdk compatibility stuff.
  64. 2010-03-11 Astushi Enomoto <[email protected]>
  65. * System.ServiceModel.dll.sources,
  66. net_2_1_raw_System.ServiceModel.dll.sources:
  67. added XmlName.cs.
  68. 2010-02-19 Astushi Enomoto <[email protected]>
  69. * Makefile: enable USE_DATA_CONTRACT_IMPORTER as
  70. memorabilia.hardrock now works. (Will be removed when I remove
  71. relevant code.)
  72. 2010-02-10 Astushi Enomoto <[email protected]>
  73. * Makefile: sigh, just disable it. make dist is somehow broken.
  74. 2010-02-10 Astushi Enomoto <[email protected]>
  75. * Makefile: does extra dist fail to accept *.xml ?
  76. 2010-02-10 Astushi Enomoto <[email protected]>
  77. * Makefile: add test xml files to extra dist.
  78. 2010-02-08 Astushi Enomoto <[email protected]>
  79. * System.ServiceModel.dll.sources:
  80. renamed MetadataBundle.cs to MetadataSet.cs.
  81. 2010-02-05 Astushi Enomoto <[email protected]>
  82. * Dummy_2_1.cs : remove AuthenticationSchemes. It blocks MT support.
  83. 2010-02-04 Astushi Enomoto <[email protected]>
  84. * Dummy.cs, net_2_1_raw_System.ServiceModel.dll.sources : add some
  85. classes out of dummy, for monotouch (hidden in 2.1 profile).
  86. 2010-02-04 Astushi Enomoto <[email protected]>
  87. * HTTP_listener_notes.txt: Fixed some wrong description, simplified
  88. some, and updated some.
  89. 2010-02-04 Astushi Enomoto <[email protected]>
  90. * HTTP_listener_notes.txt: some notes updated.
  91. 2010-02-03 Astushi Enomoto <[email protected]>
  92. * HTTP_listener_notes.txt: I couldn't help but write about it to
  93. not keep myself confused by this complicated stuff.
  94. 2010-01-20 Astushi Enomoto <[email protected]>
  95. * System.ServiceModel_test.dll.sources: move back some FeatureBased
  96. tests.
  97. 2010-01-18 Astushi Enomoto <[email protected]>
  98. * System.ServiceModel.dll.sources : added new security version types.
  99. 2010-01-15 Astushi Enomoto <[email protected]>
  100. * System.ServiceModel.dll.sources: add SL config loader here
  101. for easy debugging under 2.0 profile.
  102. 2010-01-13 Astushi Enomoto <[email protected]>
  103. * net_2_1_raw_System.ServiceModel.dll.sources :
  104. add EndpointAddressBuilder.cs.
  105. 2010-01-13 Astushi Enomoto <[email protected]>
  106. * net_2_1_raw_System.ServiceModel.dll.sources :
  107. add FaultContractInfo.cs.
  108. 2010-01-13 Astushi Enomoto <[email protected]>
  109. * net_2_1_raw_System.ServiceModel.dll.sources :
  110. add HttpCookieContainerBindingElement.cs.
  111. 2010-01-07 Astushi Enomoto <[email protected]>
  112. * System.ServiceModel_test.dll.sources : ended up to remove
  113. *all* mannerless serialization tests.
  114. 2010-01-06 Astushi Enomoto <[email protected]>
  115. * System.ServiceModel_test.dll.sources : ended up to remove
  116. mannerless tests that block other tests.
  117. 2009-12-03 Astushi Enomoto <[email protected]>
  118. * System.ServiceModel_test.dll.sources:
  119. added HttpsTransportBindingElementTest.cs.
  120. 2009-11-26 Astushi Enomoto <[email protected]>
  121. * net_2_1_raw_System.ServiceModel.dll.sources : fix file name case,
  122. which was not caught on windows.
  123. 2009-11-25 Astushi Enomoto <[email protected]>
  124. * net_2_1_raw_System.ServiceModel.dll.sources, Dummy_2_1.cs:
  125. reflected a couple of SL3 updates.
  126. 2009-11-17 Astushi Enomoto <[email protected]>
  127. * net_2_1_System.ServiceModel.dll.sources :
  128. add binary message encoder support.
  129. 2009-11-12 Astushi Enomoto <[email protected]>
  130. * net_4_0_System.ServiceModel.dll.sources : 4.0 dll contains
  131. syndication stuff (moved from Sys.SM.Web.dll).
  132. 2009-10-07 Astushi Enomoto <[email protected]>
  133. * net_2_1_System.ServiceModel.dll.sources :
  134. add IHttpCookieContainer.cs.
  135. 2009-10-02 Astushi Enomoto <[email protected]>
  136. * System.ServiceModel.dll.sources: add VirtualPathExtension.cs.
  137. 2009-10-01 Astushi Enomoto <[email protected]>
  138. * System.ServiceModel_test.dll.sources:
  139. add ServiceContractGeneratorTest.cs.
  140. 2009-09-26 Astushi Enomoto <[email protected]>
  141. * net_2_1_System.ServiceModel.dll.sources :
  142. added Http[Request|Response]MessageProperty.cs. Looks like our
  143. status pages are based on old 2.0 profile.
  144. 2009-09-15 Astushi Enomoto <[email protected]>
  145. * System.ServiceModel.dll.sources: remove WebServiceHelper.cs.
  146. 2009-09-14 Astushi Enomoto <[email protected]>
  147. * System.ServiceModel_test.dll.sources: add MessagePropertiesTest.cs.
  148. 2009-09-02 Astushi Enomoto <[email protected]>
  149. * System.ServiceModel_test.dll.sources:
  150. add HttpRequestMessagePropertyTest.cs
  151. 2009-08-24 Astushi Enomoto <[email protected]>
  152. * System.ServiceModel.dll.sources: added
  153. DuplexClientRuntimeChannel.cs and CallbackInstanceContextProvider.cs.
  154. 2009-08-20 Astushi Enomoto <[email protected]>
  155. * System.ServiceModel.dll.sources: add more named pipe files.
  156. 2009-08-20 Astushi Enomoto <[email protected]>
  157. * System.ServiceModel_test.dll.sources: add OperationContextTest.cs.
  158. 2009-08-19 Astushi Enomoto <[email protected]>
  159. * System.ServiceModel.dll.sources: add named pipe files.
  160. 2009-08-11 Astushi Enomoto <[email protected]>
  161. * System.ServiceModel.dll.sources: add DefaultOperationInvoker.cs.
  162. 2009-08-07 Astushi Enomoto <[email protected]>
  163. * System.ServiceModel.dll.sources: add ServiceProxyGenerator.cs.
  164. 2009-07-31 Astushi Enomoto <[email protected]>
  165. * System.ServiceModel.dll.sources: add IPeerConnectorContract.cs.
  166. 2009-07-31 Astushi Enomoto <[email protected]>
  167. * System.ServiceModel_test.dll.sources: add ServiceEndpointTest.cs.
  168. 2009-07-28 Astushi Enomoto <[email protected]>
  169. * System.ServiceModel.dll.sources: add TransactionFlowAttribute.cs.
  170. 2009-07-23 Astushi Enomoto <[email protected]>
  171. * System.ServiceModel.dll.sources:
  172. split out binary frame manager class into separate file.
  173. 2009-07-21 Astushi Enomoto <[email protected]>
  174. * System.ServiceModel.dll.sources: add TcpReplyChannel.
  175. 2009-07-20 Jb Evain <[email protected]>
  176. * Makefile: filter the valid profile on the framework version,
  177. to make it easier to have custom variants.
  178. 2009-07-17 Astushi Enomoto <[email protected]>
  179. * System.ServiceModel.dll.sources: add TcpRequestChannel.
  180. 2009-07-14 Astushi Enomoto <[email protected]>
  181. * System.ServiceModel_test.dll.sources:
  182. add CallbackBehaviorAttributeTest.cs.
  183. 2009-07-07 Astushi Enomoto <[email protected]>
  184. * System.ServiceModel.dll.sources:
  185. Added new custom peer resolver files.
  186. 2009-07-07 Astushi Enomoto <[email protected]>
  187. * System.ServiceModel_test.dll.sources:
  188. add PeerNodeAddressTest.cs.
  189. 2009-06-25 Astushi Enomoto <[email protected]>
  190. * System.ServiceModel.dll.sources:
  191. add SessionInstanceContextProvider.cs.
  192. 2009-06-09 Astushi Enomoto <[email protected]>
  193. * System.ServiceModel_test.dll.sources:
  194. add ServiceThrottlingBehaviorTest.
  195. 2009-06-08 Astushi Enomoto <[email protected]>
  196. * System.ServiceModel.dll.sources: renamed a file.
  197. 2009-06-05 Sebastien Pouliot <[email protected]>
  198. * net_2_1_raw_System.ServiceModel.dll.sources: Remove
  199. ClientAccessPolicy.cs, CrossDomainPolicy.cs and
  200. CrossDomainAccessManager.cs since the code and checks is now done
  201. inside System.Windows.Browser.dll, by BrowserHttpWebRequest, for
  202. every non-site-or-origin web connection - i.e. http[s]
  203. 2009-05-26 Astushi Enomoto <[email protected]>
  204. * System.ServiceModel.dll.sources: cosmetic file renaming.
  205. 2009-05-25 Astushi Enomoto <[email protected]>
  206. * System.ServiceModel.dll_test.sources:
  207. added PeerResolverSerializationTest.cs.
  208. 2009-05-15 Astushi Enomoto <[email protected]>
  209. * System.ServiceModel.dll_test.sources: added MessageFaultTest.cs.
  210. 2009-05-13 Astushi Enomoto <[email protected]>
  211. * Makefile : remove xlinq dependency.
  212. 2009-04-28 Astushi Enomoto <[email protected]>
  213. * System.ServiceModel.dll_test.sources: added
  214. BinaryMessageEncodingBindingElementTest.cs.
  215. 2009-04-21 Sebastien Pouliot <[email protected]>
  216. * net_2_1_raw_System.ServiceModel.dll.sources: Remove
  217. MonoTODOAttribute since we can get it from mscorlib.dll
  218. 2009-04-20 Astushi Enomoto <[email protected]>
  219. * System.ServiceModel.dll.sources:
  220. added several Peer transport support files.
  221. * System.ServiceModel.dll_test.sources: added
  222. NetPeerTcpBindingTest.cs and PeerTransportBindingElementTest.cs.
  223. 2009-04-08 Astushi Enomoto <[email protected]>
  224. * System.ServiceModel.dll.sources:
  225. added PeerTransportSecuritySettings.cs.
  226. * Makefile: use -r:System.Core in non-2.1 build too.
  227. 2009-04-07 Astushi Enomoto <[email protected]>
  228. * System.ServiceModel_test.dll.sources: added NetTcpBindingTest.cs.
  229. 2009-04-07 Astushi Enomoto <[email protected]>
  230. * System.ServiceModel.dll.sources: added IOnlineStatus.cs.
  231. 2009-03-05 Astushi Enomoto <[email protected]>
  232. * Makefile : added /r:System.Xml.Linq in 2.1 too.
  233. 2009-03-04 Astushi Enomoto <[email protected]>
  234. * Makefile : add /r:System.Core in 2.1 build.
  235. 2009-03-04 Astushi Enomoto <[email protected]>
  236. * net_2_1_raw_System.ServiceModel.dll.sources :
  237. added cross domain checker sources.
  238. 2009-02-19 Astushi Enomoto <[email protected]>
  239. * System.ServiceModel.dll.sources,
  240. net_2_1_raw_System.ServiceModel.dll.sources :
  241. added CodeTryBlock.cs.
  242. 2009-01-22 Astushi Enomoto <[email protected]>
  243. * net_2_1_raw_System.ServiceModel.dll.sources :
  244. added SilverlightClientConfigLoader.cs.
  245. 2009-01-14 Astushi Enomoto <[email protected]>
  246. * System.ServiceModel.dll.sources,
  247. net_2_1_raw_System.ServiceModel.dll.sources :
  248. added missing exception types (corcompare work).
  249. 2009-01-14 Astushi Enomoto <[email protected]>
  250. * System.ServiceModel_test.dll.sources :
  251. added ClientBase_InteractiveChannelInitializerTest.cs.
  252. 2009-01-07 Astushi Enomoto <[email protected]>
  253. * net_2_1_raw_System.ServiceModel.dll.sources : add OperationContext
  254. and OperationContextScope to 2.1 build.
  255. 2008-09-12 Astushi Enomoto <[email protected]>
  256. Jb Evain <[email protected]>
  257. * Makefile: support net_2_1_raw compilation profile.
  258. * net_2_1_raw_System.ServiceModel.dll.sources
  259. * *.cs: SL2 compilation support.
  260. 2008-05-22 Roei Erez <[email protected]>
  261. * fix ContractDescription.GetContract implementation
  262. * Refactor Request processing
  263. * Add support for message inspectors
  264. * Add support for InstanceContextProvider & InstanceProvider, including lifecycles events
  265. like: ReleaseServiceInstance, Open, Close...
  266. * Add relevant test cases.
  267. 2008-04-21 Igor Zelmanovich <[email protected]>
  268. * System.ServiceModel_test.dll.sources: Add ServiceDebugBehaviorTest.cs and
  269. ServiceMetadataBehaviorTest.cs.
  270. 2008-04-17 Vladimir Krasnov <[email protected]>
  271. * System.ServiceModel.dll.sources: added HttpChannelManager.cs
  272. 2008-04-14 Igor Zelmanovich <[email protected]>
  273. * System.ServiceModel_test.dll.sources: Add ExtensionCollectionTest.cs.
  274. 2008-04-13 Vladimir Krasnov <[email protected]>
  275. * added: System.ServiceModel_Test.csproj, visual studio tests project
  276. 2008-04-10 Eyal Alaluf <[email protected]>
  277. * System.ServiceModel.dll.sources, System.ServiceModel.csproj:
  278. Moved System.ServiceModel.Dispatcher/DefaultMessageOperationFormatter.cs
  279. to System.ServiceModel.Dispatcher/BaseMessagesFormatter.cs.
  280. Removed System.ServiceModel.Description/ServiceModelInternalConverter.cs.
  281. 2008-04-01 Roei Erez <[email protected]>
  282. * System.ServiceModel_test_net_3_0.dll.config: Added configurations for new tests.
  283. 2008-04-01 Igor Zelmanovich <[email protected]>
  284. * System.ServiceModel_test.dll.sources: Add ServiceHostBaseTest.cs.
  285. 2008-03-27 Atsushi Enomoto <[email protected]>
  286. * Makefile : add System.ServiceModel_test_net_3_0.dll.config to
  287. EXTRA_DISTFILES too.
  288. 2008-03-27 Atsushi Enomoto <[email protected]>
  289. * Makefile : include Test/config/* in EXTRA_DISTFILES to fix
  290. nunit test failures.
  291. 2008-03-21 Atsushi Enomoto <[email protected]>
  292. * Makefile : more EXTRA_DISTFILES.
  293. 2008-03-11 Atsushi Enomoto <[email protected]>
  294. * Makefile : oops, wrong EXTRA_DISTFILES.
  295. 2008-03-11 Atsushi Enomoto <[email protected]>
  296. * Makefile : add EXTRA_DISTFILES.
  297. 2008-02-28 Eyal Alaluf <[email protected]>
  298. * System.ServiceModel_test_net_3_0.dll.config: Add configurations for
  299. testing ClientBase<T> ctors.
  300. 2008-02-27 Eyal Alaluf <[email protected]>
  301. * Makefile: Ignore common warnings including use of obsolete API (since
  302. Mono.Security.* has several such warnings).
  303. 2007-12-05 Atsushi Enomoto <[email protected]>
  304. * Makefile : added net_3_5 profile as a valid target.
  305. 2007-08-18 Marcos Cobena ([email protected])
  306. * System.ServiceModel_test.dll.sources: Updated with new tests for System.ServiceModel.PeerResolvers.
  307. * Test/System.ServiceModel.PeerResolvers/CustomPeerResolverServiceTest.cs: New bunch of tests.
  308. 2007-08-16 Marcos Cobena ([email protected])
  309. * System.ServiceModel.dll.sources: Updated with System.ServiceModel.PeerResolvers/PeerReferralPolicy.cs.
  310. * PeerReferralPolicy.cs: Moved and updated here from AllEnums.cs.
  311. * PeerResolverMode.cs: Updated API.
  312. * RefreshResult.cs: Updated API.
  313. * RegisterInfo.cs: Almost finished, minus HasBody().
  314. * AllEnums.cs: PeerReferralPolicy lives now inside System.ServiceModel.PeerResolvers.
  315. 2007-07-19 Marcos Cobena ([email protected])
  316. * PeerCustomResolverSettings.cs, PeerResolverMode.cs, PeerResolverSettings.cs,
  317. PeerSecuritySettings.cs: New implementations.
  318. * System.ServiceModel.dll.sources, AllEnums.cs, Dummy.cs: Updated to added sources.
  319. * NetPeerTcpBinding.cs: Added support to new above implementations.
  320. 2007-07-18 Marcos Cobena ([email protected])
  321. * TcpChannelListener.cs, TcpDuplexSessionChannel.cs: Text messaging now works
  322. (both Send() and Receive()), even mixing .NET version with Mono one.
  323. * TcpChannelListener.cs: By default, it uses BinaryMessageEncoder.
  324. 2007-07-17 Marcos Cobena ([email protected])
  325. * DuplexSessionChannelBase.cs, TcpChannelListener.cs, TcpDuplexSessionChannel.cs,
  326. TcpTransportBindingElement.cs: Thanks to Atsushi Eno, it starts messaging.
  327. 2007-07-12 Marcos Cobena ([email protected])
  328. * DuplexSessionChannelBase.cs, TcpChannelFactory.cs, TcpChannelListener.cs,
  329. TcpDuplexSessionChannel.cs: Added new implementations.
  330. * NetTcpBinding.cs, TcpTransportBindingElement.cs: Modified to match new TCP implementations.
  331. * System.ServiceModel.dll.sources: Updated to last classes set.
  332. 2007-07-05 Atsushi Enomoto <[email protected]>
  333. Makefile : added -r:System.Messaging.dll
  334. 2007-06-28 Marcos Cobena ([email protected])
  335. * System.ServiceModel.dll.sources, System.ServiceModel\Dummy.cs :
  336. Modified to match new files under System.ServiceModel.PeerResolvers.
  337. 2007-04-20 Atsushi Enomoto <[email protected]>
  338. Makefile : added ws-addr.xsd as a resource.
  339. 2007-04-17 Atsushi Enomoto <[email protected]>
  340. * fixup-config.xml : updated config section types.
  341. 2007-03-05 Atsushi Enomoto <[email protected]>
  342. Makefile : added -r:Mono.Security.dll and some nowarns.
  343. 2007-02-27 Wade Berrier <[email protected]>
  344. * Makefile: include resource files in EXTRA_DISTFILES
  345. 2006-10-13 Atsushi Enomoto <[email protected]>
  346. * fixup-config2.cs, fixup-config2.xml :
  347. It is used to add svc. -> SvcHttpHandler mapping in web.config.
  348. 2006-10-04 Ankit Jain <[email protected]>
  349. * System.ServiceModel.dll.sources: Update.
  350. 2006-09-29 Ankit Jain <[email protected]>
  351. * System.ServiceModel.dll.sources: Update.
  352. 2006-09-26 Ankit Jain <[email protected]>
  353. * System.ServiceModel.dll.sources: Update.
  354. 2006-09-07 Ankit Jain <[email protected]>
  355. * System.ServiceModel_test.dll.sources: Add WsdlExporterTest.cs
  356. 2006-07-21 Atsushi Enomoto <[email protected]>
  357. * Makefile : it used to be referenced by S.IM.Selectors.dll.
  358. Nowadays it references S.IM.Selectors.dll.
  359. 2006-07-13 Ankit Jain <[email protected]>
  360. * System.ServiceModel_test.dll.sources: Add MetadataResolverTest.cs
  361. 2006-07-12 Ankit Jain <[email protected]>
  362. * System.ServiceModel.dll.sources: Update for June CTP changes. Add
  363. EndpointAddress10.cs
  364. 2006-07-04 Atsushi Enomoto <[email protected]>
  365. * Makefile : add path to referenced assemblies as gmcs always loads
  366. them from the GAC.
  367. 2006-07-03 Ankit Jain <[email protected]>
  368. * System.ServiceModel.dll.sources: Update for June CTP changes.
  369. 2006-07-03 Ankit Jain <[email protected]>
  370. * System.ServiceModel.dll.sources: Add IMetadataExchange.cs and
  371. MetadataExchangeBinding.cs . Update to match changes in June CTP.
  372. 2006-06-30 Atsushi Enomoto <[email protected]>
  373. * fixup-config.xml : updated to match June CTP config types.
  374. 2006-06-27 Atsushi Enomoto <[email protected]>
  375. * fixup-config.xml : bindings section has binding sub sections.
  376. 2006-06-27 Atsushi Enomoto <[email protected]>
  377. * fixup-config.cs : now it supports updating.
  378. * fixup-config.xml : "bindings" is in fact just a section.
  379. MS bad naming on class.
  380. 2006-06-26 Atsushi Enomoto <[email protected]>
  381. * fixup-config.cs, fixup-config.xml : when you try configuration
  382. support, you can run fixup-config.exe and then supplemental
  383. config sections are added.
  384. 2006-06-12 Atsushi Enomoto <[email protected]>
  385. * Makefile : remove extra option.
  386. 2006-06-12 Ankit Jain <[email protected]>
  387. * System.ServiceModel.dll.sources: Add
  388. System.ServiceModel.Description/MetadataSectionSerializerBase.cs
  389. * System.ServiceModel_test.dll.sources: Add
  390. System.ServiceModel.Description/WsdlImporterTest.cs
  391. 2006-06-12 Atsushi Enomoto <[email protected]>
  392. * Makefile : use Mono.CodeGeneration.
  393. 2006-04-26 Ankit Jain <[email protected]>
  394. * System.ServiceModel_test.dll.sources : Add
  395. System.ServiceModel.Description/WebServiceHelper.cs .
  396. 2006-02-11 Ankit Jain <[email protected]>
  397. * System.ServiceModel_test.dll.sources : Add
  398. ServiceHostTest.cs and UriSchemeKeyedCollectionTest.cs
  399. 2005-10-19 Atsushi Enomoto <[email protected]>
  400. * winfx.pub : new set of assembly, thus new public key.
  401. 2005-10-09 Atsushi Enomoto <[email protected]>
  402. * Makefile : eliminated some warning noises.
  403. 2005-10-08 Atsushi Enomoto <[email protected]>
  404. * Makefile : addded /r:System.Transactions.
  405. 2005-09-29 Duncan Mak <[email protected]>
  406. * Makefile (RESOURCE_FILES): Include
  407. resources/WS-Addressing.schema.
  408. (LIB_MCS_FLAGS): Add "/resource:" flag.
  409. 2005-09-29 Atsushi Enomoto <[email protected]>
  410. * System.ServiceModel_test.dll.sources : required for make run-test.
  411. 2005-09-29 Atsushi Enomoto <[email protected]>
  412. * System.ServiceModel.dll.sources : regenerated to add new files.
  413. 2005-09-29 Atsushi Enomoto <[email protected]>
  414. * System.ServiceModel.dll.sources : regenerated to add new files.
  415. 2005-09-29 Atsushi Enomoto <[email protected]>
  416. * Makefile : reference to sys.configuration.dll.
  417. * System.ServiceModel.dll.sources : regenerated to add new files.
  418. 2005-09-28 Atsushi Enomoto <[email protected]>
  419. * System.ServiceModel.dll.sources : regenerated to add new files.
  420. 2005-09-28 Atsushi Enomoto <[email protected]>
  421. * System.ServiceModel.dll.sources : further regen.
  422. 2005-09-28 Atsushi Enomoto <[email protected]>
  423. * System.ServiceModel.dll.sources : regenerated to add new files.
  424. 2005-09-28 Atsushi Enomoto <[email protected]>
  425. * System.ServiceModel.dll.sources : regenerated to add new files.
  426. 2005-09-28 Atsushi Enomoto <[email protected]>
  427. * System.ServiceModel.dll.sources : regenerated to add new files.
  428. 2005-09-28 Atsushi Enomoto <[email protected]>
  429. * System.ServiceModel.dll.sources : regenerated to add new files.
  430. 2005-09-27 Atsushi Enomoto <[email protected]>
  431. * System.ServiceModel.dll.sources : regenerated to add new files.
  432. 2005-09-27 Atsushi Enomoto <[email protected]>
  433. * System.ServiceModel.dll.sources : added CommunicationErrorEventArgs.
  434. 2005-09-27 Atsushi Enomoto <[email protected]>
  435. * Makefile : so now update-dll-sources is common target to all libs.