Updated changelog for v0.4 v0.4
authorviric@llimona
Fri, 13 Apr 2007 20:46:53 +0200
changeset 123 9d23b6db61c9
parent 122 e6d6ca823d78
child 124 7db10b734cf4
Updated changelog for v0.4
Changelog
--- a/Changelog	Thu Apr 12 22:45:03 2007 +0200
+++ b/Changelog	Fri Apr 13 20:46:53 2007 +0200
@@ -10,16 +10,17 @@
  - Add a flag for not closing the input, and allow connecting a 'ts' client to
    the blocked process. It may complicate the user interface more than needed.
 
+Future:
+ - Use a better system than mkstemp() for finding output files, so we can add
+   .gz to the gzipped outputs.
+ - Allow inspecting the environment for a command queued: env, pwd., together
+   with other job queuing options (gzip, ...)
 v0.4:
  -* Allow killing 'ts' in a nice way.
    - It's good, because a spawner of 'ts' may want to kill it.
  -* If the server is horribly killed (it may happen as this is software), store
    the task queue in a file, so it can be recovered.
- - Allow inspecting the environment for a command queued: env, pwd., together
-   with other job queuing options (gzip, ...)
  -* Store the 'times()' for the run tasks.
- - Use a better system than mkstemp() for finding output files, so we can add
-   .gz to the gzipped outputs.
 v0.3.2:
  -* Fixed the $POSIXLY_CORRECT bug finally
  -* Slightly better makefile and man page