Skip to content

Commit e797e34

Browse files
committed
[BUMP] release 2.1.1: high importance fix
Fixes: https://bugs.launchpad.net/openerp-connector/+bug/1276182
1 parent 9c9ab8b commit e797e34

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

connector/CHANGES.rst

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changelog
22
---------
33

4+
2.1.1 (2014-02-06)
5+
~~~~~~~~~~~~~~~~~~
6+
7+
* A user can be blocked because he has no access to the model queue.job when a
8+
job has been delayed. The creation of a job is low level and should not be
9+
restrained by the accesses of the user. (lp:1276182)
10+
411
2.1.0 (2014-01-15 - warning: breaks compatibility)
512
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
613

connector/__openerp__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
##############################################################################
33
#
44
# Author: Guewen Baconnier
5-
# Copyright 2013 Camptocamp SA
5+
# Copyright 2013-2014 Camptocamp SA
66
#
77
# This program is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU Affero General Public License as
@@ -20,7 +20,7 @@
2020
##############################################################################
2121

2222
{'name': 'Connector',
23-
'version': '2.1.0',
23+
'version': '2.1.1',
2424
'author': 'Openerp Connector Core Editors',
2525
'website': 'http://openerp-connector.com',
2626
'license': 'AGPL-3',

0 commit comments

Comments
 (0)