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

Commit

Permalink
updated documentation for release 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Claudio Cacciari committed Oct 30, 2014
1 parent f556a1a commit 972a96c
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 6 deletions.
12 changes: 12 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
B2SAFE module 2.3 [2014/10/30]
Unless you need to apply the patches mentioned in the documentation, there
is no need to recompile the module.
- completed the implementation of the integrity check tools
- extended the authentication mechanism to import automatically X.509 certificate DN
- improved the EPIC client, adding more command line options, optimizing the code
and improving security against XML vulnerabilities.
- added new rules: EUDATiCHECKSUMdate, EUDATeURLsearch, EUDATIntegrityCheck, EUDATVerifyCollection
- added a script named quota_stats.py to calculate the storage stats (used space, number of objects)
per collection
- added new document "tutorial" in the docs directory

B2SAFE module 2.2.1 [2014/08/22]
This is mainly a bug fix release with minor updates related to deployment,
test and integrity check scripts.
Expand Down
Binary file modified docs/administrator.guide.pdf
Binary file not shown.
Binary file added docs/tutorial.pdf
Binary file not shown.
9 changes: 3 additions & 6 deletions rulebase/pid-service.re
Original file line number Diff line number Diff line change
Expand Up @@ -233,15 +233,12 @@ EUDATGetRorPid(*pid, *ror) {
}

#
# This function create a PID for $objPath and store its value and the checksum in the iCAT if it does not exist.
# Otherwhise the function modify the PID.
#
# Environment variable used:
# $objPath
# This function creates a PID and stores its value and the checksum in the iCAT if it does not exist.
# Otherwhise the function modifies the PID.
#
# Arguments:
# *path [IN] Path of the source file
# *pid [OUT] PID of the source file
# *PID [OUT] PID of the source file
# *ePIDcheck [IN] Specify whether you want to search for ePID (bool("true")) or not
# *iCATuse [IN] Specify whether you want to use the iCAT (bool("true")) or not
# *minTime [IN] Specify the minimum age of the digital object before looking for ePID
Expand Down

0 comments on commit 972a96c

Please sign in to comment.