Changelog available here.
Signed-off-by: Martin Reboredo <gc1000ll@gmail.com>
Differential D8925
Update zstd to 1.4.5 Authored by YakoYakoYokuYoku on May 22 2020, 2:07 PM. Tags None Referenced Files
Subscribers
Details
Changelog available here. Signed-off-by: Martin Reboredo <gc1000ll@gmail.com> Compressed and decompressed a PDF document (zstd -9 doc.pdf) and a list of files (zstd -9 --filelist=list.txt), then I created a patch (zstd --patch-from=in file -o out.patch) and I applied it (zstd -d --patch-from=out.patch in -o file).
Diff Detail
Event TimelineComment Actions I would recommend having the summary more like "The changelog can be found here". It reads a little bit nicer to the end user that is going to look at the update message :) |