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

Commit

Permalink
updates for minor release
Browse files Browse the repository at this point in the history
  • Loading branch information
Claudio Cacciari committed Jul 11, 2017
1 parent 5e20220 commit 2d1cecf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
B2SAFE package 4.0.1 [2017/07/11]
- added support for iRODS 4.2.1 (https://github.com/EUDAT-B2SAFE/B2SAFE-core/issues/94)
- fixed bug related to package deployment (https://github.com/EUDAT-B2SAFE/B2SAFE-core/issues/85)
- updated test rules (https://github.com/EUDAT-B2SAFE/B2SAFE-core/issues/89)
- implemented bulk actions in epicclient2.py (https://github.com/EUDAT-B2SAFE/B2SAFE-core/issues/91)

B2SAFE package 4.0.0 [2017/04/12]
Tested with iRODS 4.1.x and 4.2.0.
Compatible with EPIC API and HSv8 API.
Expand Down
2 changes: 1 addition & 1 deletion rulebase/local.re
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ getConfParameters(*msiFreeEnabled, *msiCurlEnabled, *authzEnabled) {
getB2SAFEVersion(*version) {
*major_version = "4";
*minor_version = "0";
*sub_version = "0";
*sub_version = "1";
*version = *major_version ++ "." ++ *minor_version ++ "-" ++ *sub_version;
}

Expand Down

0 comments on commit 2d1cecf

Please sign in to comment.