Preparing for 0.2.1 v0.2.1
authorviric@llimona
Sun, 25 Mar 2007 23:37:42 +0200
changeset 46 620319858e9a
parent 45 3578632feaac
child 47 1bec9b276972
Preparing for 0.2.1
TODO
main.c
--- a/TODO	Sun Mar 25 23:32:03 2007 +0200
+++ b/TODO	Sun Mar 25 23:37:42 2007 +0200
@@ -3,6 +3,9 @@
 v0.3:
  - Allow sending the output by mail
  - Allow gzipping the output
+v0.2.1:
+ -* Fixed a bug in the wait-notifications.
+ -* Improved the compilation, including almost all the proper files.
 v0.2:
  -* Add a '-h' for help
  -* Have a nice list output (correctly formatted)
--- a/main.c	Sun Mar 25 23:32:03 2007 +0200
+++ b/main.c	Sun Mar 25 23:37:42 2007 +0200
@@ -17,7 +17,7 @@
 /* Allocated in get_command() */
 char *new_command;
 
-static char version[] = "Task Spooler v0.2";
+static char version[] = "Task Spooler v0.2.1";
 
 static void default_command_line()
 {