Preparing the release for version 0.7.0, with a new protocol version.
authorviric <viriketo@gmail.com>
Thu, 01 Sep 2011 19:55:15 +0200
changeset 297 d7d0074df110
parent 296 dc46c806c6f4
child 298 de6ada710293
Preparing the release for version 0.7.0, with a new protocol version.
Changelog
main.c
--- a/Changelog	Thu Jul 28 19:48:38 2011 +0200
+++ b/Changelog	Thu Sep 01 19:55:15 2011 +0200
@@ -6,10 +6,14 @@
    - No program should give that big amount of output, so it cannot be stored.
  - What happens if the output disk is full? Should be decide a good behaviour
    in that situation?
+   - It's up to the running program; ts gives the descsriptor to it.
 
 Future:
  - Use a better system than mkstemp() for finding output files, so we can add
    .gz to the gzipped outputs.
+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
 v0.6.6:
  - Fixed the feature TS_MAXCONN, which collided with the protocol version check.
 v0.6.5:
--- a/main.c	Thu Jul 28 19:48:38 2011 +0200
+++ b/main.c	Thu Sep 01 19:55:15 2011 +0200
@@ -25,7 +25,7 @@
 static char getopt_env[] = "POSIXLY_CORRECT=YES";
 static char *old_getopt_env;
 
-static char version[] = "Task Spooler v0.6.6 - a task queue system for the unix user.\n"
+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";