[tryton-debian-vcs] tryton-server branch upstream-2.8 updated. upstream/2.8.9-1-g691cb2a
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Tue Aug 26 16:46:12 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.9-1-g691cb2a
commit 691cb2a75efafb91b21a25221bf0aecd1b8e5fa8
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Tue Aug 26 14:40:38 2014 +0200
Adding upstream version 2.8.10.
diff --git a/CHANGELOG b/CHANGELOG
index 71c19b9..ad7c4f9 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 2.8.10 - 2014-08-03
+* Bug fixes (see mercurial logs for details)
+
Version 2.8.9 - 2014-07-01
* Bug fixes (see mercurial logs for details)
diff --git a/PKG-INFO b/PKG-INFO
index d2c8a9a..3576221 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond
-Version: 2.8.9
+Version: 2.8.10
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 d2c8a9a..3576221 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.9
+Version: 2.8.10
Summary: Tryton server
Home-page: http://www.tryton.org/
Author: Tryton
diff --git a/trytond/protocols/xmlrpc.py b/trytond/protocols/xmlrpc.py
index fd283ac..f96d936 100644
--- a/trytond/protocols/xmlrpc.py
+++ b/trytond/protocols/xmlrpc.py
@@ -55,7 +55,7 @@ def dump_time(self, value, write):
xmlrpclib.Marshaller.dispatch[Decimal] = dump_decimal
xmlrpclib.Marshaller.dispatch[type(None)] = \
- lambda self, value, write: self.dump_bool(bool(value), write)
+ lambda self, value, write: write("<value><nil/></value>")
xmlrpclib.Marshaller.dispatch[datetime.date] = dump_date
xmlrpclib.Marshaller.dispatch[datetime.time] = dump_time
xmlrpclib.Marshaller.dispatch[buffer] = dump_buffer
diff --git a/trytond/version.py b/trytond/version.py
index e9ab779..3b3cc4a 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.9"
+VERSION = "2.8.10"
LICENSE = "GPL-3"
WEBSITE = "http://www.tryton.org/"
--
tryton-server
More information about the tryton-debian-vcs
mailing list