# HG changeset patch # User viric@mandarina # Date 1229795327 0 # Node ID 18d5bf8fa969941689d4f51cc65a9697931ab9cd # Parent 638fcfee37c63493689fcd685aae9ee117b7c65d Updating the changelog and the man file versions to 0.6.2 diff -r 638fcfee37c6 -r 18d5bf8fa969 Changelog --- a/Changelog Fri Dec 05 17:40:49 2008 +0000 +++ b/Changelog Sat Dec 20 17:48:47 2008 +0000 @@ -10,6 +10,13 @@ Future: - Use a better system than mkstemp() for finding output files, so we can add .gz to the gzipped outputs. +v0.6.2: + - Fixed a bug on -w + - Making -S return the number of slots + - Fixed a bug on clients dying (making the queue not usable anymore) + - Making an error file different for each socket ($TS_SOCKET.error) + - Making ts not to log on the error log file constantly. + - Adding information on the exit status in -i v0.6.1: - Adding support for the TS_SLOTS env variable, to set the number of slots of a starting server. diff -r 638fcfee37c6 -r 18d5bf8fa969 ts.1 --- a/ts.1 Fri Dec 05 17:40:49 2008 +0000 +++ b/ts.1 Sat Dec 20 17:48:47 2008 +0000 @@ -5,7 +5,7 @@ .\" that should have been distributed together with this file. .\" .\" Note: I took the gnu 'ls' man page as an example. -.TH TS 1 2008-11 "Task Spooler 0.6.1" +.TH TS 1 2008-12 "Task Spooler 0.6.2" .SH NAME ts \- task spooler. A simple unix batch system .SH SYNOPSIS @@ -275,7 +275,7 @@ .SH NOTES This page describes .B ts -as in version 0.6.1. Other versions may differ. The file +as in version 0.6.2. Other versions may differ. The file .B TRICKS found in the distribution package can show some ideas on special uses of .B ts.