From 76445a5403748b6089517f7aca47f54a9c113cc0 Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Tue, 28 Jun 2016 12:10:08 -0700 Subject: [PATCH] bump version to 0.14 --- build/VStudio/version.properties | 2 +- doc/Changelog.adoc | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/build/VStudio/version.properties b/build/VStudio/version.properties index d1b0e499..6a6597eb 100644 --- a/build/VStudio/version.properties +++ b/build/VStudio/version.properties @@ -7,7 +7,7 @@ 2015-2016 Bill Zissimopoulos $([System.DateTime]::Now.ToString(`yy`))$([System.DateTime]::Now.DayOfYear.ToString(`000`)) - 0.13.$(MyBuildNumber) + 0.14.$(MyBuildNumber) $(MyVersion.Replace('.',',')),0 \ No newline at end of file diff --git a/doc/Changelog.adoc b/doc/Changelog.adoc index 36e0b625..0d6fb5f6 100644 --- a/doc/Changelog.adoc +++ b/doc/Changelog.adoc @@ -1,6 +1,11 @@ = Changelog +v0.14:: + +- WinFsp-FUSE now uses the S-1-0-65534 <-> 65534 mapping for unmapped SID/UID's. The Anonymous SID mapping from the previous release had security issues. + + v0.13:: This release includes a Cygwin package, an API change and some other minor changes: