[tryton-debian-vcs] tryton-server branch upstream-2.8 updated. upstream/2.8.7-1-g0f3e662

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Thu Apr 17 11:56:58 UTC 2014


The following commit has been merged in the upstream-2.8 branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-server.git;a=commitdiff;h=upstream/2.8.7-1-g0f3e662

commit 0f3e6621ff1a4b12db0a22f7f3e1e40b552ef5a9
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Thu Apr 17 13:45:23 2014 +0200

    Adding upstream version 2.8.8.

diff --git a/CHANGELOG b/CHANGELOG
index 98587d1..3d9d440 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 2.8.8 - 2014-04-07
+* Bug fixes (see mercurial logs for details)
+
 Version 2.8.7 - 2014-03-22
 * Bug fixes (see mercurial logs for details)
 
diff --git a/PKG-INFO b/PKG-INFO
index 264b4eb..ac43a49 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond
-Version: 2.8.7
+Version: 2.8.8
 Summary: Tryton server
 Home-page: http://www.tryton.org/
 Author: Tryton
diff --git a/trytond.egg-info/PKG-INFO b/trytond.egg-info/PKG-INFO
index 264b4eb..ac43a49 100644
--- a/trytond.egg-info/PKG-INFO
+++ b/trytond.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond
-Version: 2.8.7
+Version: 2.8.8
 Summary: Tryton server
 Home-page: http://www.tryton.org/
 Author: Tryton
diff --git a/trytond/transaction.py b/trytond/transaction.py
index b2c2783..a61e36b 100644
--- a/trytond/transaction.py
+++ b/trytond/transaction.py
@@ -99,7 +99,8 @@ class Transaction(local):
     def set_context(self, context=None, **kwargs):
         if context is None:
             context = {}
-        manager = _AttributeManager(context=self.context.copy())
+        manager = _AttributeManager(context=self.context)
+        self.context = self.context.copy()
         self.context.update(context)
         if kwargs:
             self.context.update(kwargs)
diff --git a/trytond/version.py b/trytond/version.py
index c79f832..e46c4c9 100644
--- a/trytond/version.py
+++ b/trytond/version.py
@@ -1,6 +1,6 @@
 #This file is part of Tryton.  The COPYRIGHT file at the top level of
 #this repository contains the full copyright notices and license terms.
 PACKAGE = "trytond"
-VERSION = "2.8.7"
+VERSION = "2.8.8"
 LICENSE = "GPL-3"
 WEBSITE = "http://www.tryton.org/"
-- 
tryton-server



More information about the tryton-debian-vcs mailing list