From 619e41a18e6a86dcbf5922e4ad7dc9d0ae647559 Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Thu, 1 Dec 2022 11:09:58 +0000 Subject: [PATCH] changelog: update for v1.12.22335 --- Changelog.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/Changelog.md b/Changelog.md index a3ccd718..5f63b1d8 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,23 @@ # Changelog +## v1.12.22335 (2022.2 Update1) + +*Note: This release (`v1.12.22335`) is the same as the previous release (`v1.12`) except that release assets have been signed with SHA-256 only. Prior to this release, assets were signed with both SHA-256 and SHA-1. (This change was necessary to fix a problem in older versions of Windows such as Windows 7.)* + +- [NEW] WinFsp now supports mounting as directory using the Mount Manager. Use the syntax `\\.\C:\Path\To\Mount\Directory`. + +- [NEW] A new registry setting `MountUseMountmgrFromFSD` has been added. See [WinFsp Registry Settings](https://github.com/winfsp/winfsp/wiki/WinFsp-Registry-Settings) for details. + +- [FIX] A problem with Windows containers has been fixed. (GitHub issue #438.) + +- [FIX] File systems can now be mounted as directories on ARM64. (GitHub issue #448.) + +- [FIX] The passthrough file system now reports correct `IndexNumber`. (GitHub issue #325.) + +- [BUILD] Product configuration for the relative paths to the File System Driver, Network Provider and EventLog is now possible via the file `build.version.props` located in `build\VStudio`. + + ## v1.12 (2022.2) - [NEW] WinFsp now supports mounting as directory using the Mount Manager. Use the syntax `\\.\C:\Path\To\Mount\Directory`.