Updating version references to 0.6.6, and Changelog. v0.6.6
authorviric@mandarina
Wed, 07 Oct 2009 21:20:12 +0200
changeset 283 f049b802be64
parent 282 835551fcecb7
child 284 6292b04b194b
Updating version references to 0.6.6, and Changelog.
Changelog
main.c
ts.1
--- 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.
--- 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";
 
 
--- 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.