-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathChangeLog
44 lines (26 loc) · 984 Bytes
/
ChangeLog
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
Changes with v1.0.6
*) 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]