Revision [1383]
This is an old revision of ReleaseNotes made by DavidLee on 2010-05-13 05:57:42.
Release Notes
Note: 2009-12-11 starting with xmlsh version 1.0.0.2 the runtime jar has been renamed from xmlsh.jar to xmlsh-1.0.jar so that it doesnt conflict with the beta xmlsh.jar. The 1.0 release of xmlsh depends on Saxon 9.2 which is incompatible with the beta release which depends on Saxon 9.1.Starting with version 1.0.4 release notes will be avaialable as "changelog.txt" in sourceforge.
1.0.4
r414 | daldei | 2010-05-06 16:15:41 EDT
Fix functions from clearing out parent's positional parameters
Update version to 1.0.4 in preparation for a new release
r413 | daldei | 2010-05-04 14:22:38 EDT
Fix a bug with commands using XMLEventWriter writing to a VariableOutputPort could duplicate the output.
r412 | daldei | 2010-05-03 16:29:03 EDT
Implement rngconvert
r411 | daldei | 2010-05-02 09:23:42 EDT
Fix empty assignment
a=
Now assigns a to the empty string ("") instead of being a syntax error.
r410 | daldei | 2010-04-27 16:17:45 EDT
Fix case statement grammer parsing in a compound group where the case statement is not the first statement in the group.
r409 | daldei | 2010-04-21 09:53:18 EDT
Updated schematron XSL to latest version.
Added a zip/unzip - very basic now but will expand.
r408 | daldei | 2010-04-20 16:34:37 EDT
Added base64, xunzip.
r407 | daldei | 2010-04-19 22:10:24 EDT
Added base64, xmd5sum commands
Added tests and help for both
r406 | daldei | 2010-04-19 09:48:08 EDT
Added a base64 posix command.
r405 | daldei | 2010-04-17 20:15:08 EDT
Added support for PS1
r404 | daldei | 2010-04-09 08:38:51 EDT
Update some command documentation.
Set the input port to be the Null stream for http servlet in GET mode.
Fix some tests around argument expansion.