X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=doc%2Fnews.texi;h=3d5a651f10d24dd4466f3bed9dbda8bbe8be1d6c;hb=9cbb466ce80096c2c12c88be50e475265adb74b1;hp=516e380a73d3e4a07407da21abe953892bb4abe5;hpb=760f49298dd70c3b1e4ba75f9704444b4d94ed1d;p=goredo.git diff --git a/doc/news.texi b/doc/news.texi index 516e380..3d5a651 100644 --- a/doc/news.texi +++ b/doc/news.texi @@ -1,6 +1,55 @@ @node News @unnumbered News +@anchor{Release 1.0.0} +@section Release 1.0.0 +@itemize +@item + @code{Size} is stored in the state, for faster OOD detection. + Previous @command{goredo} state files won't work. +@item + Setting of @env{REDO_INODE_NO_TRUST} environment variable brings no + trust to file inode's information (except for its size), forcing its + checksum checking. +@item + @command{redo-whichdo} resembles @code{apenwarr/redo}'s one behaviour more. +@end itemize + +@anchor{Release 0.12.3} +@section Release 0.12.3 +@itemize +@item + Use an updated @code{lukechampine.com/blake3} with possibly working + arm64 macOS fix. +@end itemize + +@anchor{Release 0.12.2} +@section Release 0.12.2 +@itemize +@item + Try to fix failing @code{lukechampine.com/blake3} on arm64 macOS. +@item + Fixed tests permissions in the tarball. +@end itemize + +@anchor{Release 0.12.1} +@section Release 0.12.1 +@itemize +@item + Tarball uses @file{vendor} directory without @env{GOPATH} + overriding. @command{goredo} and its dependencies anyway uses Go + 1.12+ versions, that have @file{vendor}-ing support. +@end itemize + +@anchor{Release 0.12.0} +@section Release 0.12.0 +@itemize +@item + Do not forget to save even output-less target as a dependency. +@item + @option{-debug} option renamed to shorter @option{-d}. +@end itemize + @anchor{Release 0.11.0} @section Release 0.11.0 @itemize @@ -9,7 +58,7 @@ @option{-j} option. Fix that behaviour -- command line options must precede environment variables. @item @url{https://github.com/BLAKE3-team/BLAKE3, BLAKE3} replaces - BLAKE2p hashing algorithm for even better performance. + BLAKE2b hashing algorithm for even better performance. @end itemize @anchor{Release 0.10.0}