[Lunar-commits] <moonbase> fuse: version bumped to 2.8.3.

Florin Braescu florin at lunar-linux.org
Mon Feb 15 23:51:40 CET 2010


commit e2288f8511defa601736079355d2d41028c85986
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Tue Feb 16 00:51:40 2010 +0200

    fuse: version bumped to 2.8.3.
    
    Changes:
     - More scalable directory tree locking
     - Atomic open(O_TRUNC) support
     - Support big write requests on kernels 2.6.26 and newer
     - Out-of-tree fuse module removed
     - Better NFS exporting support
     - New ioctl and poll requests
     - New CUSE (Character Device in Userspace) interface
     - Allow umask processing in userspace
     - Added cache invalidation notifications
     - Bugfixes and small improvements.
---
 filesys/fuse/DETAILS |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/filesys/fuse/DETAILS b/filesys/fuse/DETAILS
index 283b1f4..27072d2 100644
--- a/filesys/fuse/DETAILS
+++ b/filesys/fuse/DETAILS
@@ -1,11 +1,11 @@
           MODULE=fuse
-         VERSION=2.7.4
+         VERSION=2.8.3
           SOURCE=$MODULE-$VERSION.tar.gz
       SOURCE_URL=$SFORGE_URL/$MODULE
-      SOURCE_VFY=sha1:7a86f5cf39f38e64ccbae093599d64a895b950ba
+      SOURCE_VFY=sha1:83c5098afb34427e5b34466b1103d997e432bc28
         WEB_SITE=http://fuse.sourceforge.net
          ENTERED=20040422
-         UPDATED=20080726
+         UPDATED=20100216
            SHORT="File system in userspace"
 
 cat << EOF


More information about the Lunar-commits mailing list