From 488993d22bcb04297bb1f0520f71e790773ee5e0 Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Wed, 19 Oct 2016 14:32:00 -0700 Subject: [PATCH] doc: update Changelog --- doc/Changelog.adoc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/Changelog.adoc b/doc/Changelog.adoc index 2ddb8f57..8a2babf7 100644 --- a/doc/Changelog.adoc +++ b/doc/Changelog.adoc @@ -1,6 +1,15 @@ = Changelog +v1.0RC1:: + +This is the first Release Candidate. It has been tested for robustness and correct file system semantics in a variety of scenarios. Some of the more important changes: + +- Directories are now supported as mount points. +- Case insensitive file systems are now fully supported and tested. +- Access checks are performed correctly in the absense of the traverse privilege. + + v0.17:: This release brings support for named streams.