ChangeLog 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590
  1. 2008-04-22 Igor Zelmanovich <[email protected]>
  2. * ServiceDebugElement.cs:
  3. implement CreateBehavior method.
  4. 2008-04-03 Igor Zelmanovich <[email protected]>
  5. * ServiceModelExtensionCollectionElement.cs:
  6. implement this[int index] api.
  7. 2008-04-01 Igor Zelmanovich <[email protected]>
  8. * ServiceEndpointElementCollection.cs: fix GetElementKey().
  9. 2008-03-31 Vladmir Krasnov <[email protected]>
  10. * ConfigUtil.cs: fixed CreateBinding
  11. * BasicHttpBindingElement.cs: OnApplyConfiguration
  12. * StandardBindingElement.cs: implemented ApplyConfiguration
  13. 2008-03-27 Igor Zelmanovich <[email protected]>
  14. * XmlElementElementCollection.cs:
  15. * XmlElementElement.cs:
  16. * WSFederationHttpBindingElement.cs:
  17. * WSDualHttpBindingElement.cs:
  18. * WindowsStreamSecurityElement.cs:
  19. * UseManagedPresentationElement.cs:
  20. * TransportElement.cs:
  21. * TransactionFlowElement.cs:
  22. * TextMessageEncodingElement.cs:
  23. * TcpTransportElement.cs:
  24. * TcpConnectionPoolSettingsElement.cs:
  25. * StandardBindingReliableSessionElement.cs:
  26. * SslStreamSecurityElement.cs:
  27. * SecurityElementBase.cs:
  28. * SecurityElement.cs:
  29. * ReliableSessionElement.cs:
  30. * PrivacyNoticeElement.cs:
  31. * PnrpPeerResolverElement.cs:
  32. * PeerTransportElement.cs:
  33. * OneWayElement.cs:
  34. * NetPeerTcpBindingElement.cs:
  35. * NetMsmqBindingElement.cs:
  36. * NamedPipeTransportElement.cs:
  37. * NamedPipeConnectionPoolSettingsElement.cs:
  38. * MtomMessageEncodingElement.cs:
  39. * MsmqTransportElement.cs:
  40. * MsmqIntegrationElement.cs:
  41. * MsmqIntegrationBindingElement.cs:
  42. * MsmqElementBase.cs:
  43. * MsmqBindingElementBase.cs:
  44. * MethodStubs.cs:
  45. * MessageSecurityOverMsmqElement.cs:
  46. * LocalServiceSecuritySettingsElement.cs:
  47. * LocalClientSecuritySettingsElement.cs:
  48. * IssuedTokenParametersEndpointAddressElement.cs:
  49. * IssuedTokenParametersElement.cs:
  50. * IssuedTokenClientElement.cs:
  51. * HttpTransportElement.cs:
  52. * HttpsTransportElement.cs:
  53. * FederatedMessageSecurityOverHttpElement.cs:
  54. * EndpointAddressElementBase.cs:
  55. * ConnectionOrientedTransportElement.cs:
  56. * CompositeDuplexElement.cs:
  57. * ChannelPoolSettingsElement.cs:
  58. fix apis and implementation, make corresponding tests pass
  59. 2008-03-27 Igor Zelmanovich <[email protected]>
  60. * IPAddressConverter.cs:
  61. * MessageVersionConverter.cs:
  62. * MessageSecurityVersionConverter.cs:
  63. * ReliableMessagingVersionConverter.cs:
  64. new internal converters used for reading configuration.
  65. 2008-03-26 Igor Zelmanovich <[email protected]>
  66. * ServiceModelExtensionCollectionElement.cs:
  67. fix GetEnumerator method.
  68. 2008-03-26 Igor Zelmanovich <[email protected]>
  69. * ClientSection.cs: implement InitializeDefaults, refactoring.
  70. * MetadataElement.cs: implement LoadPolicyImporExtensions,
  71. LoasWsdlImportExtensions, refactoring.
  72. * MethodStubs.cs: refactoring.
  73. * PolicyImporterElement.cs: add missing constructors, refactoring.
  74. * PolicyImporterElementCollection.cs: refactoring.
  75. * WsdlImporterElement.cs: add missing constructors, refactoring.
  76. * WsdlImporterElementCollection.cs: refactoring.
  77. 2008-03-24 Igor Zelmanovich <[email protected]>
  78. * ExtensionsSection.cs: typo fix.
  79. * MethodStubs.cs: refactoring.
  80. * PolicyVersionConverter.cs: implement ConvertTo method.
  81. * ServiceAuthorizationElement.cs: refactoring.
  82. * ServiceCredentialsElement.cs: fix BehaviorType property, refactoring.
  83. * ServiceDebugElement.cs: fix BehaviorType property, refactoring.
  84. * ServiceSecurityAuditElement.cs: fix BehaviorType property, refactoring.
  85. * ServiceThrottlingElement.cs: fix BehaviorType property, refactoring.
  86. * ServiceTimeoutsElement.cs: fix BehaviorType property, refactoring.
  87. * X509CertificateTrustedIssuerElement.cs: refactoring.
  88. * X509CertificateTrustedIssuerElementCollection.cs: implement GetElementKey.
  89. all changes make corresponding tests pass.
  90. 2008-03-04 Eyal Alaluf <[email protected]>
  91. * EndpointBehaviorElement.cs: Add "callbackDebug" behavior element.
  92. * MethodStubs.cs: Fix key calculcation of ChannelEndpointElementCollection.
  93. * NamedServiceModelExtensionCollectionElement.cs: Allow derived classes
  94. to extend the properties of this configuration element.
  95. * ServiceModelExtensionCollectionElement.cs: Implement GetEnumerator.
  96. * ServiceModelConfigurationElementCollection.cs: Implement collection.
  97. 2008-03-02 Igor Zelmanovich <[email protected]>
  98. * StandardBindingOptionalReliableSessionElement.cs:
  99. * StandardBindingReliableSessionElement.cs:
  100. fix properties collection initialization.
  101. 2008-03-02 Igor Zelmanovich <[email protected]>
  102. * MessageSecurityOverTcpElement.cs:
  103. fix properties collection initialization.
  104. 2008-02-19 Igor Zelmanovich <[email protected]>
  105. * BasicHttpBindingElement.cs:
  106. * BindingCollectionElement.cs:
  107. * BindingsSection.cs:
  108. * ChannelEndpointElementCollection.cs:
  109. * MethodStubs.cs:
  110. * MexBindingElement.cs:
  111. * MexHttpBindingElement.cs:
  112. * MexHttpsBindingElement.cs:
  113. * MexNamedPipeBindingElement.cs:
  114. * MexTcpBindingElement.cs:
  115. * MsmqIntegrationBindingElement.cs:
  116. * NetMsmqBindingElement.cs:
  117. * NetNamedPipeBindingElement.cs:
  118. * NetPeerTcpBindingElement.cs:
  119. * NetTcpBindingElement.cs:
  120. * PolicyImporterElementCollection.cs:
  121. * TransactionProtocolConverter.cs
  122. * StandardBindingCollectionElement.cs:
  123. * StandardBindingElement.cs:
  124. * WsdlImporterElementCollection.cs:
  125. * WSDualHttpBindingElement.cs:
  126. * WSFederationHttpBindingElement.cs:
  127. * WSHttpBindingElement.cs:
  128. fix apis and implementation, make corresponding tests pass
  129. 2008-02-17 Igor Zelmanovich <[email protected]>
  130. * BasicHttpBindingElement.cs:
  131. * ServiceModelConfigurationElementCollection.cs:
  132. * StandardBindingElement.cs:
  133. * StandardBindingElementCollection.cs:
  134. fixed several bugs, make relevant tests pass.
  135. 2008-02-17 Igor Zelmanovich <[email protected]>
  136. * EncodingConverter.cs: added internal class.
  137. * SecurityAlgorithmSuiteConverter.cs: added internal class.
  138. * BasicHttpMessageSecurityElement.cs:
  139. use SecurityAlgorithmSuiteConverter for "algorithmSuite" property.
  140. 2008-02-16 Atsushi Enomoto <[email protected]>
  141. * MethodStubs.cs : Added CreateBehavior() method in couple of elements.
  142. 2007-03-30 Atsushi Enomoto <[email protected]>
  143. * ServiceModelSectionGroup.cs :
  144. Diagnostic section name is "diagnostics".
  145. 2006-10-20 Atsushi Enomoto <[email protected]>
  146. * ServiceMetadataPublishingElement.cs : enable gets by default.
  147. * ServiceModelConfigurationElementCollection.cs,
  148. NamedServiceModelExtensionCollectionElement.cs :
  149. cosmetic API fixes.
  150. * MethodStubs.cs : (ServiceBehaviorElementCollection and
  151. ServiceBehaviorElement) override DeserializeElement() to read
  152. individual extension elements (and make some DeserializeElement()
  153. callable).
  154. 2006-10-13 Atsushi Enomoto <[email protected]>
  155. * MethodStubs.cs : implemented some GetElementKey() implementations.
  156. 2006-09-27 Atsushi Enomoto <[email protected]>
  157. Replaced Dummy.cs with individual class files:
  158. * MethodStubs.cs : there were some API changes in Sep.CTP.
  159. * Dummy.cs,
  160. AddressHeaderCollectionElement.cs,
  161. AuthorizationPolicyTypeElement.cs,
  162. AuthorizationPolicyTypeElementCollection.cs,
  163. BaseAddressElement.cs,
  164. BaseAddressElementCollection.cs,
  165. BasicHttpBindingCollectionElement.cs,
  166. BasicHttpBindingElement.cs,
  167. BasicHttpMessageSecurityElement.cs,
  168. BasicHttpSecurityElement.cs,
  169. BehaviorsSection.cs,
  170. BinaryMessageEncodingElement.cs,
  171. BindingCollectionElement.cs,
  172. BindingElementExtensionElement.cs,
  173. BindingsSection.cs,
  174. CallbackDebugElement.cs,
  175. CallbackTimeoutsElement.cs,
  176. CertificateElement.cs,
  177. CertificateReferenceElement.cs,
  178. ChannelEndpointElement.cs,
  179. ChannelEndpointElementCollection.cs,
  180. ChannelPoolSettingsElement.cs,
  181. ClaimTypeElement.cs,
  182. ClaimTypeElementCollection.cs,
  183. ClientCredentialsElement.cs,
  184. ClientSection.cs,
  185. ClientViaElement.cs,
  186. ComContractElement.cs,
  187. ComContractElementCollection.cs,
  188. ComContractsSection.cs,
  189. ComMethodElement.cs,
  190. ComMethodElementCollection.cs,
  191. ComPersistableTypeElement.cs,
  192. ComPersistableTypeElementCollection.cs,
  193. ComUdtElement.cs,
  194. ComUdtElementCollection.cs,
  195. CommonBehaviorsSection.cs,
  196. CommonEndpointBehaviorElement.cs,
  197. CommonServiceBehaviorElement.cs,
  198. CompositeDuplexElement.cs,
  199. ConnectionOrientedTransportElement.cs,
  200. CustomBindingCollectionElement.cs,
  201. CustomBindingElement.cs,
  202. CustomBindingElementCollection.cs,
  203. DataContractSerializerElement.cs,
  204. DiagnosticSection.cs,
  205. DnsElement.cs,
  206. EndpointAddressElementBase.cs,
  207. EndpointBehaviorElement.cs,
  208. EndpointBehaviorElementCollection.cs,
  209. ExtensionElement.cs,
  210. ExtensionElementCollection.cs,
  211. ExtensionsSection.cs,
  212. FederatedMessageSecurityOverHttpElement.cs,
  213. HostElement.cs,
  214. HostTimeoutsElement.cs,
  215. HttpDigestClientElement.cs,
  216. HttpTransportElement.cs,
  217. HttpTransportSecurityElement.cs,
  218. HttpsTransportElement.cs,
  219. IdentityElement.cs,
  220. IssuedTokenClientBehaviorsElement.cs,
  221. IssuedTokenClientBehaviorsElementCollection.cs,
  222. IssuedTokenClientElement.cs,
  223. IssuedTokenParametersElement.cs,
  224. IssuedTokenParametersEndpointAddressElement.cs,
  225. IssuedTokenServiceElement.cs,
  226. LocalClientSecuritySettingsElement.cs,
  227. LocalServiceSecuritySettingsElement.cs,
  228. MessageLoggingElement.cs,
  229. MessageSecurityOverHttpElement.cs,
  230. MessageSecurityOverMsmqElement.cs,
  231. MessageSecurityOverTcpElement.cs,
  232. MetadataElement.cs,
  233. MexBindingBindingCollectionElement.cs,
  234. MexBindingElement.cs,
  235. MexHttpBindingCollectionElement.cs,
  236. MexHttpBindingElement.cs,
  237. MexHttpsBindingCollectionElement.cs,
  238. MexHttpsBindingElement.cs,
  239. MexNamedPipeBindingCollectionElement.cs,
  240. MexNamedPipeBindingElement.cs,
  241. MexTcpBindingCollectionElement.cs,
  242. MexTcpBindingElement.cs,
  243. MsmqBindingElementBase.cs,
  244. MsmqElementBase.cs,
  245. MsmqIntegrationBindingCollectionElement.cs,
  246. MsmqIntegrationBindingElement.cs,
  247. MsmqIntegrationElement.cs,
  248. MsmqIntegrationSecurityElement.cs,
  249. MsmqTransportElement.cs,
  250. MsmqTransportSecurityElement.cs,
  251. MtomMessageEncodingElement.cs,
  252. NamedPipeConnectionPoolSettingsElement.cs,
  253. NamedPipeTransportElement.cs,
  254. NamedPipeTransportSecurityElement.cs,
  255. NamedServiceModelExtensionCollectionElement.cs,
  256. NetMsmqBindingCollectionElement.cs,
  257. NetMsmqBindingElement.cs,
  258. NetMsmqSecurityElement.cs,
  259. NetNamedPipeBindingCollectionElement.cs,
  260. NetNamedPipeBindingElement.cs,
  261. NetNamedPipeSecurityElement.cs,
  262. NetPeerTcpBindingCollectionElement.cs,
  263. NetPeerTcpBindingElement.cs,
  264. NetTcpBindingCollectionElement.cs,
  265. NetTcpBindingElement.cs,
  266. NetTcpSecurityElement.cs,
  267. NonDualMessageSecurityOverHttpElement.cs,
  268. OneWayElement.cs,
  269. PeerCredentialElement.cs,
  270. PeerCustomResolverElement.cs,
  271. PeerResolverElement.cs,
  272. PeerSecurityElement.cs,
  273. PeerTransportElement.cs,
  274. PeerTransportSecurityElement.cs,
  275. PnrpPeerResolverElement.cs,
  276. PolicyImporterElement.cs,
  277. PolicyImporterElementCollection.cs,
  278. PrivacyNoticeElement.cs,
  279. ReliableSessionElement.cs,
  280. RsaElement.cs,
  281. SecureConversationServiceElement.cs,
  282. SecurityElement.cs,
  283. SecurityElementBase.cs,
  284. ServiceAuthorizationElement.cs,
  285. ServiceBehaviorElement.cs,
  286. ServiceBehaviorElementCollection.cs,
  287. ServiceCredentialsElement.cs,
  288. ServiceDebugElement.cs,
  289. ServiceElement.cs,
  290. ServiceElementCollection.cs,
  291. ServiceEndpointElement.cs,
  292. ServiceEndpointElementCollection.cs,
  293. ServiceHostingEnvironmentSection.cs,
  294. ServiceMetadataPublishingElement.cs,
  295. ServiceModelEnhancedConfigurationElementCollection.cs,
  296. ServiceModelExtensionElement.cs,
  297. ServicePrincipalNameElement.cs,
  298. ServiceSecurityAuditElement.cs,
  299. ServiceThrottlingElement.cs,
  300. ServiceTimeoutsElement.cs,
  301. ServicesSection.cs,
  302. SslStreamSecurityElement.cs,
  303. StandardBindingCollectionElement.cs,
  304. StandardBindingElement.cs,
  305. StandardBindingElementCollection.cs,
  306. StandardBindingOptionalReliableSessionElement.cs,
  307. StandardBindingReliableSessionElement.cs,
  308. SynchronousReceiveElement.cs,
  309. TcpConnectionPoolSettingsElement.cs,
  310. TcpTransportElement.cs,
  311. TcpTransportSecurityElement.cs,
  312. TextMessageEncodingElement.cs,
  313. TransactedBatchingElement.cs,
  314. TransactionFlowElement.cs,
  315. TransportConfigurationTypeElement.cs,
  316. TransportConfigurationTypeElementCollection.cs,
  317. TransportElement.cs,
  318. UseManagedPresentationElement.cs,
  319. UserNameServiceElement.cs,
  320. UserPrincipalNameElement.cs,
  321. WSDualHttpBindingCollectionElement.cs,
  322. WSDualHttpBindingElement.cs,
  323. WSDualHttpSecurityElement.cs,
  324. WSFederationHttpBindingCollectionElement.cs,
  325. WSFederationHttpBindingElement.cs,
  326. WSFederationHttpSecurityElement.cs,
  327. WSHttpBindingBaseElement.cs,
  328. WSHttpBindingCollectionElement.cs,
  329. WSHttpBindingElement.cs,
  330. WSHttpSecurityElement.cs,
  331. WSHttpTransportSecurityElement.cs,
  332. WindowsClientElement.cs,
  333. WindowsServiceElement.cs,
  334. WindowsStreamSecurityElement.cs,
  335. WsdlImporterElement.cs,
  336. WsdlImporterElementCollection.cs,
  337. X509CertificateTrustedIssuerElement.cs,
  338. X509CertificateTrustedIssuerElementCollection.cs,
  339. X509ClientCertificateAuthenticationElement.cs,
  340. X509ClientCertificateCredentialsElement.cs,
  341. X509DefaultServiceCertificateElement.cs,
  342. X509InitiatorCertificateClientElement.cs,
  343. X509InitiatorCertificateServiceElement.cs,
  344. X509PeerCertificateAuthenticationElement.cs,
  345. X509PeerCertificateElement.cs,
  346. X509RecipientCertificateClientElement.cs,
  347. X509RecipientCertificateServiceElement.cs,
  348. X509ScopedServiceCertificateElement.cs,
  349. X509ScopedServiceCertificateElementCollection.cs,
  350. X509ServiceCertificateAuthenticationElement.cs,
  351. XPathMessageFilterElement.cs,
  352. XPathMessageFilterElementCollection.cs,
  353. XPathMessageFilterElementComparer.cs,
  354. XmlDictionaryReaderQuotasElement.cs,
  355. XmlElementElement.cs,
  356. XmlElementElementCollection.cs : replaced.
  357. 2006-09-05 Atsushi Enomoto <[email protected]>
  358. * Dummy.cs : (config) regenerated.
  359. 2006-07-21 Atsushi Enomoto <[email protected]>
  360. * Dummy.cs : regenerated.
  361. 2006-06-30 Atsushi Enomoto <[email protected]>
  362. * ServiceModelEnhancedConfigurationElementCollection.cs :
  363. oops, it is extraneous.
  364. 2006-06-30 Atsushi Enomoto <[email protected]>
  365. * MethodStubs.cs : several fixes due to the requirements from base
  366. types.
  367. * ServiceModelSectionGroup.cs,
  368. ConfigUtil.cs : Reflect type name changes on properties.
  369. * Dummy.cs : regenerated.
  370. * ServiceModelEnhancedConfigurationElementCollection.cs,
  371. ServiceModelExtensionCollectionElement.cs :
  372. Added new types.
  373. * BindingSectionGroup.cs,
  374. ServiceModelExtensionSectionCollection.cs
  375. StandardBindingSection.cs
  376. NamedServiceModelExtensionSectionCollection.cs
  377. SecuritySectionBase.cs
  378. EndpointAddressElementBase.cs
  379. MsmqSectionBase.cs
  380. ServiceModelBasicMapConfigurationElementCollection.cs
  381. MsmqBindingConfigurationElementBase.cs
  382. StandardBindingConfigurationElementCollection.cs :
  383. Removed old types.
  384. 2006-06-29 Atsushi Enomoto <[email protected]>
  385. * MethodStubs.cs : some API fixes.
  386. * MsmqTransportSectionBase.cs : removed obsolete type.
  387. 2006-06-28 Atsushi Enomoto <[email protected]>
  388. * StandardBindingSection.cs : removed ConfiguredBindings from
  389. config properties (it conflicts with Bindings).
  390. * Dummy.cs : regenerated (BindingName is not config property).
  391. * ConfigUtil.cs : add bindingConfiguration parameter to
  392. CreateBinding(). For now comment out ApplyConfiguration().
  393. 2006-06-28 Atsushi Enomoto <[email protected]>
  394. * BindingsSectionGroup.cs : refresh addition.
  395. * StandardBindingSection.cs : added missing members.
  396. * MethodStubs.cs : removed default constructor which now conflicts
  397. with generated one.
  398. Added missing interface members (since interfaces are written now).
  399. * Dummy.cs : regenerated.
  400. * StandardBindingConfigurationElementCollection.cs :
  401. implemented GetElementKey().
  402. 2006-06-27 Atsushi Enomoto <[email protected]>
  403. * ConfigUtil.cs : reverted previous hack.
  404. * MethodStubs.cs : added some BindingType property implementation.
  405. * ServiceModelExtensionSectionCollection.cs : not abstract.
  406. * StandardBindingConfigurationElementCollection.cs :
  407. new missing type.
  408. 2006-06-27 Atsushi Enomoto <[email protected]>
  409. * BindingsSectionGroup.cs : removed and it is now autogenerated.
  410. * ServiceModelConfigurationElementCollection.cs : some API fixes.
  411. * ServiceModelBasicMapConfigurationElementCollection.cs : ditto.
  412. * MethodStubs.cs : added some missing stuff. Especially, now
  413. GetElementKey() is manually added to all collection types.
  414. * ConfigUtil.cs : hacky Bindings properties.
  415. * Dummy.cs : regenerated.
  416. 2006-06-26 Atsushi Enomoto <[email protected]>
  417. * ServiceModelConfigurationElementCollection.cs :
  418. implemented ElementName.
  419. 2006-06-26 Atsushi Enomoto <[email protected]>
  420. * Dummy.cs : regerenerated.
  421. 2006-06-26 Atsushi Enomoto <[email protected]>
  422. * ConfigUtil.cs : new utility class.
  423. 2006-06-26 Atsushi Enomoto <[email protected]>
  424. * ServiceModelSectionGroup.cs :
  425. * IBindingConfigurationElement.cs : added ApplyConfiguration().
  426. * BindingsSectionGroup.cs : some API fixes. A bit of indexer
  427. implementation.
  428. * ServiceModelConfigurationElementCollection.cs : implemented a bit.
  429. * ServiceModelSectionGroup.cs : implemented.
  430. 2006-05-29 Atsushi Enomoto <[email protected]>
  431. * Dummy.cs : regenerated.
  432. 2006-05-13 Atsushi Enomoto <[email protected]>
  433. * configgen/configgen.cs : changed implementation strategy. Now it
  434. generates code similar to existing Sys.Configuration classes.
  435. * Dummy.cs : regenerated
  436. * ServiceModelExtensionSectionCollection.cs,
  437. StandardBindingSection.cs
  438. AuthenticationMode.cs
  439. IBindingConfigurationElement.cs
  440. SecuritySectionBase.cs
  441. EndpointAddressElementBase.cs
  442. ServiceModelConfigurationElementCollection.cs
  443. ServiceModelBasicMapConfigurationElementCollection.cs
  444. MethodStubs.cs : several API updates.
  445. 2006-02-23 Atsushi Enomoto <[email protected]>
  446. * Dummy.cs MethodStubs.cs StandardBindingSection.cs :
  447. Feb. CTP API changes - chapter 1.
  448. 2006-02-15 Atsushi Enomoto <[email protected]>
  449. * Dummy.cs : regenerated.
  450. 2006-02-02 Atsushi Enomoto <[email protected]>
  451. * ServiceModelConfigurationElementCollection.cs : signature fix
  452. (in sync with sys.configuration.dll)
  453. 2005-11-20 Atsushi Enomoto <[email protected]>
  454. * MsmqSectionBase.cs, MsmqTransportSectionBase.cs,
  455. NamedServiceModelExtensionSectionCollection.cs : new in Nov. CTP.
  456. * Dummy.cs, AuthenticationMode.cs :
  457. updated to Nov. CTP.
  458. 2005-11-20 Atsushi Enomoto <[email protected]>
  459. * Dummy.cs, BindingsSectionGroup.cs :
  460. removed items related to IntermediaryBinding (removed in beta2).
  461. 2005-10-19 Atsushi Enomoto <[email protected]>
  462. * configgen/configgen.cs : now that bug #76365 is gone, we can use
  463. partial types without problem.
  464. * MethodStubs.cs : thus, new file for partial types to define
  465. methods manually.
  466. * Dummy.cs : regenerated.
  467. 2005-10-06 Atsushi Enomoto <[email protected]>
  468. * ServicesSection.cs : remove.
  469. Actually autogenerated ServicesSection is better.
  470. * Dummy.cs : regenerated.
  471. 2005-10-06 Atsushi Enomoto <[email protected]>
  472. * ServiceModelConfigurationElementCollection.cs,
  473. StandardBindingSection.cs : added some missing members.
  474. * Dummy.cs : regenereated.
  475. 2005-10-06 Atsushi Enomoto <[email protected]>
  476. * ServiceModelBasicMapConfigurationElementCollection.cs,
  477. ServiceModelExtensionSectionCollection.cs,
  478. StandardBindingSection.cs, MsmqBindingConfigurationElementBase.cs :
  479. new non-autogenerated files.
  480. * Dummy.cs :regenerated.
  481. 2005-10-06 Atsushi Enomoto <[email protected]>
  482. * EndpointAddressElementBase.cs : new non-autogenerated file.
  483. * Dummy.cs : regenerated.
  484. 2005-10-06 Atsushi Enomoto <[email protected]>
  485. * ServiceModelConfigurationElementCollection.cs,
  486. IBindingConfigurationElement.cs : new files.
  487. * Dummy.cs : reflecting configgen.exe changes.
  488. 2005-10-05 Atsushi Enomoto <[email protected]>
  489. * AuthenticationMode.cs : new enum.
  490. * Dummy.cs : autogenerated by configgen.exe.
  491. 2005-09-29 Atsushi Enomoto <[email protected]>
  492. * BindingsSectionGroup.cs, ServiceModelSectionGroup.cs
  493. ServicesSection.cs : new files.