# HG changeset patch # User viric # Date 1318355410 -7200 # Node ID 2edd42e7739295e3212f239ef6dc8886335bdf3f # Parent c60e0db23bd77cfdb6c505b08707113f163644c8 Updating the version to 0.7.1, for a release. diff -r c60e0db23bd7 -r 2edd42e77392 Changelog --- 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 diff -r c60e0db23bd7 -r 2edd42e77392 main.c --- 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() diff -r c60e0db23bd7 -r 2edd42e77392 ts.1 --- 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.