[tryton-debian-vcs] tryton-server branch upstream-3.0 updated. upstream/3.0.10-1-gb1eecf7
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-3.0 branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-server.git;a=commitdiff;h=upstream/3.0.10-1-gb1eecf7
commit b1eecf7990d5c84f705129267f41f8b3ce660a26
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Wed May 20 14:17:29 2015 +0200
Adding upstream version 3.0.11.
Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>
diff --git a/CHANGELOG b/CHANGELOG
index afcd9eb..fd78e07 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 3.0.11 - 2015-05-19
+* Bug fixes (see mercurial logs for details)
+
Version 3.0.10 - 2015-03-30
* Bug fixes (see mercurial logs for details)
diff --git a/PKG-INFO b/PKG-INFO
index 3d24350..20952a1 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond
-Version: 3.0.10
+Version: 3.0.11
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 3d24350..20952a1 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.0.10
+Version: 3.0.11
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 661ee9f..3148605 100644
--- a/trytond/backend/postgresql/database.py
+++ b/trytond/backend/postgresql/database.py
@@ -134,6 +134,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 f15b8b3..99f6dec 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.0.10"
+VERSION = "3.0.11"
LICENSE = "GPL-3"
WEBSITE = "http://www.tryton.org/"
--
tryton-server
More information about the tryton-debian-vcs
mailing list