Updating messages to 0.7.4.
authorviric
Mon, 11 Nov 2013 09:44:45 +0100
changeset 335 b4a5d9544836
parent 334 e9e212846a89
child 336 5ddb2f6fc452
Updating messages to 0.7.4.
Changelog
jobs.c
main.c
server.c
ts.1
--- a/Changelog	Mon Nov 11 09:28:51 2013 +0100
+++ b/Changelog	Mon Nov 11 09:44:45 2013 +0100
@@ -11,6 +11,8 @@
 Future:
  - Use a better system than mkstemp() for finding output files, so we can add
    .gz to the gzipped outputs.
+v0.7.4:
+ - Fixing a bug about dangling processes, in case of using "ts -r".
 v0.7.3:
  - Add option '-N' to set the number of slots required for a job to run.
    Proposed by Sergey Litvinov.
--- a/jobs.c	Mon Nov 11 09:28:51 2013 +0100
+++ b/jobs.c	Mon Nov 11 09:44:45 2013 +0100
@@ -1,6 +1,6 @@
 /*
     Task Spooler - a task queue system for the unix user
-    Copyright (C) 2007-2009  Lluís Batlle i Rossell
+    Copyright (C) 2007-2013  Lluís Batlle i Rossell
 
     Please find the license in the provided COPYING file.
 */
--- a/main.c	Mon Nov 11 09:28:51 2013 +0100
+++ b/main.c	Mon Nov 11 09:44:45 2013 +0100
@@ -25,8 +25,8 @@
 static char getopt_env[] = "POSIXLY_CORRECT=YES";
 static char *old_getopt_env;
 
-static char version[] = "Task Spooler v0.7.3 - a task queue system for the unix user.\n"
-"Copyright (C) 2007-2011  Lluis Batlle i Rossell";
+static char version[] = "Task Spooler v0.7.4 - a task queue system for the unix user.\n"
+"Copyright (C) 2007-2013  Lluis Batlle i Rossell";
 
 
 static void default_command_line()
--- a/server.c	Mon Nov 11 09:28:51 2013 +0100
+++ b/server.c	Mon Nov 11 09:44:45 2013 +0100
@@ -1,6 +1,6 @@
 /*
     Task Spooler - a task queue system for the unix user
-    Copyright (C) 2007-2009  Lluís Batlle i Rossell
+    Copyright (C) 2007-2013  Lluís Batlle i Rossell
 
     Please find the license in the provided COPYING file.
 */
--- a/ts.1	Mon Nov 11 09:28:51 2013 +0100
+++ b/ts.1	Mon Nov 11 09:44:45 2013 +0100
@@ -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 2012-05 "Task Spooler 0.7.3"
+.TH TS 1 2012-05 "Task Spooler 0.7.4"
 .SH NAME
 ts \- task spooler. A simple unix batch system
 .SH SYNOPSIS
@@ -307,7 +307,7 @@
 .SH NOTES
 This page describes
 .B ts
-as in version 0.7.3. Other versions may differ. The file
+as in version 0.7.4. Other versions may differ. The file
 .B TRICKS
 found in the distribution package can show some ideas on special uses of
 .B ts.