diff --git a/WHATSNEW.txt b/WHATSNEW.txt index 57efc68..e4afa61 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -1,3 +1,8 @@ +WHATSNEW For 'tsshbatch' 1.310 (Wed Sep 28 18:56:55 CDT 2016) +---------------------------------------------------------------------- + +Test run. + WHATSNEW For 'tsshbatch' 1.228 (Mon Jan 18 18:10:50 CST 2016) ---------------------------------------------------------------------- @@ -16,7 +21,7 @@ - The -B option has been added to print an informative "banner" at the beginning and end of each program run. - + [CHANGES] @@ -84,7 +89,7 @@ - Fixed bug that caused program to exit after a failed file transfer even when -a was specified. - + WHATSNEW For 'tsshbatch' 1.204 (Thu Dec 4 18:33:10 CST 2014) ---------------------------------------------------------------------- @@ -103,7 +108,7 @@ - Added an "execution variable". This runs a command of your choosing (on the local machine) and assigns the results to a user-defined variable. - + - Added -E to redirect all stderr output to stdout instead, - Added -T timeout option (default is 15 sec). @@ -151,7 +156,7 @@ first statement on a command line. All instances of the string "sudo " will now force sudo password prompting and processing. That string is ignored if it appears inside single- or double quotes. - + - Fixed bug that intermittently occurred during password-based auth sessions because ssh-agent and key searching were still being used. @@ -227,7 +232,7 @@ commands. - Both cmdfiles and hostlistfiles now support freeform whitespace - and commenting via the "#" character. + and commenting via the "#" character. - Both cmdfiles and hostlistfiles now support including other files via the .include directive. Circular include detection @@ -253,4 +258,3 @@ ---------------------------------------------------------------------- Initial public release - diff --git a/tsshbatch.py b/tsshbatch.py index 605c9ce..f5def5c 100755 --- a/tsshbatch.py +++ b/tsshbatch.py @@ -14,7 +14,7 @@ # Version Information - Overwritten by makefile during release process ##### -GITID = '54eff6b tundra Wed Sep 28 14:21:46 2016 -0500' +GITID = '925a8ca tundra Wed Sep 28 18:56:29 2016 -0500' VERSION = '1.310' diff --git a/tsshbatch.rst b/tsshbatch.rst index 3195f63..d1b7898 100644 --- a/tsshbatch.rst +++ b/tsshbatch.rst @@ -1239,7 +1239,7 @@ :: - $Id: tsshbatch.rst,v 1.174 2016/01/19 00:10:22 tundra Exp $ + $Id: '925a8ca tundra Wed Sep 28 18:56:29 2016 -0500' This document was produced with ``emacs``, ``RestructuredText``, and ``TeX Live``.