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