[tryton-debian-vcs] tryton-server branch debian-jessie-3.2 updated. debian/3.2.8-1-2-g3e7d4a6
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Mon Sep 21 12:35:10 UTC 2015
The following commit has been merged in the debian-jessie-3.2 branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-server.git;a=commitdiff;h=debian/3.2.8-1-2-g3e7d4a6
commit 3e7d4a646d9df4459d8df3686d8a6d4aa6ceabc5
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Sun Sep 20 21:08:37 2015 +0200
Releasing debian version 3.2.9-1.
Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>
diff --git a/debian/changelog b/debian/changelog
index 8060432..af06338 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+tryton-server (3.2.9-1) unstable; urgency=medium
+
+ * Merging upstream version 3.2.9.
+
+ -- Mathias Behrle <mathiasb at m9s.biz> Sun, 20 Sep 2015 21:08:37 +0200
+
tryton-server (3.2.8-1) unstable; urgency=medium
* Merging upstream version 3.2.8.
commit 3fa660605ca91b611aeaf5c0507807a607ab27ba
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Sun Sep 20 21:08:36 2015 +0200
Merging upstream version 3.2.9.
diff --git a/CHANGELOG b/CHANGELOG
index 225eae1..fae7c9c 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 3.2.9 - 2015-09-07
+* Bug fixes (see mercurial logs for details)
+
Version 3.2.8 - 2015-07-13
* Bug fixes (see mercurial logs for details)
diff --git a/PKG-INFO b/PKG-INFO
index 1ab80fc..63140e1 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond
-Version: 3.2.8
+Version: 3.2.9
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 1ab80fc..63140e1 100644
--- a/trytond.egg-info/PKG-INFO
+++ b/trytond.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond
-Version: 3.2.8
+Version: 3.2.9
Summary: Tryton server
Home-page: http://www.tryton.org/
Author: Tryton
diff --git a/trytond/model/modelsql.py b/trytond/model/modelsql.py
index 58b7dc7..cf4f089 100644
--- a/trytond/model/modelsql.py
+++ b/trytond/model/modelsql.py
@@ -753,7 +753,7 @@ class ModelSQL(ModelStorage):
all_field_names = set()
# Call before cursor cache cleaning
- trigger_eligibles = cls.trigger_write_get_eligibles(records)
+ trigger_eligibles = cls.trigger_write_get_eligibles(all_records)
super(ModelSQL, cls).write(records, values, *args)
diff --git a/trytond/version.py b/trytond/version.py
index 318bbad..c154501 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 = "3.2.8"
+VERSION = "3.2.9"
LICENSE = "GPL-3"
WEBSITE = "http://www.tryton.org/"
--
tryton-server
More information about the tryton-debian-vcs
mailing list