From 0588ee66cc003ab781c7ab3f57df04619c48e588 Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Wed, 31 Aug 2016 09:05:22 -0700 Subject: [PATCH] updated NEWS --- NEWS | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index b8f8cca09..2e300726c 100644 --- a/NEWS +++ b/NEWS @@ -1,9 +1,11 @@ -v0.8.2 +v1.0.0 +Change Licensing, all project is now BSD, Copyright Facebook Small decompression speed improvement -API : ZDICT_getDictID(), ZSTD_sizeof_{CCtx, DCtx, CStream, DStream}() -CLI Legacy support for formats v0.4+ +API : Streaming API supports legacy format +API : ZDICT_getDictID(), ZSTD_sizeof_{CCtx, DCtx, CStream, DStream}(), ZSTD_setDStreamParamter() +CLI supports legacy formats v0.4+ +Fixed : compression fails on certain huge files, reported by Jesse McGrew Enhanced documentation, by Przemyslaw Skibinski -Fixed : compression fails on specific huge files, bug introduced in v0.8.1, reported by Jesse McGrew v0.8.1 New streaming API -- 2.47.2