From 4512dac0a924dd995fcf5f30932f2d970946849c Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Thu, 3 Nov 2016 09:36:50 -0700 Subject: [PATCH] doc: update Changelog --- doc/Changelog.adoc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/Changelog.adoc b/doc/Changelog.adoc index 8a2babf7..dcb27ff3 100644 --- a/doc/Changelog.adoc +++ b/doc/Changelog.adoc @@ -5,9 +5,12 @@ 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. +- API has been polished and finalized. +- Sharing a (disk) file system over the network is supported. +- Case insensitive file systems are supported. +- Directories are supported as mount points. - Access checks are performed correctly in the absense of the traverse privilege. +- Access checks are performed correctly in the presence of the backup and restore privileges. v0.17::