summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRadek Podgorny <radek@podgorny.cz>2012-02-03 10:26:44 +0100
committerRadek Podgorny <radek@podgorny.cz>2012-02-03 10:26:44 +0100
commita41c6ff888754416becd3df07b7fd4dd73c71c4c (patch)
tree6bd4a06d45543832535f50bc6206b9b928272088 /NEWS
parentae08a93bdb680a2b19666c6f244cd49d2b0c9e3d (diff)
parentf9c6f75d12b80d5b1f38d49c57f39b97abdff9f2 (diff)
downloadunionfs-fuse-a41c6ff888754416becd3df07b7fd4dd73c71c4c.tar.gz
merge with Bernd
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS17
1 files changed, 17 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 62d7aee..c148a9f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+?.?
+- use BUILD_PATH instead of snprintf, which will
+ return -ENAMETOOLONG if the path is too long instead of simply
+ using a wrong path
+- new options "-o relaxed_permissions" and "-o hide_meta_dir"
+- included the debian directory
+- Properly check on rmdir() if sub-branches are also empty
+- Always compile with debug code, but only enable debugging on request
+- New option -o debug_file
+- Lots of bugs fixed in BUILD_PATH()
+- Improved search of white-out files
+- Properly fix Debian Bug#509516.
+- More debug output.
+- Add syslog support without the risk of possible dead locks
+- Use fuse big-writes (and reads) if available
+
0.25
- Alternate way to specify branches
- Minor fixes
@@ -6,6 +22,7 @@
- Support for liveCDs / live USB sticks (-o chroot)
- Build-in support to change the maximum number of open files
- Added recursive directory COW.
+- relative paths: Critical bug fix, had been completely broken in 0.23
0.23
- remove to_user() and to_root() calls for autorization and use fuse build-in