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