Skip to content

Commit 047f2ca

Browse files
prepare 8.2.0 (#1889)
Co-authored-by: J. Ungermann <j.ungermann@fz-juelich.de>
1 parent 78d5f1a commit 047f2ca

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGES.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
Changelog
22
=========
33

4+
Version 8.2.0
5+
~~~~~~~~~~~~~
6+
7+
Bug fix release and minor enhacements:
8+
9+
HINT:
10+
~~~~~
11+
We introduced to use an Operation members list for user management.
12+
The default of the GROUP_POSTFIX is "Group" for a given category.
13+
For example if your category is Tex and you have an operation named TexGroup
14+
then all users defined in this operation will become inherited into any new
15+
operation of the category Tex.
16+
Also when an user with admin role changes users in the TexGroup operation,
17+
then all operations of that Tex category will update their users.
18+
19+
All changes:
20+
https://github.com/Open-MSS/MSS/milestone/97?closed=1
21+
422
Version 8.1.1
523
~~~~~~~~~~~~~
624

mslib/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@
2424
See the License for the specific language governing permissions and
2525
limitations under the License.
2626
"""
27-
__version__ = u'8.1.1'
27+
__version__ = u'8.2.0'

0 commit comments

Comments
 (0)