Removed fileio_legacy; now legacy supports relies entirely on streaming API.

CLI legacy support now limited to v0.4+
This commit is contained in:
Yann Collet
2016-08-28 19:20:13 -07:00
parent dea67a66ab
commit 54caf6893e
5 changed files with 4 additions and 724 deletions
+1
View File
@@ -1,6 +1,7 @@
v0.8.2
Small decompression speed improvement
API : ZDICT_getDictID(), ZSTD_sizeof_{CCtx, DCtx, CStream, DStream}()
CLI Legacy support for formats v0.4+
Enhanced documentation, by Przemyslaw Skibinski
Fixed : compression fails on specific huge files, bug introduced in v0.8.1, reported by Jesse McGrew