[tryton-debian-vcs] tryton-server branch debian-wheezy-2.6 updated. debian/2.6.17-1-2-g330d5e2
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 debian-wheezy-2.6 branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-server.git;a=commitdiff;h=debian/2.6.17-1-2-g330d5e2
commit 330d5e2be4959f5a3c1dd5e94a67daed6e34274b
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Wed May 20 14:15:11 2015 +0200
Releasing debian version 2.6.18-1.
Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>
diff --git a/debian/changelog b/debian/changelog
index 0365121..e805bea 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+tryton-server (2.6.18-1) unstable; urgency=medium
+
+ * Merging upstream version 2.6.18.
+
+ -- Mathias Behrle <mathiasb at m9s.biz> Wed, 20 May 2015 14:15:10 +0200
+
tryton-server (2.6.17-1) unstable; urgency=medium
* Merging upstream version 2.6.17.
commit 689f605ff821d25782c37c7f91e9cb4d62bd83e8
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Wed May 20 14:15:10 2015 +0200
Merging upstream version 2.6.18.
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