doc: update Changelog

This commit is contained in:
Bill Zissimopoulos 2016-09-15 13:09:24 -07:00
parent 7c1b592b84
commit f1ba60e172

View File

@ -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. - 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. - 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:: v0.15::