[tryton-debian-vcs] tryton-server branch debian-jessie-3.0 updated. debian/3.0.10-1-2-g0f0aff0

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-3.0 branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-server.git;a=commitdiff;h=debian/3.0.10-1-2-g0f0aff0

commit 0f0aff0c31b20ad5aa9ad6e5687386b06e88e8eb
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Wed May 20 14:17:30 2015 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 9397016..2597412 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+tryton-server (3.0.11-1) unstable; urgency=medium
+
+  * Merging upstream version 3.0.11.
+
+ -- Mathias Behrle <mathiasb at m9s.biz>  Wed, 20 May 2015 14:17:30 +0200
+
 tryton-server (3.0.10-1) unstable; urgency=medium
 
   * Merging upstream version 3.0.10.
commit 6ad4bc58b5dd3287339341a78a4d9f1c470ebe1f
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Wed May 20 14:17:30 2015 +0200

    Merging upstream version 3.0.11.

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