summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRadek Podgorny <radek@podgorny.cz>2009-04-24 21:13:31 +0200
committerRadek Podgorny <radek@podgorny.cz>2009-04-24 21:13:31 +0200
commit8b07497745ebf2da370bbd4d12c0dc2895ae41ef (patch)
tree6de38bb4138598a2cf42ce18f3bc5cfed80de9a2 /NEWS
parent3b00f5774bf394b532b3fee3072df53023e7df8e (diff)
downloadunionfs-fuse-8b07497745ebf2da370bbd4d12c0dc2895ae41ef.tar.gz
Added patch posted by Jason Long <jlong@messiah.edu> and incorporated Barnd's
suggestions.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS11
1 files changed, 7 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 1e31e28..5c1dfe5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+??
+
+- Added support for chrooting and "mount as root" feature.
+- Added recursive directory COW.
+
0.23
- remove to_user() and to_root() calls for autorization and use fuse build-in
default_permissions checks
@@ -19,7 +24,7 @@
- Add a man page.
0.20
-- Fix a critical bug introduced in 0.19 when we disabled threadding
+- Fix a critical bug introduced in 0.19 when we disabled threadding.
0.19
- Several copy-on-write fixes (readdir, unlink, rmdir, rename).
@@ -29,7 +34,5 @@
- Add supplementary group support.
0.18
-- First release with copy-on-write (COW) support
+- First release with copy-on-write (COW) support.
- Many many internal code changes.
-
--