Branch: refs/heads/master
Home:   http://github.com/castleproject/Castle.Services.Transaction

Commit: 41a22fc37fe5802a3a0b8ade338a370dbb318f4f
    
http://github.com/castleproject/Castle.Services.Transaction/commit/41a22fc37fe5802a3a0b8ade338a370dbb318f4f
Author: hconceicao <[email protected]>
Date:   2010-07-28 (Wed, 28 Jul 2010)

Changed paths:
  R Castle.Services.Transaction-vs2008.5.0.ReSharper
  R Castle.Services.Transaction-vs2008.sln
  A Castle.Services.Transaction-vs2010.sln
  M buildscripts/Castle.Common.Targets
  R 
src/Castle.Services.Transaction.Tests/Castle.Services.Transaction.Tests-vs2008.csproj
  A 
src/Castle.Services.Transaction.Tests/Castle.Services.Transaction.Tests-vs2010.csproj
  R src/Castle.Services.Transaction/Castle.Services.Transaction-vs2008.csproj
  A src/Castle.Services.Transaction/Castle.Services.Transaction-vs2010.csproj

Log Message:
-----------
converted the solution to vs2010


Commit: c4eb03d0d57b97f94d1c2850a3d09343ef81fe9a
    
http://github.com/castleproject/Castle.Services.Transaction/commit/c4eb03d0d57b97f94d1c2850a3d09343ef81fe9a
Author: hconceicao <[email protected]>
Date:   2010-07-28 (Wed, 28 Jul 2010)

Changed paths:
  M 
src/Castle.Services.Transaction.Tests/Castle.Services.Transaction.Tests-vs2010.csproj
  M src/Castle.Services.Transaction/Exceptions/CommitResourceException.cs
  M src/Castle.Services.Transaction/FileTransactions/FileTransaction.cs
  M src/Castle.Services.Transaction/GenericTransactions/TransactionBase.cs
  M 
src/Castle.Services.Transaction/GenericTransactions/TransactionScopeResourceAdapter.cs
  M src/Castle.Services.Transaction/Managers/DefaultTransactionManager.cs

Log Message:
-----------
updated libs and upgraded vs2010


Commit: c834a368c0e1c18ed8052fcfa93213f9e7082ce2
    
http://github.com/castleproject/Castle.Services.Transaction/commit/c834a368c0e1c18ed8052fcfa93213f9e7082ce2
Author: hconceicao <[email protected]>
Date:   2010-08-10 (Tue, 10 Aug 2010)

Changed paths:
  M src/Castle.Services.Transaction.Tests/FileTransactionTests.cs
  M src/Castle.Services.Transaction/Castle.Services.Transaction-vs2010.csproj
  M src/Castle.Services.Transaction/Exceptions/RollbackResourceException.cs
  M src/Castle.Services.Transaction/GenericTransactions/TalkativeTransaction.cs
  M src/Castle.Services.Transaction/GenericTransactions/TransactionBase.cs
  R 
src/Castle.Services.Transaction/GenericTransactions/TransactionScopeResourceAdapter.cs
  M src/Castle.Services.Transaction/Managers/DefaultTransactionManager.cs

Log Message:
-----------
refactored the ambient transaction support to impose a more natural scope 
creation/dispose order.


Commit: 64b52bbdbc72f28adb1f46671097e0f5e4ccdfe5
    
http://github.com/castleproject/Castle.Services.Transaction/commit/64b52bbdbc72f28adb1f46671097e0f5e4ccdfe5
Author: hconceicao <[email protected]>
Date:   2010-08-10 (Tue, 10 Aug 2010)

Changed paths:
  M buildscripts/CommonAssemblyInfo.cs
  M src/Castle.Services.Transaction.Tests/DirectoryAdapterTests.cs
  M src/Castle.Services.Transaction.Tests/FileTransactionTests.cs
  M src/Castle.Services.Transaction.Tests/FileTransaction_WithManager_Tests.cs
  M src/Castle.Services.Transaction.Tests/FileTransactions_Directory_Tests.cs
  M src/Castle.Services.Transaction.Tests/FileTransactions_File_Tests.cs
  M src/Castle.Services.Transaction.Tests/NestedTransactionsTests.cs
  M src/Castle.Services.Transaction.Tests/TestClasses/Exts.cs
  M src/Castle.Services.Transaction.Tests/TestClasses/ResourceImpl.cs
  M src/Castle.Services.Transaction.Tests/TestClasses/SynchronizationImpl.cs
  M src/Castle.Services.Transaction.Tests/TestClasses/TestResource.cs
  M src/Castle.Services.Transaction.Tests/TestClasses/ThrowsExceptionResource.cs
  M 
src/Castle.Services.Transaction.Tests/TestClasses/TransientActivityManager.cs
  M src/Castle.Services.Transaction.Tests/TransactionManagerTests.cs
  M src/Castle.Services.Transaction/Attributes/TransactionAttribute.cs
  M src/Castle.Services.Transaction/Attributes/TransactionalAttribute.cs
  M src/Castle.Services.Transaction/Events/TransactionEventArgs.cs
  M src/Castle.Services.Transaction/Events/TransactionFailedEventArgs.cs
  M src/Castle.Services.Transaction/Exceptions/CommitResourceException.cs
  M src/Castle.Services.Transaction/Exceptions/RollbackResourceException.cs
  M src/Castle.Services.Transaction/Exceptions/TransactionException.cs
  M 
src/Castle.Services.Transaction/Exceptions/TransactionModeUnsupportedException.cs
  M src/Castle.Services.Transaction/Exceptions/TransactionalConflictException.cs
  M src/Castle.Services.Transaction/FileTransactions/FileResourceAdapter.cs
  M src/Castle.Services.Transaction/FileTransactions/FileTransaction.cs
  M src/Castle.Services.Transaction/FileTransactions/IKernelTransaction.cs
  M src/Castle.Services.Transaction/FileTransactions/SafeFindHandle.cs
  M src/Castle.Services.Transaction/FileTransactions/SafeTxHandle.cs
  M src/Castle.Services.Transaction/GenericTransactions/ChildTransaction.cs
  M src/Castle.Services.Transaction/GenericTransactions/TalkativeTransaction.cs
  M src/Castle.Services.Transaction/GenericTransactions/TransactionBase.cs
  M src/Castle.Services.Transaction/IActivityManager.cs
  M src/Castle.Services.Transaction/IEventPublisher.cs
  M src/Castle.Services.Transaction/IFileTransaction.cs
  M src/Castle.Services.Transaction/IO/DirectoryAdapter.cs
  M src/Castle.Services.Transaction/IO/FileAdapter.cs
  M src/Castle.Services.Transaction/IO/IDirectoryAdapter.cs
  M src/Castle.Services.Transaction/IO/IFileAdapter.cs
  M src/Castle.Services.Transaction/IO/IMapPath.cs
  M src/Castle.Services.Transaction/IO/MapPathImpl.cs
  M src/Castle.Services.Transaction/IO/Path.cs
  M src/Castle.Services.Transaction/IO/PathEx.cs
  M src/Castle.Services.Transaction/IO/PathInfo.cs
  M src/Castle.Services.Transaction/IO/PathType.cs
  M src/Castle.Services.Transaction/IO/TxAdapterBase.cs
  M src/Castle.Services.Transaction/IResource.cs
  M src/Castle.Services.Transaction/ISynchronization.cs
  M src/Castle.Services.Transaction/ITransaction.cs
  M src/Castle.Services.Transaction/IsolationMode.cs
  M src/Castle.Services.Transaction/Managers/Activity.cs
  M src/Castle.Services.Transaction/Managers/CallContextActivityManager.cs
  M src/Castle.Services.Transaction/Managers/DefaultTransactionManager.cs
  M src/Castle.Services.Transaction/Managers/ITransactionManager.cs
  M src/Castle.Services.Transaction/Managers/TLSActivityManager.cs
  M src/Castle.Services.Transaction/Misc/Fun.cs
  M src/Castle.Services.Transaction/TransactionMode.cs
  M src/Castle.Services.Transaction/TransactionStatus.cs

Log Message:
-----------
updated license header and a minor code reformat


Commit: 46766f285c22c6b01b7c19c1b868e0270723fcd2
    
http://github.com/castleproject/Castle.Services.Transaction/commit/46766f285c22c6b01b7c19c1b868e0270723fcd2
Author: hconceicao <[email protected]>
Date:   2010-08-10 (Tue, 10 Aug 2010)

Changed paths:
  M buildscripts/CommonAssemblyInfo.cs
  M src/Castle.Services.Transaction.Tests/DirectoryAdapterTests.cs
  M src/Castle.Services.Transaction.Tests/FileTransactionTests.cs
  M src/Castle.Services.Transaction.Tests/FileTransaction_WithManager_Tests.cs
  M src/Castle.Services.Transaction.Tests/FileTransactions_Directory_Tests.cs
  M src/Castle.Services.Transaction.Tests/FileTransactions_File_Tests.cs
  M src/Castle.Services.Transaction.Tests/NestedTransactionsTests.cs
  M src/Castle.Services.Transaction.Tests/TestClasses/Exts.cs
  M src/Castle.Services.Transaction.Tests/TestClasses/ResourceImpl.cs
  M src/Castle.Services.Transaction.Tests/TestClasses/SynchronizationImpl.cs
  M src/Castle.Services.Transaction.Tests/TestClasses/TestResource.cs
  M src/Castle.Services.Transaction.Tests/TestClasses/ThrowsExceptionResource.cs
  M 
src/Castle.Services.Transaction.Tests/TestClasses/TransientActivityManager.cs
  M src/Castle.Services.Transaction.Tests/TransactionManagerTests.cs
  M src/Castle.Services.Transaction/Attributes/TransactionAttribute.cs
  M src/Castle.Services.Transaction/Attributes/TransactionalAttribute.cs
  M src/Castle.Services.Transaction/Events/TransactionEventArgs.cs
  M src/Castle.Services.Transaction/Events/TransactionFailedEventArgs.cs
  M src/Castle.Services.Transaction/Exceptions/CommitResourceException.cs
  M src/Castle.Services.Transaction/Exceptions/RollbackResourceException.cs
  M src/Castle.Services.Transaction/Exceptions/TransactionException.cs
  M 
src/Castle.Services.Transaction/Exceptions/TransactionModeUnsupportedException.cs
  M src/Castle.Services.Transaction/Exceptions/TransactionalConflictException.cs
  M src/Castle.Services.Transaction/FileTransactions/FileResourceAdapter.cs
  M src/Castle.Services.Transaction/FileTransactions/FileTransaction.cs
  M src/Castle.Services.Transaction/FileTransactions/IKernelTransaction.cs
  M src/Castle.Services.Transaction/FileTransactions/SafeFindHandle.cs
  M src/Castle.Services.Transaction/FileTransactions/SafeTxHandle.cs
  M src/Castle.Services.Transaction/GenericTransactions/ChildTransaction.cs
  M src/Castle.Services.Transaction/GenericTransactions/TalkativeTransaction.cs
  M src/Castle.Services.Transaction/GenericTransactions/TransactionBase.cs
  M src/Castle.Services.Transaction/IActivityManager.cs
  M src/Castle.Services.Transaction/IEventPublisher.cs
  M src/Castle.Services.Transaction/IFileTransaction.cs
  M src/Castle.Services.Transaction/IO/DirectoryAdapter.cs
  M src/Castle.Services.Transaction/IO/FileAdapter.cs
  M src/Castle.Services.Transaction/IO/IDirectoryAdapter.cs
  M src/Castle.Services.Transaction/IO/IFileAdapter.cs
  M src/Castle.Services.Transaction/IO/IMapPath.cs
  M src/Castle.Services.Transaction/IO/MapPathImpl.cs
  M src/Castle.Services.Transaction/IO/Path.cs
  M src/Castle.Services.Transaction/IO/PathEx.cs
  M src/Castle.Services.Transaction/IO/PathInfo.cs
  M src/Castle.Services.Transaction/IO/PathType.cs
  M src/Castle.Services.Transaction/IO/TxAdapterBase.cs
  M src/Castle.Services.Transaction/IResource.cs
  M src/Castle.Services.Transaction/ISynchronization.cs
  M src/Castle.Services.Transaction/ITransaction.cs
  M src/Castle.Services.Transaction/IsolationMode.cs
  M src/Castle.Services.Transaction/Managers/Activity.cs
  M src/Castle.Services.Transaction/Managers/CallContextActivityManager.cs
  M src/Castle.Services.Transaction/Managers/DefaultTransactionManager.cs
  M src/Castle.Services.Transaction/Managers/ITransactionManager.cs
  M src/Castle.Services.Transaction/Managers/TLSActivityManager.cs
  M src/Castle.Services.Transaction/Misc/Fun.cs
  M src/Castle.Services.Transaction/TransactionMode.cs
  M src/Castle.Services.Transaction/TransactionStatus.cs

Log Message:
-----------
fixed links on the license header


Commit: 76d074ab53c3e2fd3c0a1fe2e6c251d1381b821e
    
http://github.com/castleproject/Castle.Services.Transaction/commit/76d074ab53c3e2fd3c0a1fe2e6c251d1381b821e
Author: hconceicao <[email protected]>
Date:   2010-08-10 (Tue, 10 Aug 2010)

Changed paths:
  M Changes.txt

Log Message:
-----------
update the changes file


Commit: 4796f0dc493fe68b7f6273d518c1e50e0d9c034e
    
http://github.com/castleproject/Castle.Services.Transaction/commit/4796f0dc493fe68b7f6273d518c1e50e0d9c034e
Author: hconceicao <[email protected]>
Date:   2010-08-10 (Tue, 10 Aug 2010)

Changed paths:
  M Castle.Services.Transaction-vs2010.sln
  M build.cmd
  M buildscripts/Build.proj
  M buildscripts/Castle.Common.Targets
  M buildscripts/build.cmd
  M lib/mono-26/NLog.xml
  M lib/mono-26/NLog.xsd
  R lib/net-35/Castle.Core.dll
  R lib/net-35/Castle.Core.xml
  R lib/net-35/Castle.Services.Logging.NLogIntegration.dll
  R lib/net-35/Castle.Services.Logging.NLogIntegration.xml
  R lib/net-35/Castle.Services.Logging.log4netIntegration.dll
  R lib/net-35/Castle.Services.Logging.log4netIntegration.xml
  R lib/net-35/NLog.dll
  R lib/net-35/NLog.xml
  R lib/net-35/NLog.xsd
  R lib/net-35/log4net.dll
  R lib/net-35/log4net.license.txt
  R lib/net-35/log4net.xml
  A lib/net35/Castle.Core.dll
  A lib/net35/Castle.Core.pdb
  A lib/net35/Castle.Core.xml
  A lib/net35/Castle.Services.Logging.NLogIntegration.dll
  A lib/net35/Castle.Services.Logging.NLogIntegration.xml
  A lib/net35/Castle.Services.Logging.log4netIntegration.dll
  A lib/net35/Castle.Services.Logging.log4netIntegration.xml
  A lib/net35/NLog.dll
  A lib/net35/NLog.xml
  A lib/net35/NLog.xsd
  A lib/net35/log4net.dll
  A lib/net35/log4net.license.txt
  A lib/net35/log4net.xml
  A lib/net40/Castle.Core.XML
  A lib/net40/Castle.Core.dll
  A lib/net40/Castle.Core.pdb
  A lib/net40/log4net.dll
  A lib/net40/log4net.license.txt
  A lib/net40/log4net.xml
  M 
src/Castle.Services.Transaction.Tests/Castle.Services.Transaction.Tests-vs2010.csproj
  M src/Castle.Services.Transaction/Castle.Services.Transaction-vs2010.csproj
  M src/Castle.Services.Transaction/IO/PathEx.cs
  M tools/MSBuildCommunityTasks/MSBuild.Community.Tasks.Targets
  M tools/NUnit/bin/NUnitFitTests.html
  M tools/NUnit/bin/NUnitTests.config
  M tools/NUnit/bin/NUnitTests.nunit
  M tools/NUnit/bin/agent.conf
  M tools/NUnit/bin/agent.log.conf
  M tools/NUnit/bin/framework/nunit.framework.dll
  M tools/NUnit/bin/framework/nunit.framework.xml
  M tools/NUnit/bin/framework/nunit.mocks.dll
  M tools/NUnit/bin/framework/pnunit.framework.dll
  M tools/NUnit/bin/launcher.log.conf
  M tools/NUnit/bin/lib/nunit-console-runner.dll
  M tools/NUnit/bin/lib/nunit-gui-runner.dll
  M tools/NUnit/bin/lib/nunit.core.dll
  M tools/NUnit/bin/lib/nunit.core.interfaces.dll
  M tools/NUnit/bin/lib/nunit.fixtures.dll
  M tools/NUnit/bin/lib/nunit.uiexception.dll
  M tools/NUnit/bin/lib/nunit.uikit.dll
  M tools/NUnit/bin/lib/nunit.util.dll
  M tools/NUnit/bin/nunit-agent-x86.exe
  M tools/NUnit/bin/nunit-agent-x86.exe.config
  M tools/NUnit/bin/nunit-agent.exe
  M tools/NUnit/bin/nunit-agent.exe.config
  M tools/NUnit/bin/nunit-console-x86.exe
  M tools/NUnit/bin/nunit-console-x86.exe.config
  M tools/NUnit/bin/nunit-console.exe
  M tools/NUnit/bin/nunit-console.exe.config
  M tools/NUnit/bin/nunit-x86.exe
  M tools/NUnit/bin/nunit-x86.exe.config
  M tools/NUnit/bin/nunit.exe
  M tools/NUnit/bin/nunit.exe.config
  M tools/NUnit/bin/nunit.framework.dll
  M tools/NUnit/bin/pnunit-agent.exe
  M tools/NUnit/bin/pnunit-agent.exe.config
  M tools/NUnit/bin/pnunit-launcher.exe
  M tools/NUnit/bin/pnunit-launcher.exe.config
  M tools/NUnit/bin/pnunit.framework.dll
  M tools/NUnit/bin/pnunit.tests.dll
  M tools/NUnit/bin/runFile.exe.config
  M tools/NUnit/bin/runpnunit.bat
  M tools/NUnit/bin/test.conf
  M tools/NUnit/bin/tests/loadtest-assembly.dll
  M tools/NUnit/bin/tests/mock-assembly.dll
  M tools/NUnit/bin/tests/nonamespace-assembly.dll
  M tools/NUnit/bin/tests/nunit-console.tests.dll
  M tools/NUnit/bin/tests/nunit-gui.tests.dll
  M tools/NUnit/bin/tests/nunit.core.tests.dll
  M tools/NUnit/bin/tests/nunit.fixtures.tests.dll
  M tools/NUnit/bin/tests/nunit.framework.dll
  M tools/NUnit/bin/tests/nunit.framework.tests.dll
  M tools/NUnit/bin/tests/nunit.mocks.tests.dll
  M tools/NUnit/bin/tests/nunit.uiexception.tests.dll
  M tools/NUnit/bin/tests/nunit.uikit.tests.dll
  M tools/NUnit/bin/tests/nunit.util.tests.dll
  M tools/NUnit/bin/tests/test-assembly.dll
  M tools/NUnit/bin/tests/test-utilities.dll
  M tools/NUnit/bin/tests/timing-tests.dll
  M tools/NUnit/license.txt

Log Message:
-----------
multi-target build: net35 and net40


-- 
You received this message because you are subscribed to the Google Groups 
"Castle Project Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/castle-project-commits?hl=en.

Reply via email to