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