Changelog
changeset 303 2edd42e77392
parent 297 d7d0074df110
child 305 365f3598d010
equal deleted inserted replaced
302:c60e0db23bd7 303:2edd42e77392
     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 v0.7.1:
       
    15  - Implement check of ownership of the socket. Security bugfix.
    14 v0.7.0:
    16 v0.7.0:
    15  - Implement blocking of enqueuing still allowing other queue operations.
    17  - Implement blocking of enqueuing still allowing other queue operations.
    16  - Add the -B parameter, that will not block in case of queue full
    18  - Add the -B parameter, that will not block in case of queue full
    17 v0.6.6:
    19 v0.6.6:
    18  - Fixed the feature TS_MAXCONN, which collided with the protocol version check.
    20  - Fixed the feature TS_MAXCONN, which collided with the protocol version check.