From 8090b7c66617f5f46a36ce904c74545cd010ad73 Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Mon, 22 May 2017 17:42:55 -0700 Subject: [PATCH] update Changelog --- Changelog.asciidoc | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/Changelog.asciidoc b/Changelog.asciidoc index 92885b1c..1526fdfd 100644 --- a/Changelog.asciidoc +++ b/Changelog.asciidoc @@ -1,5 +1,18 @@ = Changelog + +v1.1 (2017.1):: + +This release brings some major new components and improvements. + +- A .NET layer that allows the creation of file systems in managed mode. This is contained in the new `winfsp-msil.dll`. The new .NET layer is being tested with the WinFsp test suites and Microsoft's ifstest. +- FUSE for Cygwin is now included with the installer. +- FUSE now has a `-ovolname=VOLNAME` parameter that allows setting the volume label. Thanks @samkelly. +- A number of other FUSE improvements have been made (see issue #85). + +NOTE: The C++ layer included in the v1.1 beta releases is not part of this release as it is still work in progress. It can be found in `inc/winfsp/winfsp.hpp` in the WinFsp source repository. + + v1.1B3 (2017.1 B3):: v1.1B2 (2017.1 B2)::