Changelog
changeset 199 bf0250709d52
parent 191 35b77fb4deb1
child 202 4c6a554c877c
equal deleted inserted replaced
198:729eebc5c293 199:bf0250709d52
     8    in that situation?
     8    in that situation?
     9 
     9 
    10 Future:
    10 Future:
    11  - Use a better system than mkstemp() for finding output files, so we can add
    11  - Use a better system than mkstemp() for finding output files, so we can add
    12    .gz to the gzipped outputs.
    12    .gz to the gzipped outputs.
       
    13 v0.5.3:
       
    14  - The only one waiting ts process ('-w' and '-t') could be used for each jobid.
       
    15 v0.5.2:
       
    16  - Fixed the '-r' without jobid, which should remove the last added job.
       
    17  - Fixed some messages for '-t' without jobid (it said something about job -1).
    13 v0.5.1:
    18 v0.5.1:
    14  - Fixed the new '-t', which had several problems
    19  - Fixed the new '-t', which had several problems
    15 v0.5:
    20 v0.5:
    16  - Several bug fixes (related to -w, -r and -L)
    21  - Several bug fixes (related to -w, -r and -L)
    17  - ts creates sessions, so "kill -- -`ts -p`" can be used
    22  - ts creates sessions, so "kill -- -`ts -p`" can be used