]> Cypherpunks.ru repositories - goredo.git/blob - doc/news.texi
3d5a651f10d24dd4466f3bed9dbda8bbe8be1d6c
[goredo.git] / doc / news.texi
1 @node News
2 @unnumbered News
3
4 @anchor{Release 1.0.0}
5 @section Release 1.0.0
6 @itemize
7 @item
8     @code{Size} is stored in the state, for faster OOD detection.
9     Previous @command{goredo} state files won't work.
10 @item
11     Setting of @env{REDO_INODE_NO_TRUST} environment variable brings no
12     trust to file inode's information (except for its size), forcing its
13     checksum checking.
14 @item
15     @command{redo-whichdo} resembles @code{apenwarr/redo}'s one behaviour more.
16 @end itemize
17
18 @anchor{Release 0.12.3}
19 @section Release 0.12.3
20 @itemize
21 @item
22     Use an updated @code{lukechampine.com/blake3} with possibly working
23     arm64 macOS fix.
24 @end itemize
25
26 @anchor{Release 0.12.2}
27 @section Release 0.12.2
28 @itemize
29 @item
30     Try to fix failing @code{lukechampine.com/blake3} on arm64 macOS.
31 @item
32     Fixed tests permissions in the tarball.
33 @end itemize
34
35 @anchor{Release 0.12.1}
36 @section Release 0.12.1
37 @itemize
38 @item
39     Tarball uses @file{vendor} directory without @env{GOPATH}
40     overriding. @command{goredo} and its dependencies anyway uses Go
41     1.12+ versions, that have @file{vendor}-ing support.
42 @end itemize
43
44 @anchor{Release 0.12.0}
45 @section Release 0.12.0
46 @itemize
47 @item
48     Do not forget to save even output-less target as a dependency.
49 @item
50     @option{-debug} option renamed to shorter @option{-d}.
51 @end itemize
52
53 @anchor{Release 0.11.0}
54 @section Release 0.11.0
55 @itemize
56 @item
57     Previously @env{REDO_JOBS} overrided even explicitly specified
58     @option{-j} option. Fix that behaviour -- command line options must
59     precede environment variables.
60 @item @url{https://github.com/BLAKE3-team/BLAKE3, BLAKE3} replaces
61     BLAKE2b hashing algorithm for even better performance.
62 @end itemize
63
64 @anchor{Release 0.10.0}
65 @section Release 0.10.0
66 @itemize
67 @item Initial tarballed release.
68 @end itemize