From d9c450ecf4354ce242a842649240aee71c0ea538 Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Wed, 20 Dec 2017 13:30:34 -0800 Subject: [PATCH] update Changelog --- Changelog.asciidoc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Changelog.asciidoc b/Changelog.asciidoc index 2d62ae86..c92d1645 100644 --- a/Changelog.asciidoc +++ b/Changelog.asciidoc @@ -1,6 +1,14 @@ = Changelog +v1.3B1 (2018.1 B1):: + +Changes since v1.2POST1: + +- The WinFsp launcher now supports new registry settings `RunAs` and `WorkDirectory`. `RunAs` allows the laucher to launch a file system process under the service accounts LocalService and NetworkService. `WorkDirectory` can be used to specify the work directory for a newly launched file system process. +- The WinFsp installer now uses the Wix `Provides` dependency extension to provide a `WinFsp` dependency key. (GitHub PR #129; thanks @felfert). + + v1.2POST1 (2017.2; issue #127):: Changes since v1.1: