# HG changeset patch # User viric@llimona # Date 1174858662 -7200 # Node ID 620319858e9a60ca7256f9de0b4426a52f805b6d # Parent 3578632feaac4abb933fae52a804c51ba9ee5c19 Preparing for 0.2.1 diff -r 3578632feaac -r 620319858e9a TODO --- 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) diff -r 3578632feaac -r 620319858e9a main.c --- 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() {