v1.5.1
Reduce bit tables to 8bit
Revert "Limit `ZSTD_maxCLevel` to 21 for 32-bit binaries."
Fix Include Path
[zdict] Remove ZDICT_CONTENTSIZE_MIN restriction for ZDICT_finalizeDictionary
[copyright][license] Switch to yearless copyright and some cleanup in the linux-kernel files
Merge pull request #2907 from Hello71/armv6-fix-legacy
Remove zstd-umbrella.h
makes it possible to compile libzstd in single-thread mode without zstdmt_compress.c (#819)
[1.5.0] Move `zstd_errors.h` and `zdict.h` to `lib/` root
Fix Up #2659; Build libzstd.pc Whenever Building the Lib on Unix
Fix typos
[asm] Share portability macros and restrict ASM further
[lib] Fix libzstd.pc for lib-mt builds
Merge branch 'dev' into tomerge2051