diff --git a/WHATSNEW.txt b/WHATSNEW.txt index 3d191e9..7ea076b 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -1,3 +1,31 @@ +WHATSNEW For 'tsshbatch' 1.218 (Sun Jan 10 14:39:05 CST 2016) +---------------------------------------------------------------------- + +- The -b option has been added to continue after a sudo failure. + Previous releases of the program stopped all further processing + on any sudo failure. With -b, it's now possible to go on to + the remaining hosts even if one of them failed to do proper + sudo promotion. + +- The -B option has been added to print an informative "banner" + at the beginning and end of each program run. + + +[CHANGES] + +- None + +[BUG FIXES] + +- Fixed bug that caused program to exit after a failed + file transfer even when -a was specified. + +- Fixed bug that failed to present user name during key-based + auth. This prevented connection when the desired name + was different than the initating user - say when using + process IDs instead of "real" users. + + WHATSNEW For 'tsshbatch' 1.212 (Wed Dec 10 09:42:08 CST 2014) ----------------------------------------------------------------------