Updating the version to 0.7.1, for a release. v0.7.1
authorviric <viriketo@gmail.com>
Tue, 11 Oct 2011 19:50:10 +0200
changeset 303 2edd42e77392
parent 302 c60e0db23bd7
child 304 986d6750e840
Updating the version to 0.7.1, for a release.
Changelog
main.c
ts.1
--- a/Changelog	Tue Oct 11 19:48:55 2011 +0200
+++ b/Changelog	Tue Oct 11 19:50:10 2011 +0200
@@ -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.1:
+ - Implement check of ownership of the socket. Security bugfix.
 v0.7.0:
  - Implement blocking of enqueuing still allowing other queue operations.
  - Add the -B parameter, that will not block in case of queue full
--- a/main.c	Tue Oct 11 19:48:55 2011 +0200
+++ b/main.c	Tue Oct 11 19:50:10 2011 +0200
@@ -25,8 +25,8 @@
 static char getopt_env[] = "POSIXLY_CORRECT=YES";
 static char *old_getopt_env;
 
-static char version[] = "Task Spooler v0.7.0 - a task queue system for the unix user.\n"
-"Copyright (C) 2007-2009  Lluis Batlle i Rossell";
+static char version[] = "Task Spooler v0.7.1 - a task queue system for the unix user.\n"
+"Copyright (C) 2007-2011  Lluis Batlle i Rossell";
 
 
 static void default_command_line()
--- a/ts.1	Tue Oct 11 19:48:55 2011 +0200
+++ b/ts.1	Tue Oct 11 19:50:10 2011 +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.7.0"
+.TH TS 1 2011-10 "Task Spooler 0.7.1"
 .SH NAME
 ts \- task spooler. A simple unix batch system
 .SH SYNOPSIS
@@ -294,7 +294,7 @@
 .SH NOTES
 This page describes
 .B ts
-as in version 0.7.0. Other versions may differ. The file
+as in version 0.7.1. Other versions may differ. The file
 .B TRICKS
 found in the distribution package can show some ideas on special uses of
 .B ts.