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: