Increasing version to 0.7.5. v0.7.5
authorLluís Batlle <viric@viric.name>
Fri, 06 Mar 2015 23:26:50 +0100
changeset 337 43079a99351e
parent 336 5ddb2f6fc452
child 338 f38b60efdd9a
Increasing version to 0.7.5.
Changelog
main.c
ts.1
--- a/Changelog	Fri Mar 06 23:25:33 2015 +0100
+++ b/Changelog	Fri Mar 06 23:26:50 2015 +0100
@@ -11,6 +11,8 @@
 Future:
  - Use a better system than mkstemp() for finding output files, so we can add
    .gz to the gzipped outputs.
+v0.7.5:
+ - Fixing a bug that made the sever crash in MacOSX: strdup() related.
 v0.7.4:
  - Fixing a bug about dangling processes, in case of using "ts -r".
 v0.7.3:
--- a/main.c	Fri Mar 06 23:25:33 2015 +0100
+++ b/main.c	Fri Mar 06 23:26:50 2015 +0100
@@ -25,7 +25,7 @@
 static char getopt_env[] = "POSIXLY_CORRECT=YES";
 static char *old_getopt_env;
 
-static char version[] = "Task Spooler v0.7.4 - a task queue system for the unix user.\n"
+static char version[] = "Task Spooler v0.7.5 - a task queue system for the unix user.\n"
 "Copyright (C) 2007-2013  Lluis Batlle i Rossell";
 
 
--- a/ts.1	Fri Mar 06 23:25:33 2015 +0100
+++ b/ts.1	Fri Mar 06 23:26:50 2015 +0100
@@ -5,7 +5,7 @@
 .\" that should have been distributed together with this file.
 .\" 
 .\" Note: I took the gnu 'ls' man page as an example.
-.TH TS 1 2012-05 "Task Spooler 0.7.4"
+.TH TS 1 2015-03 "Task Spooler 0.7.5"
 .SH NAME
 ts \- task spooler. A simple unix batch system
 .SH SYNOPSIS
@@ -307,7 +307,7 @@
 .SH NOTES
 This page describes
 .B ts
-as in version 0.7.4. Other versions may differ. The file
+as in version 0.7.5. Other versions may differ. The file
 .B TRICKS
 found in the distribution package can show some ideas on special uses of
 .B ts.