diff --git a/WHATSNEW.txt b/WHATSNEW.txt index 3d72b70..b187eec 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -1,4 +1,4 @@ -WHATSNEW For 'tsshbatch' 1.159 (Thu Oct 24 14:08:29 CDT 2013) +WHATSNEW For 'tsshbatch' 1.167 (Mon Oct 28 20:13:53 CDT 2013) ---------------------------------------------------------------------- CHANGES: @@ -38,6 +38,16 @@ for every line of output. This makes the output more useful when filtered through something like 'grep'. + - There is a new options, -t, to turn on "test mode" which + will show what would be done, but will not actually do it. + This mode also displays useful diagnostic information + about the command line, variable defintions, file tranfer + requests, and so on. + + - The new -x option is used to negate a prior -t and thereby + force execution of the requested file transfers and/or + commands. + - Both cmdfiles and hostlistfiles now support freeform whitespace and commenting via the "#" character. @@ -45,6 +55,10 @@ files via the .include directive. Circular include detection is also implemented. + - Both cmdfiles and hostlistfiles can contain variable + definitions that are literally replaced in any following + text. + WHATSNEW For 'tsshbatch' 1.137 (Fri Feb 22 15:30:24 CST 2013) ----------------------------------------------------------------------