From f1ba60e172d4899dda5397b6ff84c3d9807c2584 Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Thu, 15 Sep 2016 13:09:24 -0700 Subject: [PATCH] doc: update Changelog --- doc/Changelog.adoc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/Changelog.adoc b/doc/Changelog.adoc index 5651b089..35836259 100644 --- a/doc/Changelog.adoc +++ b/doc/Changelog.adoc @@ -7,7 +7,11 @@ This release brings support for reparse points and symbolic links. - Reparse points are a general mechanism for attaching special behavior to files. WinFsp supports any kind of reparse point. - Symbolic links in Windows are implemented as reparse points. WinFsp includes full symbolic link support. -- The WinFsp FUSE implementation also supports symbolic links. It also supports POSIX special files (FIFO, SOCK, CHR, BLK) as NFS reparse points (see https://msdn.microsoft.com/en-us/library/dn617178.aspx). +- The WinFsp FUSE implementation supports symbolic links. It also supports POSIX special files (FIFO, SOCK, CHR, BLK) as NFS reparse points (see https://msdn.microsoft.com/en-us/library/dn617178.aspx). + +Other minor changes: + +- The installation now includes public symbol files for all WinFsp components shipped. v0.15::