[tryton-debian-vcs] tryton-server branch debian-jessie-2.8 updated. debian/2.8.14-1-2-g1f3b2c4

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Wed May 20 20:27:07 UTC 2015


The following commit has been merged in the debian-jessie-2.8 branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-server.git;a=commitdiff;h=debian/2.8.14-1-2-g1f3b2c4

commit 1f3b2c42e05fc6e3f0ac016ab3b9509243b86ef6
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Wed May 20 14:16:14 2015 +0200

    Releasing debian version 2.8.15-1.
    
    Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>

diff --git a/debian/changelog b/debian/changelog
index 3f35e73..5bb7638 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+tryton-server (2.8.15-1) unstable; urgency=medium
+
+  * Merging upstream version 2.8.15.
+
+ -- Mathias Behrle <mathiasb at m9s.biz>  Wed, 20 May 2015 14:16:14 +0200
+
 tryton-server (2.8.14-1) unstable; urgency=medium
 
   * Merging upstream version 2.8.14.
commit ceb87b4ce1a1bb5db9567946620959049374342c
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Wed May 20 14:16:13 2015 +0200

    Merging upstream version 2.8.15.

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