Branch: refs/heads/master
  Home:   https://github.com/castleproject/Castle.Transactions
  Commit: ad7199238dcd5b198a8997081c1cb8ed0f0ccf80
      
https://github.com/castleproject/Castle.Transactions/commit/ad7199238dcd5b198a8997081c1cb8ed0f0ccf80
  Author: Martin Jansa <[email protected]>
  Date:   2012-06-28 (Thu, 28 Jun 2012)

  Changed paths:
    A .nuget/NuGet.exe
    R .nuget/NuGet.exe
    M rakefile.rb

  Log Message:
  -----------
  rakefile: drop NLog dependency from nuspec

* it's not mandatory now

Signed-off-by: Martin Jansa <[email protected]>


  Commit: e3a15dacd3ba9dd097f3d986931481ecb7730137
      
https://github.com/castleproject/Castle.Transactions/commit/e3a15dacd3ba9dd097f3d986931481ecb7730137
  Author: Martin Jansa <[email protected]>
  Date:   2012-06-28 (Thu, 28 Jun 2012)

  Changed paths:
    M rakefile.rb

  Log Message:
  -----------
  rakefile: fix nuspec_copy patter for Castle.Transactions and be more strict 
about AutoTx too

* '*Transaction.{dll,xml,pdb}' doesn't match new Castle.Transactions assembly

Signed-off-by: Martin Jansa <[email protected]>


  Commit: 21b5f7a3488ac179e3eefaca04f562607b6d59ac
      
https://github.com/castleproject/Castle.Transactions/commit/21b5f7a3488ac179e3eefaca04f562607b6d59ac
  Author: Martin Jansa <[email protected]>
  Date:   2012-06-29 (Fri, 29 Jun 2012)

  Changed paths:
    R src/Castle.Services.Transaction.Tests/CorrectDisposalOfITransaction.cs
    R 
src/Castle.Services.Transaction.Tests/TestClasses/TransientActivityManager.cs
    R src/Castle.Services.Transaction/Activities/Activity.cs
    R src/Castle.Services.Transaction/Activities/CallContextActivityManager.cs
    R src/Castle.Services.Transaction/Castle.Services.Transaction.csproj
    R src/Castle.Services.Transaction/FileTransaction.cs
    R src/Castle.Services.Transaction/IO/DirectoryAdapter.cs
    R src/Castle.Services.Transaction/IO/FileAdapter.cs
    R src/Castle.Services.Transaction/IO/TransactionAdapterBase.cs
    R src/Castle.Services.Transaction/Internal/TxScope.cs
    R src/Castle.Services.Transaction/Transaction.cs
    R src/Castle.Services.Transaction/TransactionManager.cs
    R src/Castle.Services.Transaction/packages.config

  Log Message:
  -----------
  drop Castle.Services.Transaction(.Tests)

Signed-off-by: Martin Jansa <[email protected]>


  Commit: 464b83840c01b8a3bcb8fcc71b42a7c70da9d2b7
      
https://github.com/castleproject/Castle.Transactions/commit/464b83840c01b8a3bcb8fcc71b42a7c70da9d2b7
  Author: Martin Jansa <[email protected]>
  Date:   2012-06-29 (Fri, 29 Jun 2012)

  Changed paths:
    M buildscripts/environment.rb
    M buildscripts/paths.rb
    M buildscripts/project_data.rb
    M rakefile.rb

  Log Message:
  -----------
  rakefile: create nuget packages also for Castle.IO, Castle.IO.Autofac, 
Castle.IO.Windsor, Castle.Transactions.IO, Castle.Transactions.Autofac, 
Castle.Transactions.FSharpAPI

Signed-off-by: Martin Jansa <[email protected]>


  Commit: ce18ac389308aed8f37a62a389dae7b3b3f49d64
      
https://github.com/castleproject/Castle.Transactions/commit/ce18ac389308aed8f37a62a389dae7b3b3f49d64
  Author: Henrik <[email protected]>
  Date:   2012-07-01 (Sun, 01 Jul 2012)

  Changed paths:
    M .semver

  Log Message:
  -----------
  inc patch to mark actual working nuget package.

Thanks goes out to <Martin Jansa> for his hard work
on making this release possible.


  Commit: d2f177127eeffa81f8fb845333c1a5a17872d296
      
https://github.com/castleproject/Castle.Transactions/commit/d2f177127eeffa81f8fb845333c1a5a17872d296
  Author: Tomáš Šafařík <[email protected]>
  Date:   2012-07-10 (Tue, 10 Jul 2012)

  Changed paths:
    M src/Castle.Facilities.AutoTx/TransactionalClassMetaInfo.cs

  Log Message:
  -----------
  Fix - transaction initiation works now for generic methods.

Signed-off-by: Tomáš Šafařík <[email protected]>
Signed-off-by: Martin Jansa <[email protected]>


  Commit: a6f449f08a71fc12be2452c1bad0a756d49492c2
      
https://github.com/castleproject/Castle.Transactions/commit/a6f449f08a71fc12be2452c1bad0a756d49492c2
  Author: Henrik <[email protected]>
  Date:   2012-08-22 (Wed, 22 Aug 2012)

  Changed paths:
    M buildscripts/project_data.rb

  Log Message:
  -----------
  updating project data


  Commit: 4f13e9122d38636442ce7a13ad45a04607c4b198
      
https://github.com/castleproject/Castle.Transactions/commit/4f13e9122d38636442ce7a13ad45a04607c4b198
  Author: Henrik <[email protected]>
  Date:   2012-08-22 (Wed, 22 Aug 2012)

  Changed paths:
    M src/Castle.Facilities.AutoTx/TransactionalClassMetaInfo.cs

  Log Message:
  -----------
  Merge remote-tracking branch 'jansa/generic-fix' into develop


  Commit: 6d715d24a3868e12c84bd6a01904c98238f0d3d7
      
https://github.com/castleproject/Castle.Transactions/commit/6d715d24a3868e12c84bd6a01904c98238f0d3d7
  Author: Henrik <[email protected]>
  Date:   2012-08-22 (Wed, 22 Aug 2012)

  Changed paths:
    M .semver
    M src/Castle.Transactions/Internal/TransactionLogic.cs

  Log Message:
  -----------
  fixing xml doc and incrementing patch


  Commit: 9ad36b2c8a50aad4a7e4e814fc658c5370401071
      
https://github.com/castleproject/Castle.Transactions/commit/9ad36b2c8a50aad4a7e4e814fc658c5370401071
  Author: Henrik <[email protected]>
  Date:   2012-08-22 (Wed, 22 Aug 2012)

  Changed paths:
    M src/Castle.Transactions/TransactionManager.cs

  Log Message:
  -----------
  made Dispose virtual in nested class to meet MSDN guidelines


  Commit: a4fc69591288205f78747276306bd8593e9ab61b
      
https://github.com/castleproject/Castle.Transactions/commit/a4fc69591288205f78747276306bd8593e9ab61b
  Author: Henrik <[email protected]>
  Date:   2012-08-22 (Wed, 22 Aug 2012)

  Changed paths:
    M src/Castle.Transactions.IO/Castle.Transactions.IO.csproj
    M src/Castle.Transactions.IO/FileTransactionAttribute.cs
    M src/Castle.Transactions.IO/SafeKernelTransactionHandle.cs
    M src/Castle.Transactions.IO/TransactionExtensions.cs
    M src/Castle.Transactions/TransactionManager.cs

  Log Message:
  -----------
  remove the last couple of warnings


  Commit: 810984bdd4c438a5ecf9784b87d1a314cf9515df
      
https://github.com/castleproject/Castle.Transactions/commit/810984bdd4c438a5ecf9784b87d1a314cf9515df
  Author: Henrik <[email protected]>
  Date:   2012-08-22 (Wed, 22 Aug 2012)

  Changed paths:
    A .nuget/NuGet.exe
    R .nuget/NuGet.exe
    M .semver
    M buildscripts/environment.rb
    M buildscripts/paths.rb
    M buildscripts/project_data.rb
    M rakefile.rb
    M src/Castle.Facilities.AutoTx/TransactionalClassMetaInfo.cs
    R src/Castle.Services.Transaction.Tests/CorrectDisposalOfITransaction.cs
    R 
src/Castle.Services.Transaction.Tests/TestClasses/TransientActivityManager.cs
    R src/Castle.Services.Transaction/Activities/Activity.cs
    R src/Castle.Services.Transaction/Activities/CallContextActivityManager.cs
    R src/Castle.Services.Transaction/Castle.Services.Transaction.csproj
    R src/Castle.Services.Transaction/FileTransaction.cs
    R src/Castle.Services.Transaction/IO/DirectoryAdapter.cs
    R src/Castle.Services.Transaction/IO/FileAdapter.cs
    R src/Castle.Services.Transaction/IO/TransactionAdapterBase.cs
    R src/Castle.Services.Transaction/Internal/TxScope.cs
    R src/Castle.Services.Transaction/Transaction.cs
    R src/Castle.Services.Transaction/TransactionManager.cs
    R src/Castle.Services.Transaction/packages.config
    M src/Castle.Transactions.IO/Castle.Transactions.IO.csproj
    M src/Castle.Transactions.IO/FileTransactionAttribute.cs
    M src/Castle.Transactions.IO/SafeKernelTransactionHandle.cs
    M src/Castle.Transactions.IO/TransactionExtensions.cs
    M src/Castle.Transactions/Internal/TransactionLogic.cs
    M src/Castle.Transactions/TransactionManager.cs

  Log Message:
  -----------
  Merge branch 'develop'


Compare: 
https://github.com/castleproject/Castle.Transactions/compare/090f2d9ada12...810984bdd4c4

-- 
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