-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathChangeLog
More file actions
52 lines (30 loc) · 1.14 KB
/
ChangeLog
File metadata and controls
52 lines (30 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Changes with v1.0.7
Changes with v1.0.6
*) Add optional jitter to the delay. [Graham Leggett]
*) Avoid the final delay when running a command a
specific number of times. [Graham Leggett]
*) Generate the man page during the dist hook, and not
at build time. This makes life easy for parallel and
cross compiled builds. [Graham Leggett]
Changes with v1.0.5
*) End getopt parsing on first non-option argument.
[recyard]
*) Allow multiple comma separated delay values. [Graham
Leggett]
Changes with v1.0.4
*) Fix an issue where the stdout of the retried command
was not correctly captured on the second try. [Graham
Leggett]
Changes with v1.0.3
*) Switch from help2man to txt2man. [Graham Leggett]
Changes with v1.0.2
*) Add help2man to debian packaging build dependencies.
[Graham Leggett]
Changes with v1.0.1
*) Add the --times option to repeat at most N times.
[Graham Leggett]
*) Move the close logic to the same place as the open logic.
[Graham Leggett]
*) Allow zero delay. [Graham Leggett]
Changes with v1.0.0
*) Initial creation of the autotools. [Graham Leggett]