ChangeLog 19 KB

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