======Release 1.1.6====== 2011-06-10 07:51:50 EDT daldei Updated to version 1.1.6 Include cygwin script, updated tests to stax 2011-05-29 07:51:09 EDT daldei Added check to prevent setting blank variable name using >{""} or >{$unset} Allow camelCase commands in modules to be executed with hypen-case 2011-05-25 07:55:14 EDT daldei bash compatibility, allow "-" to be part of a function or commmand name. 2011-05-24 11:04:28 EDT daldei Fix a syntax problem using "for" as the name in a for loop for for in a ; do echo $fore done 2011-05-24 06:54:56 EDT daldei Fix file handle leak in xcat if reading XML fails. 2011-05-21 09:01:07 EDT daldei Refactor InputPort to add FileInputPort as an optimization for cases where the underlying File object is useful. 2011-05-21 08:07:27 EDT daldei Refactored OutputPort to allow for a FileOutputPort as an optimization for cases where direct access to an underlying File object is useful when present.