Updating the changelog and the man file versions to 0.6.2 v0.6.2
authorviric@mandarina
Sat, 20 Dec 2008 17:48:47 +0000
changeset 257 18d5bf8fa969
parent 256 638fcfee37c6
child 258 825b9ed3f836
Updating the changelog and the man file versions to 0.6.2
Changelog
ts.1
--- 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.
--- 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.