ChangeLog 18 KB

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