From 727e7654f4f5e28a15816789b957bea92552a08c Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Mon, 16 Nov 2015 10:21:20 +0100 Subject: [PATCH] Update NEWS --- NEWS | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/NEWS b/NEWS index 75023a2..b391631 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +Changes between 0.0.6 and 0.0.7: +-------------------------------- + + * Rework folders opening with large number of files (FIND_NEXT) + * Fix for reading from OS X SMB Sharing + * Fix build for old glibc versions + * Fix support for large files (fix for >1GiB and for >4GiB) + * Fix potential deadlock when server disconnects + + Changes between 0.0.5 and 0.0.6: --------------------------------