Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
B2SAFE
B2SAFE Core
Commits
2d1cecf1
Commit
2d1cecf1
authored
Jul 11, 2017
by
Claudio Cacciari
Browse files
updates for minor release
parent
5e202206
Changes
2
Hide whitespace changes
Inline
Side-by-side
changelog.txt
View file @
2d1cecf1
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.
...
...
rulebase/local.re
View file @
2d1cecf1
...
...
@@ -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
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment