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
ab4b8653
Commit
ab4b8653
authored
Jan 04, 2017
by
Claudio Cacciari
Browse files
preparation for v3.1.3
parent
9a38f7e9
Changes
2
Hide whitespace changes
Inline
Side-by-side
changelog.txt
View file @
ab4b8653
B2SAFE package 3.1.3 [2017/01/04]
bug fixing release:
- fixed many epicclents bugs
- fixed authentication script to sync B2SAFE and B2ACCESS
- fixed iCatCache true to have a consistent behaviour in the EUDATCreatePID rule
B2SAFE package 3.1.2 [2016/10/25]
It includes:
- Few new rules implementing minor functions to rerieve PID record key-value
...
...
rulebase/local.re
View file @
ab4b8653
...
...
@@ -147,7 +147,7 @@ getConfParameters(*msiFreeEnabled, *msiCurlEnabled, *authzEnabled) {
getB2SAFEVersion
(
*
version
)
{
*
major_version
=
"3"
;
*
minor_version
=
"1"
;
*
sub_version
=
"
2
"
;
*
sub_version
=
"
3
"
;
*
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