Moving versions to 0.5.4.1 for debianers. v0.5.4.1
authorviric@mandarina
Mon, 05 May 2008 23:14:22 +0200
changeset 216 b4476e12a717
parent 215 9e1ce438e01e
child 217 2ecefb868160
Moving versions to 0.5.4.1 for debianers.
Changelog
main.c
--- a/Changelog	Mon May 05 23:13:01 2008 +0200
+++ b/Changelog	Mon May 05 23:14:22 2008 +0200
@@ -10,6 +10,9 @@
 Future:
  - Use a better system than mkstemp() for finding output files, so we can add
    .gz to the gzipped outputs.
+v0.5.4.1:
+ - Moving out 'debian', so the Debian packagers can use their systems
+ comfortably when packaging ts.
 v0.5.4:
  - Bug fixing (-t, actions to last job ids, -w, ...)
  - -c waits for the job end. Like -t, but it shows the whole output.
--- a/main.c	Mon May 05 23:13:01 2008 +0200
+++ b/main.c	Mon May 05 23:14:22 2008 +0200
@@ -25,7 +25,7 @@
 static char getopt_env[] = "POSIXLY_CORRECT=YES";
 static char *old_getopt_env;
 
-static char version[] = "Task Spooler v0.5.4 - a task queue system for the unix user.\n"
+static char version[] = "Task Spooler v0.5.4.1 - a task queue system for the unix user.\n"
 "Copyright (C) 2007  Lluis Batlle i Rossell";