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