[tryton-debian-vcs] tryton-server branch upstream-2.8 updated. upstream/2.8.14-1-g0cf5bf9
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.8 branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-server.git;a=commitdiff;h=upstream/2.8.14-1-g0cf5bf9
commit 0cf5bf9d129108cd5e5381eb2395da6104f55fac
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Wed May 20 14:16:13 2015 +0200
Adding upstream version 2.8.15.
Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>
diff --git a/CHANGELOG b/CHANGELOG
index fb27faa..73bf3bb 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 2.8.15 - 2015-05-19
+* Bug fixes (see mercurial logs for details)
+
Version 2.8.14 - 2015-03-30
* Bug fixes (see mercurial logs for details)
diff --git a/PKG-INFO b/PKG-INFO
index f66d6c6..0c5cb41 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond
-Version: 2.8.14
+Version: 2.8.15
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 f66d6c6..0c5cb41 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.14
+Version: 2.8.15
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 c0fbbdd..ff1aee8 100644
--- a/trytond/backend/postgresql/database.py
+++ b/trytond/backend/postgresql/database.py
@@ -127,6 +127,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 acf6879..d753df8 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.14"
+VERSION = "2.8.15"
LICENSE = "GPL-3"
WEBSITE = "http://www.tryton.org/"
--
tryton-server
More information about the tryton-debian-vcs
mailing list