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