From 8f29e8e0e47605e7d78bcca720340539fc44af3e Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Sun, 31 Jul 2016 02:43:17 +0200 Subject: [PATCH] updated NEWS --- NEWS | 1 + tests/.gitignore | 1 + 2 files changed, 2 insertions(+) diff --git a/NEWS b/NEWS index d525bc0f..16a4fb8f 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 15c01609..bda081a6 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -5,3 +5,4 @@ versionsTest # Local script startSpeedTest +speedTest.pid