Skip to content
This repository has been archived by the owner on Mar 12, 2021. It is now read-only.

Commit

Permalink
fix for bug #113
Browse files Browse the repository at this point in the history
  • Loading branch information
ccacciari committed Feb 22, 2018
1 parent 146129f commit ec14d85
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
B2SAFE package 4.1.1 [2018/02/22]
- fixed bug related to EUDATTransferUsingFailLog rule (https://github.com/EUDAT-B2SAFE/B2SAFE-core/issues/113)
- updated test rules

B2SAFE package 4.1.0 [2017/12/18]
- tested sucessfully against iRODS v4.2.1. The test against iRODS 4.2.2 failed due to this bug: https://github.com/irods/irods/issues/3722, therefore the v4.2.2 is not supported yet.
- fixed bug related to EUDATReplication rule (https://github.com/EUDAT-B2SAFE/B2SAFE-core/issues/102)
Expand Down
2 changes: 1 addition & 1 deletion rulebase/local.re
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ getConfParameters(*authzEnabled) {
getB2SAFEVersion(*version) {
*major_version = "4";
*minor_version = "1";
*sub_version = "0";
*sub_version = "1";
*version = *major_version ++ "." ++ *minor_version ++ "-" ++ *sub_version;
}

Expand Down

0 comments on commit ec14d85

Please sign in to comment.