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