From: Yann Collet Date: Sun, 31 Jul 2016 00:43:17 +0000 (+0200) Subject: updated NEWS X-Git-Tag: v0.8.0^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f29e8e0e47605e7d78bcca720340539fc44af3e;p=thirdparty%2Fzstd.git updated NEWS --- diff --git a/NEWS b/NEWS index d525bc0ff..16a4fb8ff 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,6 @@ v0.8.0 Improved : better speed on clang and gcc -O2, thanks to Eric Biggers +New : Build on FreeBSD and DragonFly, thanks to JrMarino Changed : modified API : ZSTD_compressEnd() Fixed : legacy mode with ZSTD_HEAPMODE=0, by Christopher Bergqvist Fixed : premature end of frame when zero-sized raw block, reported by Eric Biggers diff --git a/tests/.gitignore b/tests/.gitignore index 15c016090..bda081a64 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -5,3 +5,4 @@ versionsTest # Local script startSpeedTest +speedTest.pid