Changelog
changeset 348 308315d04787
parent 340 11c5a9e7b9a8
child 360 7cf9a8bda6d3
equal deleted inserted replaced
347:79b87e385bc5 348:308315d04787
     9    - It's up to the running program; ts gives the descsriptor to it.
     9    - It's up to the running program; ts gives the descsriptor to it.
    10 
    10 
    11 Future:
    11 Future:
    12  - Use a better system than mkstemp() for finding output files, so we can add
    12  - Use a better system than mkstemp() for finding output files, so we can add
    13    .gz to the gzipped outputs.
    13    .gz to the gzipped outputs.
       
    14 v1.0:
       
    15  - Respect TMPDIR for output files.
    14 v0.7.6:
    16 v0.7.6:
    15  - Add -k (send SIGTERM to process group). Replacement for "kill -- -`ts -p`".
    17  - Add -k (send SIGTERM to process group). Replacement for "kill -- -`ts -p`".
    16 v0.7.4:
    18 v0.7.4:
    17  - Fixing a bug about dangling processes, in case of using "ts -r".
    19  - Fixing a bug about dangling processes, in case of using "ts -r".
    18 v0.7.3:
    20 v0.7.3: