ChangeLog 21 KB

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