Version: 0.9.3
Date: October 8, 2008
Link: Download
XNAT SVN/stable-1.4 r212
VM v.0.9.3
SDK v.0.8.8
BF SVN/trunk r78
VM
Added Installation Guide - README.pdf
Fixed dicomserver archive spec path
Fixed path error in crontab (cron --> scripts)
Added deletion of persistent net file on shutdown
Updated Bash Framework to r78 and added man page
Version: 0.9.2
Date: October 8, 2008
Link: Download
XNAT SVN/stable-1.4 r212
VM v.0.9.2
SDK v.0.8.8
BF SVN/trunk r69
VM
Largely rewritten init scripts (maintenance)
Fixed order of init script invocation (fix permissions problems)
Updated XNAT to r212 and Bash Framework to r69 (fix Make.sh & Xnat.rerouteLogs)
Version: 0.9.1
Date: October 1, 2008
Link: Download
XNAT SVN/stable-1.4 r211
VM v.0.9.1
SDK v.0.8.8
BF SVN/trunk r68
VM
Created the missing '/opt/local/shared/Logs/xnat' directory which fixes the broken '/usr/local/tomcat/webapps/xnat/logs' link.
Fixed the '/opt/local/cron/ifconfig_hb' script to correctly update the IP address in the XNAT database.
Added a new cron job to backup the XNAT database every night at 12AM. Backups go into '/opt/local/shared/Dumps'. The default database is 'nrg'. The backup script is at '/opt/local/cron/dump_db'.
Added bash.net.Http with support for file downloads, web page/service checking, proxy servers, basic/digest user authentication
Added bash.apps.Xnat.ArcGet to communicate with an XNAT server and download/check scan sessions.
Added the Option keyword to specify application Options. e.g. Option Host "google.com" . These options are accessible on the command line as: --host=yahoo.com.
Added Logger.setVerboseMode(on/off) and Logger.setDebugMode(on/off) with corresponding getters
Added Logger.verbose() and Logger.debug() functions to log verbose messages and debug messages.
Added verboseAction() and debugAction() to Framework.inc, to turn on/off verbose and debug messages using script parameters (-verbose -debug)
Modified helpAction() to display available Options.
Renamed Logger.setVerbosity() to Logger.setLogFormat()