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