# HG changeset patch # User viric@mandarina # Date 1254943212 -7200 # Node ID f049b802be641c6775d9882cbb36203ea8a3061b # Parent 835551fcecb7e3e3e03948babfdaadc575a78244 Updating version references to 0.6.6, and Changelog. diff -r 835551fcecb7 -r f049b802be64 Changelog --- a/Changelog Wed Oct 07 21:18:49 2009 +0200 +++ b/Changelog Wed Oct 07 21:20:12 2009 +0200 @@ -10,6 +10,8 @@ Future: - Use a better system than mkstemp() for finding output files, so we can add .gz to the gzipped outputs. +v0.6.6: + - Fixed the feature TS_MAXCONN, which collided with the protocol version check. v0.6.5: - Fixed a problem that -c and -t, if their pipe was broken, they remained. - Fixed a problem (maybe some copypaste once?) on -l, that created always an error msg. diff -r 835551fcecb7 -r f049b802be64 main.c --- a/main.c Wed Oct 07 21:18:49 2009 +0200 +++ b/main.c Wed Oct 07 21:20:12 2009 +0200 @@ -25,7 +25,7 @@ static char getopt_env[] = "POSIXLY_CORRECT=YES"; static char *old_getopt_env; -static char version[] = "Task Spooler v0.6.5 - a task queue system for the unix user.\n" +static char version[] = "Task Spooler v0.6.6 - a task queue system for the unix user.\n" "Copyright (C) 2007-2009 Lluis Batlle i Rossell"; diff -r 835551fcecb7 -r f049b802be64 ts.1 --- a/ts.1 Wed Oct 07 21:18:49 2009 +0200 +++ b/ts.1 Wed Oct 07 21:20:12 2009 +0200 @@ -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 2009-02 "Task Spooler 0.6.3" +.TH TS 1 2009-02 "Task Spooler 0.6.6" .SH NAME ts \- task spooler. A simple unix batch system .SH SYNOPSIS @@ -289,7 +289,7 @@ .SH NOTES This page describes .B ts -as in version 0.6.3. Other versions may differ. The file +as in version 0.6.6. Other versions may differ. The file .B TRICKS found in the distribution package can show some ideas on special uses of .B ts.