You've already forked linux-packaging-mono
Imported Upstream version 4.6.0.125
Former-commit-id: a2155e9bd80020e49e72e86c44da02a8ac0e57a4
This commit is contained in:
parent
a569aebcfd
commit
e79aa3c0ed
@@ -1,18 +0,0 @@
|
||||
2008-04-23 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
|
||||
|
||||
* AssemblyInfo.cs: Added missing attributes
|
||||
|
||||
2005-11-05 Kornél Pál <kornelpal@hotmail.com>
|
||||
|
||||
* AssemblyInfo.cs: Use Consts.FxFileVersion as AssemblyFileVersion and
|
||||
AssemblyInformationalVersion.
|
||||
|
||||
2004-05-15 Gert Driesen (drieseng@users.sourceforge.net)
|
||||
|
||||
* AssemblyInfo.cs: fixed assembly attributes to match MS
|
||||
frameworks
|
||||
|
||||
2004-01-23 Marek Safar <marek.safar@seznam.cz>
|
||||
|
||||
* AssemblyInfo.cs: Added
|
||||
* ChangeLog: Added
|
||||
@@ -1,57 +0,0 @@
|
||||
2007-11-13 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* Makefile : in 2.0 it depends on System.Transactions.dll.
|
||||
|
||||
2004-09-14 Raja R Harinath <rharinath@novell.com>
|
||||
|
||||
* Makefile (EXTRA_DISTFILES): Fix spelling of ChangeLog file.
|
||||
|
||||
2004-05-15 Gert Driesen (drieseng@users.sourceforge.net)
|
||||
|
||||
* System.EnterpriseServices.dll.sources: Added IConfigurationAttribute
|
||||
interface
|
||||
|
||||
2004-05-13 Mike Kestner <mkestner@ximian.com>
|
||||
|
||||
* System.EnterpriseServices.dll.sources: Added class. Add .Internal
|
||||
files.
|
||||
|
||||
2004-05-12 Mike Kestner <mkestner@ximian.com>
|
||||
|
||||
* System.EnterpriseServices.dll.sources: Added new enums and classes.
|
||||
|
||||
2004-05-12 Mike Kestner <mkestner@ximian.com>
|
||||
|
||||
* System.EnterpriseServices.dll.sources: Added new interface files.
|
||||
|
||||
2004-01-23 Marek Safar <marek.safar@seznam.cz>
|
||||
* System.EnterpriseServices.dll.sources: Added AssemblyInfo.cs
|
||||
|
||||
2002-11-20 Alejandro Sánchez Acosta <raciel@es.gnu.org>
|
||||
* list: new files added to build
|
||||
|
||||
2002-08-13 Tim Coleman <tim@timcoleman.com>
|
||||
* list: new files added to build
|
||||
|
||||
2002-08-08 Tim Coleman <tim@timcoleman.com>
|
||||
* list: new files added to build.
|
||||
|
||||
2002-08-07 Tim Coleman <tim@timcoleman.com>
|
||||
* list: new files added to build.
|
||||
|
||||
2002-08-06 Tim Coleman <tim@timcoleman.com>
|
||||
* list: new files added to build.
|
||||
* System.EnterpriseServices.CompensatingResourceManager:
|
||||
New directory added
|
||||
|
||||
2002-08-03 Tim Coleman <tim@timcoleman.com>
|
||||
* list: new files added to build list.
|
||||
|
||||
2002-07-22 Tim Coleman <tim@timcoleman.com>
|
||||
* makefile.gnu: added to build on linux
|
||||
|
||||
2002-07-22 Tim Coleman <tim@timcoleman.com>
|
||||
* System.EnterpriseServices: New namespace created
|
||||
to provide enum needed by Web Services
|
||||
* System.EnterpriseServices.build: New file
|
||||
* list: New file
|
||||
@@ -4,9 +4,7 @@ include ../../build/rules.make
|
||||
|
||||
LIBRARY = System.EnterpriseServices.dll
|
||||
LIB_REFS = System.Transactions
|
||||
LIB_MCS_FLAGS = /nowarn:0168 /nowarn:0162 /r:$(corlib)
|
||||
LIB_MCS_FLAGS = /nowarn:0168 /nowarn:0162
|
||||
NO_TEST = yes
|
||||
|
||||
EXTRA_DISTFILES = System.EnterpriseServices.Internal/ChangeLog
|
||||
|
||||
include ../../build/library.make
|
||||
|
||||
@@ -1,53 +0,0 @@
|
||||
2006-05-31 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* ClerkInfo.cs: Fixed line endings. Set eol-style to CRLF.
|
||||
* LogRecordFlags.cs: Fixed line endings. Set eol-style to CRLF.
|
||||
* Clerk.cs: Fixed line endings. Set eol-style to CRLF.
|
||||
* LogRecord.cs: Fixed line endings. Set eol-style to CRLF.
|
||||
* ApplicationCrmEnabledAttribute.cs: Set eol-style to native.
|
||||
* CompensatorOptions.cs: Fixed line endings. Set eol-style to CRLF.
|
||||
* TransactionState.cs: Fixed line endings. Set eol-style to CRLF.
|
||||
* ClerkMonitor.cs: Fixed line endings. Set eol-style to CRLF.
|
||||
* Compensator.cs: Set eol-style to native.
|
||||
|
||||
2004-06-18 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* Compensator.cs: fixed return value of CommitRecord method
|
||||
|
||||
2004-06-11 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* ApplicationCrmEnabledAttribute: added missing
|
||||
|
||||
2004-05-15 Gert Driesen (drieseng@users.sourceforge.net)
|
||||
|
||||
* ClerkInfo.cs: added internal ctor
|
||||
|
||||
2004-05-13 Mike Kestner <mkestner@ximian.com>
|
||||
|
||||
* ApplicationCrmEnabledAttribute.cs : add ComVisible. Hide val field.
|
||||
* ClerkInfo.cs : stub
|
||||
* ClerkMonitor.cs : stub
|
||||
|
||||
2002-11-20 Alejandro Sánchez Acosta <raciel@es.gnu.org>
|
||||
|
||||
* ApplicationCrmEnabledAttribute.cs added.
|
||||
|
||||
2002-08-13 Tim Coleman <tim@timcoleman.com>
|
||||
* Clerk.cs:
|
||||
* Compensator.cs:
|
||||
New stubs added.
|
||||
|
||||
2002-08-07 Tim Coleman <tim@timcoleman.com>
|
||||
* CompensatorOptions.cs:
|
||||
* LogRecordFlags.cs:
|
||||
* TransactionState.cs:
|
||||
Changed enum values to agree with .NET
|
||||
* LogRecord.cs:
|
||||
New stubs added
|
||||
|
||||
2002-08-06 Tim Coleman <tim@timcoleman.com>
|
||||
* ChangeLog.cs:
|
||||
* CompensatorOptions.cs:
|
||||
* LogRecordFlags.cs:
|
||||
* TransactionState.cs:
|
||||
New stubs added
|
||||
@@ -1,111 +0,0 @@
|
||||
2007-11-13 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* IClrObjectFactory.cs : 2.0 API fixes.
|
||||
|
||||
2006-05-31 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* ClrObjectFactory.cs: Fix the build from untested changes.
|
||||
|
||||
2006-05-31 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* ComManagedImportUtil.cs: Do not mark instance methods virtual. Fixes
|
||||
API signature mismatches.
|
||||
* ClrObjectFactory.cs: Do not mark methods virtual. Fixes API signature
|
||||
mismatches.
|
||||
* Publish.cs: Do not mark instance methods virtual. Fixes API signature
|
||||
mismatches.
|
||||
|
||||
2006-05-31 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* AppDomainHelper.cs: Set eol-style to native.
|
||||
* AssemblyLocator.cs: Set eol-style to native.
|
||||
* ClientRemotingConfig.cs: Set eol-style to native.
|
||||
* ClrObjectFactory.cs: Set eol-style to native.
|
||||
* ComManagedImportUtil.cs: Set eol-style to native.
|
||||
* ComSoapPublishError.cs: Set eol-style to native.
|
||||
* GenerateMetadata.cs: Set eol-style to native.
|
||||
* IClrObjectFactory.cs: Set eol-style to native.
|
||||
* IComManagedImportUtil.cs: Set eol-style to native.
|
||||
* IComSoapIISVRoot.cs: Set eol-style to native.
|
||||
* IComSoapMetadata.cs: Set eol-style to native.
|
||||
* IComSoapPublisher.cs: Set eol-style to native.
|
||||
* IISVirtualRoot.cs: Set eol-style to native.
|
||||
* IServerWebConfig.cs: Set eol-style to native.
|
||||
* ISoapClientImport.cs: Set eol-style to native.
|
||||
* ISoapServerTlb.cs: Set eol-style to native.
|
||||
* ISoapServerVRoot.cs: Set eol-style to native.
|
||||
* ISoapUtility.cs: Set eol-style to native.
|
||||
* Publish.cs: Set eol-style to native.
|
||||
* ServerWebConfig.cs: Set eol-style to native.
|
||||
* SoapClientImport.cs: Set eol-style to native.
|
||||
* SoapServerTlb.cs: Set eol-style to native.
|
||||
* SoapServerVRoot.cs: Set eol-style to native.
|
||||
* SoapUtility.cs: Set eol-style to native.
|
||||
|
||||
2004-06-18 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* IComManagedImportUtil.cs: added missing marshalling attributes
|
||||
* IComSoapIISVRoot.cs: added missing marshalling attributes
|
||||
* IComSoapMetadata.cs: added missing marshalling attributes
|
||||
* IComSoapPublisher.cs: added missing marshalling attributes
|
||||
* IServerWebConfig.cs: added missing marshalling attributes
|
||||
* ISoapClientImport.cs: added missing marshalling attributes
|
||||
* ISoapServerTlb.cs: added missing marshalling attributes
|
||||
* ISoapServerVRoot.cs: added missing marshalling attributes
|
||||
* ISoapUtility.cs: added missing marshalling attributes
|
||||
|
||||
2004-06-11 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* IClrObjectFactory.cs: added missing DispId attributes
|
||||
* IComManagedImportUtil.cs: added missing DispId attributes
|
||||
* IComSoapIISVRoot.cs: added missing DispId attributes
|
||||
* IComSoapMetadata.cs: added missing DispId attributes
|
||||
* IComSoapPublisher.cs: added missing DispId attributes
|
||||
* IServerWebConfig.cs: added missing DispId attributes
|
||||
* ISoapClientImport.cs: added missing DispId attributes
|
||||
* ISoapServerTlb.cs: added missing DispId attributes
|
||||
* ISoapServerVRoot.cs: added missing DispId attributes
|
||||
* ISoapUtility.cs: added missing DispId attributes
|
||||
|
||||
2004-05-14 Mike Kestner <mkestner@ximian.com>
|
||||
|
||||
* ClientRemotingConfig.cs : stub
|
||||
* ComSoapPublishError.cs : stub
|
||||
* GenerateMetadata.cs : stub
|
||||
* IComSoapIISVRoot.cs : impl
|
||||
* IComSoapMetadata.cs : impl
|
||||
* IISVirtualRoot.cs : impl
|
||||
* IServerWebConfig.cs : impl
|
||||
* ServerWebConfig.cs : stub
|
||||
|
||||
2004-05-13 Mike Kestner <mkestner@ximian.com>
|
||||
|
||||
* SoapClientImportUtil.cs : add a TODO
|
||||
* SoapServerTlb.cs : stub
|
||||
* SoapServerVRoot.cs : stub
|
||||
* SoapUtility.cs : stub
|
||||
|
||||
2004-05-13: Mike Kestner <mkestner@ximian.com>
|
||||
|
||||
* AppDomainHelper.cs : stub
|
||||
* AssemblyLocator.cs : stub
|
||||
* ClrObjectFactory.cs : stub
|
||||
* ComManagedImportUtil.cs : stub
|
||||
* Publish.cs : stub
|
||||
* SoapClientImport.cs : stub
|
||||
|
||||
2004-05-13: Mike Kestner <mkestner@ximian.com>
|
||||
|
||||
* IClrObjectFactory.cs : add guid.
|
||||
* IComManagedImportUtil.cs : add guid.
|
||||
* IComSoapPublisher.cs : add guid.
|
||||
* ISoapClientImport.cs : impl.
|
||||
* ISoapServerTlb.cs : impl.
|
||||
* ISoapServerVRoot.cs : impl.
|
||||
* ISoapUtility.cs : impl.
|
||||
|
||||
2002-11-20: Alejandro Sánchez Acosta <raciel@es.gnu.org>
|
||||
|
||||
* IClrObjectFactory.cs added.
|
||||
* IComManagedImportUtil.cs added.
|
||||
* IComSoapPublisher.cs added.
|
||||
@@ -1,332 +0,0 @@
|
||||
2007-11-13 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* RegistrationException.cs IPlaybackControl.cs
|
||||
RegistrationHelperTx.cs IAsyncErrorNotify.cs ITransaction.cs
|
||||
IServiceCall.cs IProcessInitControl.cs IProcessInitializer.cs
|
||||
ContextUtil.cs ServiceConfig.cs : couple of 2.0 API fixes.
|
||||
|
||||
2006-05-31 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* SecurityRoleAttribute.cs: Set AllowMultiple to true.
|
||||
* InterfaceQueueingAttribute.cs: Set AllowMultiple to true.
|
||||
* ObjectPoolingAttribute.cs: Implement IConfigurationAttribute.
|
||||
* SecureMethodAttribute.cs: Attribute is not valid on assemblies.
|
||||
* BOID.cs: Added MarshalAs attribute to match MS.NET.
|
||||
|
||||
2006-05-31 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* AccessChecksLevelOption.cs: Fixed line endings. Set eol-style to CRLF.
|
||||
* ActivationOption.cs: Fixed line endings. Set eol-style to CRLF.
|
||||
* Activity.cs: Fixed line endings. Set eol-style to CRLF.
|
||||
* ApplicationAccessControlAttribute.cs: Set eol-style to native.
|
||||
* ApplicationActivationAttribute.cs: Set eol-style to native.
|
||||
* ApplicationIDAttribute.cs: Set eol-style to native.
|
||||
* ApplicationNameAttribute.cs: Set eol-style to native.
|
||||
* ApplicationQueuingAttribute.cs: Fixed line endings. Set eol-style
|
||||
to CRLF.
|
||||
* AuthenticationOption.cs: Set eol-style to native.
|
||||
* AutoCompleteAttribute.cs: Fixed line endings. Set eol-style to CRLF.
|
||||
* BindingOption.cs: Fixed line endings. Set eol-style to CRLF.
|
||||
* BOID.cs: Fixed line endings. Set eol-style to CRLF.
|
||||
* BYOT.cs: Fixed line endings. Set eol-style to CRLF.
|
||||
* ComponentAccessControlAttribute.cs: Fixed line endings. Set eol-style
|
||||
to CRLF.
|
||||
* COMTIIntrinsicsAttribute.cs: Fixed line endings. Set eol-style
|
||||
to CRLF.
|
||||
* ConstructionEnabledAttribute.cs: Fixed line endings. Set eol-style
|
||||
to CRLF.
|
||||
* ContextUtil.cs: Fixed line endings. Set eol-style to CRLF.
|
||||
* DescriptionAttribute.cs: Fixed line endings. Set eol-style to CRLF.
|
||||
* EventClassAttribute.cs: Fixed line endings. Set eol-style to CRLF.
|
||||
* EventTrackingEnabledAttribute.cs: Fixed line endings. Set eol-style
|
||||
to CRLF.
|
||||
* ExceptionClassAttribute.cs: Fixed line endings. Set eol-style to CRLF.
|
||||
* IAsyncErrorNotify.cs: Fixed line endings. Set eol-style to CRLF.
|
||||
* IConfigurationAttribute.cs: Set eol-style to native.
|
||||
* IISIntrinsicsAttribute.cs: Fixed line endings. Set eol-style to CRLF.
|
||||
* ImpersonationLevelOption.cs: Set eol-style to native.
|
||||
* InheritanceOption.cs: Fixed line endings. Set eol-style to CRLF.
|
||||
* InstallationFlags.cs: Set eol-style to native.
|
||||
* InterfaceQueuingAttribute.cs: Fixed line endings. Set eol-style
|
||||
to CRLF.
|
||||
* IPlaybackControl.cs: Fixed line endings. Set eol-style to CRLF.
|
||||
* IProcessInitControl.cs: Fixed line endings. Set eol-style to CRLF.
|
||||
* IProcessInitializer.cs: Set eol-style to native.
|
||||
* IRegistrationHelper.cs: Set eol-style to native.
|
||||
* IRemoteDispatch.cs: Fixed line endings. Set eol-style to CRLF. Set
|
||||
Autocomplete to false for RemoteDispatchNotAutoDone method.
|
||||
* ISecurityCallContext.cs: Fixed line endings. Set eol-style to CRLF.
|
||||
* ISecurityCallersColl.cs: Fixed line endings. Set eol-style to CRLF.
|
||||
* ISecurityIdentityColl.cs: Fixed line endings. Set eol-style to CRLF.
|
||||
* IServiceCall.cs: Fixed line endings. Set eol-style to CRLF.
|
||||
* IServicedComponentInfo.cs: Fixed line endings. Set eol-style to CRLF.
|
||||
* ISharedProperty.cs: Fixed line endings. Set eol-style to CRLF.
|
||||
* ISharedPropertyGroup.cs: Fixed line endings. Set eol-style to CRLF.
|
||||
* ITransaction.cs: Fixed line endings. Set eol-style to CRLF.
|
||||
* JustInTimeActivationAttribute.cs: Fixed line endings. Set eol-style
|
||||
to CRLF.
|
||||
* LoadBalancingSupportedAttribute.cs: Fixed line endings. Set eol-style
|
||||
to CRLF.
|
||||
* MustRunInClientContextAttribute.cs: Fixed line endings. Set eol-style
|
||||
to CRLF.
|
||||
* ObjectPoolingAttribute.cs: Fixed line endings. Set eol-style to CRLF.
|
||||
* PartitionOption.cs: Fixed line endings. Set eol-style to CRLF.
|
||||
* PrivateComponentAttribute.cs: Fixed line endings. Set eol-style
|
||||
to CRLF.
|
||||
* PropertyLockMode.cs: Set eol-style to native.
|
||||
* PropertyReleaseMode.cs: Set eol-style to native.
|
||||
* RegistrationConfig.cs: Fixed line endings. Set eol-style to CRLF.
|
||||
* RegistrationErrorInfo.cs: Fixed line endings. Set eol-style to CRLF.
|
||||
* RegistrationException.cs: Fixed line endings. Set eol-style to CRLF.
|
||||
* RegistrationHelper.cs: Set eol-style to native.
|
||||
* RegistrationHelperTx.cs: Set eol-style to native.
|
||||
* ResourcePool.cs: Fixed line endings. Set eol-style to CRLF.
|
||||
* SecureMethodAttribute.cs: Fixed line endings. Set eol-style to CRLF.
|
||||
* SecurityCallContext.cs: Fixed line endings. Set eol-style to CRLF.
|
||||
* SecurityCallers.cs: Fixed line endings. Set eol-style to CRLF.
|
||||
* SecurityIdentity.cs: Fixed line endings. Set eol-style to CRLF.
|
||||
* SecurityRoleAttribute.cs: Fixed line endings. Set eol-style to CRLF.
|
||||
* ServiceConfig.cs: Fixed line endings. Set eol-style to CRLF.
|
||||
* ServicedComponent.cs: Fixed line endings. Set eol-style to CRLF.
|
||||
* ServicedComponentException.cs: Fixed line endings. Set eol-style
|
||||
to CRLF.
|
||||
* ServiceDomain.cs: Fixed line endings. Set eol-style to CRLF.
|
||||
* SharedProperty.cs: Fixed line endings. Set eol-style to CRLF.
|
||||
* SharedPropertyGroup.cs: Fixed line endings. Set eol-style to CRLF.
|
||||
* SharedPropertyGroupManager.cs: Fixed line endings. Set eol-style
|
||||
to CRLF.
|
||||
* SxsOption.cs: Fixed line endings. Set eol-style to CRLF.
|
||||
* SynchronizationAttribute.cs: Fixed line endings. Set eol-style
|
||||
to CRLF.
|
||||
* SynchronizationOption.cs: Set eol-style to native.
|
||||
* ThreadPoolOption.cs: Fixed line endings. Set eol-style to CRLF.
|
||||
* TransactionAttribute.cs: Fixed line endings. Set eol-style to CRLF.
|
||||
* TransactionIsolationLevel.cs: Set eol-style to native.
|
||||
* TransactionOption.cs: Set eol-style to native.
|
||||
* TransactionStatus.cs: Fixed line endings. Set eol-style to CRLF.
|
||||
* TransactionVote.cs: Set eol-style to native.
|
||||
* XACTTRANSINFO.cs: Fixed line endings. Set eol-style to CRLF.
|
||||
|
||||
2004-06-18 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* AuthenticationOption.cs: fixed enum field values to match MS.NET
|
||||
* IProcessInitializer.cs: added missing marshalling attributes
|
||||
* IRegistrationHelper.cs: added missing marshalling attributes
|
||||
* ImpersonationLevelOption: fixed enum field values to match MS.NET
|
||||
* InstallationFlags: fixed enum field values to match MS.NET
|
||||
* PropertyLockMode: fixed enum field values to match MS.NET
|
||||
* PropertyReleaseMode: fixed enum field values to match MS.NET
|
||||
* RegistrationHelper: added missing marshalling attributes
|
||||
* RegistrationHelperTx: added missing marshalling attributes
|
||||
* SynchronizationOption: fixed enum field values to match MS.NET
|
||||
* TransactionIsolationLevel: fixed enum field values to match MS.NET
|
||||
* TransactionVote: fixed enum field values to match MS.NET
|
||||
|
||||
2004-06-11 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* RegistrationHelperTx.cs: added missing attribute on class
|
||||
* TransactionOption.cs: corrected values of enum fields
|
||||
|
||||
2004-05-15 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* ServiceDomain.cs: added private ctor to match MS
|
||||
* BYOT.cs: added private ctor to match MS
|
||||
* RegistrationErrorInfo.cs: marked ctor internal
|
||||
|
||||
2004-05-15 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* IConfigurationAttribute.cs: added
|
||||
* ApplicationAccessControlAttribute.cs:
|
||||
* ApplicationActivationAttribute.cs:
|
||||
* ApplicationIDAttribute.cs:
|
||||
* ApplicationNameAttribute.cs: stubbed implementation of
|
||||
IConfigurationAttribute
|
||||
|
||||
2004-05-13 Mike Kestner <mkestner@ximian.com>
|
||||
|
||||
* RegistrationHelper.cs : add Guid and 2 methods
|
||||
* RegistrationHelperTx.cs : add Guid and 2 methods
|
||||
* SynchronizationAttribute.cs : add ComVisible
|
||||
|
||||
2004-05-13 Mike Kestner <mkestner@ximian.com>
|
||||
|
||||
* ContextUtil.cs : fix sigs for 2 methods
|
||||
* RegistrationConfig.cs : impl
|
||||
|
||||
2004-05-13 Mike Kestner <mkestner@ximian.com>
|
||||
|
||||
* EventTrackingEnabledAttribute.cs : add ComVisible
|
||||
* ExceptionClassAttribute.cs : add ComVisible
|
||||
* IISIntrinsicsAttribute.cs : add ComVisible
|
||||
* InterfaceQueuingAttribute.cs : add ComVisible
|
||||
* JustInTimeActivationAttribute.cs : add ComVisible
|
||||
* LoadBalancingSupportedAttribute.cs : add ComVisible
|
||||
* MustRunInClientContextAttribute.cs : add ComVisible
|
||||
* ObjectPoolingAttribute.cs : add ComVisible
|
||||
* PrivateComponentAttribute.cs : add ComVisible
|
||||
|
||||
2004-05-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
|
||||
|
||||
* RegistrationHelper.cs: fixed the build on windows. I will file a bug
|
||||
report on mcs for this.
|
||||
|
||||
2004-05-12 Mike Kestner <mkestner@ximian.com>
|
||||
|
||||
* ApplicationAccessControlAttribute.cs : Add ComVisible and
|
||||
s/Impersonation/ImpersonationLevel.
|
||||
* ApplicationActivationAttribute.cs : Add ComVisible
|
||||
* ApplicationIDAttribute.cs : Add ComVisible
|
||||
* ApplicationNameAttribute.cs : Add ComVisible
|
||||
* ApplicationQueuingAttribute.cs : Add ComVisible
|
||||
* AutoCompleteAttribute.cs : Add ComVisible
|
||||
* ComponentAccessControlAttribute.cs : Add ComVisible and remove
|
||||
set_Value.
|
||||
* COMTIIntrinsicsAttribute.cs : Add ComVisible and remove set_Value.
|
||||
* ConstructionEnabledAttribute.cs : Add ComVisible, add Enabled, and
|
||||
remove set_Value.
|
||||
* DescriptionAttribute.cs : Add ComVisible
|
||||
* EventClassAttribute.cs : Add ComVisible and s/InProc/Inproc.
|
||||
* SecureMethodAttribute.cs : Add ComVisible
|
||||
* SecurityRoleAttribute.cs : Add ComVisible
|
||||
* ServicedComponentException.cs : Add ComVisible
|
||||
|
||||
2004-05-12 Mike Kestner <mkestner@ximian.com>
|
||||
|
||||
* BOID.cs : add ComVisible attr.
|
||||
* ServiceDomain.cs : impl
|
||||
* SynchronizationAttribute.cs : add ComVisible attr
|
||||
* TransactionAttribute.cs : add ComVisible attr
|
||||
* XACTRRANSINFO.cs : add ComVisible attr.
|
||||
|
||||
2004-05-12 Mike Kestner <mkestner@ximian.com>
|
||||
|
||||
* TransactionStatus.cs : impl
|
||||
|
||||
2004-05-12 Mike Kestner <mkestner@ximian.com>
|
||||
|
||||
* Activity.cs : stub
|
||||
* BindingOption.cs : impl
|
||||
* InheritanceOption.cs : impl
|
||||
* PartitionOption.cs : impl
|
||||
* ServiceConfig.cs : stub
|
||||
* SxsOption.cs : impl
|
||||
* ThreadPoolOption.cs : impl
|
||||
|
||||
2004-05-12 Mike Kestner <mkestner@ximian.com>
|
||||
|
||||
* IAsyncErrorNotify.cs : oops, should be public
|
||||
* IProcessInitComponent.cs : ditto
|
||||
* IProcessInitializer.cs : ditto
|
||||
* IServiceCall.cs : ditto
|
||||
|
||||
2004-05-12 Mike Kestner <mkestner@ximian.com>
|
||||
|
||||
* IAsyncErrorNotify.cs : implement new 1.1 iface.
|
||||
* IPlaybackControl.cs : implement new 1.1 iface.
|
||||
* IProcessInitComponent.cs : implement new 1.1 iface.
|
||||
* IProcessInitializer.cs : implement new 1.1 iface.
|
||||
* IRegistrationHelper.cs : add GUID, fix some param passing.
|
||||
* IRemoteDispatch.cs : add GUID
|
||||
* IServiceCall.cs : implement new 1.1 iface.
|
||||
* IServicedComponentInfo.cs : add GUID
|
||||
* ITransaction.cs : add GUID
|
||||
|
||||
2002-08-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
|
||||
|
||||
* RegistrationHelper.cs: fixed compilation.
|
||||
|
||||
2002-08-09 Tim Coleman <tim@timcoleman.com>
|
||||
* RegistrationHelperTx.cs:
|
||||
Commit the add of RegistrationHelperTx.cs
|
||||
|
||||
2002-08-08 Tim Coleman <tim@timcoleman.com>
|
||||
* ISecurityCallContext.cs:
|
||||
* ISecurityCallersColl.cs:
|
||||
* ISecurityIdentityColl.cs:
|
||||
* ISharedProperty.cs:
|
||||
* ISharedPropertyGroup.cs:
|
||||
* RegistrationHelperTx.cs:
|
||||
* ResourcePool.cs:
|
||||
* SecureMethodAttribute.cs:
|
||||
* SecurityCallContext.cs:
|
||||
* SecurityCallers.cs:
|
||||
* SecurityIdentity.cs:
|
||||
* SecurityRoleAttribute.cs:
|
||||
* ServicedComponentException.cs:
|
||||
* SharedProperty.cs:
|
||||
* SharedPropertyGroup.cs:
|
||||
* SharedPropertyGroupManager.cs:
|
||||
* SynchronizationAttribute.cs:
|
||||
* SynchronizationOption.cs:
|
||||
* TransactionAttribute.cs:
|
||||
* TransactionIsolationLevel.cs:
|
||||
New files added.
|
||||
* ContextUtil.cs:
|
||||
New internal constructor added, methods added.
|
||||
* IRemoteDispatch.cs:
|
||||
AutoComplete attributes added to methods
|
||||
* TODOAttribute.cs:
|
||||
Namespace adjusted.
|
||||
|
||||
|
||||
2002-08-07 Tim Coleman <tim@timcoleman.com>
|
||||
* RegistrationErrorInfo.cs:
|
||||
* RegistrationException.cs:
|
||||
* RegistrationHelper.cs:
|
||||
* ServicedComponent.cs:
|
||||
New stubs added
|
||||
|
||||
2002-08-06 Tim Coleman <tim@timcoleman.com>
|
||||
* IRegistrationHelper.cs:
|
||||
* IRemoteDispatch.cs:
|
||||
* IServicedComponentInfo.cs:
|
||||
* ITransaction.cs:
|
||||
Comment out Guid attribute for now
|
||||
because it doesn't build with CSC unless
|
||||
you supply a valid Guid.
|
||||
|
||||
2002-08-06 Tim Coleman <tim@timcoleman.com>
|
||||
* DescriptionAttribute.cs:
|
||||
* EventClassAttribute.cs:
|
||||
* EventTrackingEnabledAttribute.cs:
|
||||
* ExceptionClassAttribute.cs:
|
||||
* IISIntrinsicsAttribute.cs:
|
||||
* IRegistrationHelper.cs:
|
||||
* IRemoteDispatch.cs:
|
||||
* IServicedComponentInfo.cs:
|
||||
* ITransaction.cs:
|
||||
* InstallationFlags.cs:
|
||||
* InterfaceQueuingAttribute.cs:
|
||||
* JustInTimeActivationAttribute.cs:
|
||||
* LoadBalancingSupportedAttribute.cs:
|
||||
* MustRunInClientContextAttribute.cs:
|
||||
* ObjectPoolingAttribute.cs:
|
||||
* PrivateComponentAttribute.cs:
|
||||
* PropertyLockMode.cs:
|
||||
* PropertyReleaseMode.cs:
|
||||
* XACTTRANSINFO.cs:
|
||||
New stubs added.
|
||||
|
||||
2002-08-03 Tim Coleman <tim@timcoleman.com>
|
||||
* AccessChecksLevelOption.cs:
|
||||
* ActivationOption.cs:
|
||||
* ApplicationAccessControlAttribute.cs:
|
||||
* ApplicationActivationAttribute.cs:
|
||||
* ApplicationIDAttribute.cs:
|
||||
* ApplicationNameAttribute.cs:
|
||||
* ApplicationQueuingAttribute.cs:
|
||||
* AuthenticationOption.cs:
|
||||
* AutoCompleteAttribute.cs:
|
||||
* BOID.cs:
|
||||
* BYOT.cs:
|
||||
* COMTIIntrinsicsAttribute.cs:
|
||||
* ComponentAccessControlAttribute.cs:
|
||||
* ConstructionEnabledAttribute.cs:
|
||||
* ContextUtil.cs:
|
||||
* ImpersonationLevelOption.cs:
|
||||
* TransactionVote.cs:
|
||||
New stubs added
|
||||
|
||||
2002-07-22 Tim Coleman <tim@timcoleman.com>
|
||||
* TransactionOption.cs: New enum added as
|
||||
required by System.Web.Services
|
||||
Reference in New Issue
Block a user