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