1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
============================================================================
multitime history
============================================================================
multitime 1.4 (2018-06-03)
* Minor build fixes.
* -qq suppresses stdout and stderr (-q only suppresses stdout).
multitime 1.3 (2014-02-22)
* Minor bug fixes (including one memory leak).
multitime 1.2 (2012-12-13)
* Add the "-r" switch to allow each execution of a command to set the system
to a known good state.
* Be consistent in the way errors from a child process cause multitime to
exit.
* More sensible pretty-printing of the commands being executed.
multitime 1.1 (2012-10-23)
* Ensure that command-line parameters are parsed correctly with GNU libc.
multitime 1.0 (2012-09-24)
* First public release.
|