From e797e34ea08506f5748125323d8528c0a1e5c371 Mon Sep 17 00:00:00 2001 From: Guewen Baconnier Date: Thu, 6 Feb 2014 11:09:11 +0100 Subject: [PATCH] [BUMP] release 2.1.1: high importance fix Fixes: https://bugs.launchpad.net/openerp-connector/+bug/1276182 --- connector/CHANGES.rst | 7 +++++++ connector/__openerp__.py | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/connector/CHANGES.rst b/connector/CHANGES.rst index f4cb353ee..3335b6f3b 100644 --- a/connector/CHANGES.rst +++ b/connector/CHANGES.rst @@ -1,6 +1,13 @@ Changelog --------- +2.1.1 (2014-02-06) +~~~~~~~~~~~~~~~~~~ + +* A user can be blocked because he has no access to the model queue.job when a + job has been delayed. The creation of a job is low level and should not be + restrained by the accesses of the user. (lp:1276182) + 2.1.0 (2014-01-15 - warning: breaks compatibility) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/connector/__openerp__.py b/connector/__openerp__.py index 9cc7cb191..4c6bad04f 100644 --- a/connector/__openerp__.py +++ b/connector/__openerp__.py @@ -2,7 +2,7 @@ ############################################################################## # # Author: Guewen Baconnier -# Copyright 2013 Camptocamp SA +# Copyright 2013-2014 Camptocamp SA # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as @@ -20,7 +20,7 @@ ############################################################################## {'name': 'Connector', - 'version': '2.1.0', + 'version': '2.1.1', 'author': 'Openerp Connector Core Editors', 'website': 'http://openerp-connector.com', 'license': 'AGPL-3',