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',