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