]> Cypherpunks.ru repositories - goredo.git/blob - doc/news.texi
redo-cleanup clean .log.rec
[goredo.git] / doc / news.texi
1 @node News
2 @unnumbered News
3
4 @anchor{Release 1_10_0}
5 @section Release 1.10.0
6 @itemize
7 @item
8     @command{redo-cleanup} now also cleans @file{.redo/tgt.log.rec} files.
9 @end itemize
10
11 @anchor{Release 1_9_0}
12 @section Release 1.9.0
13 @itemize
14 @item
15     Do not enable command line options not applicable to the command.
16     For example @option{-j} option is only applicable to @command{redo}
17     and @command{redo-ifchange} commands.
18 @item
19     @itemize
20     @item @option{-dry-run} option is renamed to @option{-n}
21     @item @option{-logs} option is renamed to @option{-k}
22     @item @option{-silent} option is renamed to @option{-s}
23     @end itemize
24 @item
25     When @code{stderr} logs are kept, all environment variables, working
26     directory, command line arguments, start/finish times, duration,
27     participated PIDs, return codes are saved in corresponding
28     @file{.redo/tgt.log.rec} file. Some of them can be viewed with
29     @option{-c} option to @command{redo-log}.
30 @item
31     @command{redo-log}'s @option{-r} option allows recursive, indented
32     viewing of the whole redo commands invocations for the given target
33     in serialized way.
34 @end itemize
35
36 @anchor{Release 1_8_0}
37 @section Release 1.8.0
38 @itemize
39 @item
40     Fixed possibly wrong relative path record of the dependency, when
41     redo commands are run in different directory from the @file{.do}.
42 @item
43     Fixed possible failing in @command{redo-sources} if no @file{.dep}
44     is found.
45 @end itemize
46
47 @anchor{Release 1_7_0}
48 @section Release 1.7.0
49 @itemize
50 @item
51     Optional compatibility (through @env{$REDO_MAKE=@{bmake|gmake@}})
52     with either NetBSD's bmake or GNU Make jobserver protocols, being
53     able to tightly integrate @command{goredo} with the @command{make}.
54 @end itemize
55
56 @anchor{Release 1_6_0}
57 @section Release 1.6.0
58 @itemize
59 @item
60     @command{redo-affects} command appeared, that shows all targets that
61     will be affected by changing the specified ones.
62 @end itemize
63
64 @anchor{Release 1_5_0}
65 @section Release 1.5.0
66 @itemize
67 @item
68     @command{redo-ood}, @command{redo-sources} and
69     @command{redo-targets} can optionally take list of targets to apply
70     the command on, to narrow the result.
71 @item
72     @command{redo-sources} mistakenly missed @file{.do} files in the output.
73 @item
74     @command{redo-sources} now recursively searches for all source
75     files, not the "first" depth level ones.
76 @end itemize
77
78 @anchor{Release 1_4_1}
79 @section Release 1.4.1
80 @itemize
81 @item
82     Even more simpler statusline cleaning function.
83 @end itemize
84
85 @anchor{Release 1_4_0}
86 @section Release 1.4.0
87 @itemize
88 @item
89     Fixed proper @option{-xx} and @env{$REDO_TRACE} workability, that
90     previously was not applied to all targets.
91 @item
92     Simpler statusline cleaning function, does not leading to whitespace
93     junk after long lines.
94 @item
95     Updated dependant libraries.
96 @end itemize
97
98 @anchor{Release 1_3_0}
99 @section Release 1.3.0
100 @itemize
101 @item
102     Experimental @command{redo-sources}, @command{redo-targets} and
103     @command{redo-ood} commands.
104 @item
105     Repetitive OOD determination optimization: pass all already known to
106     be OOD targets to redoing targets.
107 @end itemize
108
109 @anchor{Release 1_2_0}
110 @section Release 1.2.0
111 @itemize
112 @item
113     Dependency files @file{.dep} extension changed to @file{.rec}, to
114     reflect its recfile format nature and editors file type better
115     determination.
116 @item
117     Reduce number of file descriptors kept open (1 instead of 4) while
118     waiting for job slot token.
119 @end itemize
120
121 @anchor{Release 1_1_0}
122 @section Release 1.1.0
123 @itemize
124 @item
125     @command{redo-cleanup} has @option{-dry-run} option.
126 @end itemize
127
128 @anchor{Release 1_0_0}
129 @section Release 1.0.0
130 @itemize
131 @item
132     @code{Size} is stored in the state, for faster OOD detection.
133     Previous @command{goredo} state files won't work.
134 @item
135     Setting of @env{$REDO_INODE_NO_TRUST} environment variable brings no
136     trust to file inode's information (except for its size), forcing its
137     checksum checking.
138 @item
139     @command{redo-whichdo} resembles @code{apenwarr/redo}'s one behaviour more.
140 @end itemize
141
142 @anchor{Release 0_12_3}
143 @section Release 0.12.3
144 @itemize
145 @item
146     Use an updated @code{lukechampine.com/blake3} with possibly working
147     arm64 macOS fix.
148 @end itemize
149
150 @anchor{Release 0_12_2}
151 @section Release 0.12.2
152 @itemize
153 @item
154     Try to fix failing @code{lukechampine.com/blake3} on arm64 macOS.
155 @item
156     Fixed tests permissions in the tarball.
157 @end itemize
158
159 @anchor{Release 0_12_1}
160 @section Release 0.12.1
161 @itemize
162 @item
163     Tarball uses @file{vendor} directory without @env{$GOPATH}
164     overriding. @command{goredo} and its dependencies anyway uses Go
165     1.12+ versions, that have @file{vendor}-ing support.
166 @end itemize
167
168 @anchor{Release 0_12_0}
169 @section Release 0.12.0
170 @itemize
171 @item
172     Do not forget to save even output-less target as a dependency.
173 @item
174     @option{-debug} option renamed to shorter @option{-d}.
175 @end itemize
176
177 @anchor{Release 0_11_0}
178 @section Release 0.11.0
179 @itemize
180 @item
181     Previously @env{$REDO_JOBS} overrided even explicitly specified
182     @option{-j} option. Fix that behaviour -- command line options must
183     precede environment variables.
184 @item @url{https://github.com/BLAKE3-team/BLAKE3, BLAKE3} replaces
185     BLAKE2b hashing algorithm for even better performance.
186 @end itemize
187
188 @anchor{Release 0_10_0}
189 @section Release 0.10.0
190 @itemize
191 @item Initial tarballed release.
192 @end itemize