updated README file
authorDobrica Pavlinusic <dpavlin@rot13.org>
Wed, 22 Jun 2005 15:22:02 +0000 (15:22 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Wed, 22 Jun 2005 15:22:02 +0000 (15:22 +0000)
git-svn-id: svn+ssh://llin/home/dpavlin/private/svn/fuse/perl/trunk@15 6e4b0b00-1209-0410-87b2-b275959b5705

README

diff --git a/README b/README
index bac7fed..f910f2e 100644 (file)
--- a/README
+++ b/README
@@ -1,8 +1,16 @@
-Fuse version 0.05
+Fuse version 0.06
 =================
 
-This is a test release.  It seems to work quite well.  In fact, I can't
-find any problems with it whatsoever.  If you do, I want to know.
+Fuse is combination of Linux kernel module and user space library which
+enables you to write user-space filesystems. This module enables you to
+write filesystems using perl.
+
+Additional file-systems using Fuse module are released on CPAN using Fuse::
+namespace. Currently that includes only Fuse::DBI which allows you to mount
+database as file system, but there will be more.
+
+This is a pre-production release.  It seems to work quite well.  In fact, I
+can't find any problems with it whatsoever.  If you do, I want to know.
 
 
 INSTALLATION