ChangeLog 20 KB

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