Changelog
changeset 257 18d5bf8fa969
parent 241 42c9470aa4f9
child 259 ba3827aa8f25
equal deleted inserted replaced
256:638fcfee37c6 257:18d5bf8fa969
     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.6.2:
       
    14  - Fixed a bug on -w
       
    15  - Making -S return the number of slots
       
    16  - Fixed a bug on clients dying (making the queue not usable anymore)
       
    17  - Making an error file different for each socket ($TS_SOCKET.error)
       
    18  - Making ts not to log on the error log file constantly.
       
    19  - Adding information on the exit status in -i
    13 v0.6.1:
    20 v0.6.1:
    14  - Adding support for the TS_SLOTS env variable, to set the number of slots of
    21  - Adding support for the TS_SLOTS env variable, to set the number of slots of
    15  a starting server.
    22  a starting server.
    16  - Removing references to /usr for nix.
    23  - Removing references to /usr for nix.
    17  - Bugfixing (fixed error handling, -m)
    24  - Bugfixing (fixed error handling, -m)