[tryton-debian-vcs] tryton-server branch upstream-2.6 updated. upstream/2.6.17-1-gddebfb9
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Wed May 20 20:27:08 UTC 2015
The following commit has been merged in the upstream-2.6 branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-server.git;a=commitdiff;h=upstream/2.6.17-1-gddebfb9
commit ddebfb9ac315bb1c28f85a8cc28016123060f579
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Wed May 20 14:15:09 2015 +0200
Adding upstream version 2.6.18.
Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>
diff --git a/CHANGELOG b/CHANGELOG
index aaa84a0..efec167 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 2.6.18 - 2015-05-19
+* Bug fixes (see mercurial logs for details)
+
Version 2.6.17 - 2015-03-30
* Bug fixes (see mercurial logs for details)
diff --git a/PKG-INFO b/PKG-INFO
index e85b9e9..f01d60c 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond
-Version: 2.6.17
+Version: 2.6.18
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 e85b9e9..f01d60c 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.6.17
+Version: 2.6.18
Summary: Tryton server
Home-page: http://www.tryton.org/
Author: Tryton
diff --git a/trytond/backend/postgresql/database.py b/trytond/backend/postgresql/database.py
index b08bb83..eb9e77b 100644
--- a/trytond/backend/postgresql/database.py
+++ b/trytond/backend/postgresql/database.py
@@ -128,6 +128,7 @@ class Database(DatabaseInterface):
database.create(cursor, database_name)
cursor.commit()
cursor.close()
+ database.close()
cmd = ['pg_restore', '--no-owner']
if CONFIG['db_user']:
diff --git a/trytond/version.py b/trytond/version.py
index 7c7aaf2..bbd27fc 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.6.17"
+VERSION = "2.6.18"
LICENSE = "GPL-3"
WEBSITE = "http://www.tryton.org/"
--
tryton-server
More information about the tryton-debian-vcs
mailing list