Page MenuHomeSolus

Update zstd to 1.4.5
ClosedPublic

Authored by YakoYakoYokuYoku on May 22 2020, 2:07 PM.
Tags
None
Referenced Files
F11065823: D8925.diff
Fri, Aug 11, 5:18 PM
F11007433: D8925.diff
Tue, Aug 1, 7:22 PM
F10995044: D8925.id.diff
Wed, Jul 26, 2:23 AM
F10985219: D8925.id.diff
Sun, Jul 23, 8:46 PM
F10923049: D8925.id21500.diff
Jul 9 2023, 9:20 PM
F10896187: D8925.id21500.diff
Jul 1 2023, 10:32 PM
F10847628: D8925.id21530.diff
Jun 11 2023, 11:24 AM
F10846281: D8925.id21500.diff
Jun 11 2023, 4:13 AM
Subscribers

Details

Summary

Changelog available here.

Signed-off-by: Martin Reboredo <gc1000ll@gmail.com>

Test Plan

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

Repository
R3331 zstd
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

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 :)

YakoYakoYokuYoku edited the test plan for this revision. (Show Details)

Added the homepage and a test to the plan.

JoshStrobl edited the summary of this revision. (Show Details)
JoshStrobl added a subscriber: JoshStrobl.

Fixed the changelog. Also it's Changelog not ChangeLog.

This revision is now accepted and ready to land.May 27 2020, 9:47 AM
This revision was automatically updated to reflect the committed changes.