Getting ready for 0.5.3. Updated changelog and main.c v0.5.3
authorviric@llimona
Sun, 10 Feb 2008 22:40:21 +0100
changeset 199 bf0250709d52
parent 198 729eebc5c293
child 200 5b2f4d3021e7
Getting ready for 0.5.3. Updated changelog and main.c
Changelog
main.c
--- a/Changelog	Sun Feb 10 21:42:06 2008 +0100
+++ b/Changelog	Sun Feb 10 22:40:21 2008 +0100
@@ -10,6 +10,11 @@
 Future:
  - Use a better system than mkstemp() for finding output files, so we can add
    .gz to the gzipped outputs.
+v0.5.3:
+ - The only one waiting ts process ('-w' and '-t') could be used for each jobid.
+v0.5.2:
+ - Fixed the '-r' without jobid, which should remove the last added job.
+ - Fixed some messages for '-t' without jobid (it said something about job -1).
 v0.5.1:
  - Fixed the new '-t', which had several problems
 v0.5:
--- a/main.c	Sun Feb 10 21:42:06 2008 +0100
+++ b/main.c	Sun Feb 10 22:40:21 2008 +0100
@@ -25,7 +25,7 @@
 static char getopt_env[] = "POSIXLY_CORRECT=YES";
 static char *old_getopt_env;
 
-static char version[] = "Task Spooler v0.5.2 - a task queue system for the unix user.\n"
+static char version[] = "Task Spooler v0.5.3 - a task queue system for the unix user.\n"
 "Copyright (C) 2007  Lluis Batlle i Rossell";