release preparations fuse_0_95
authorMiklos Szeredi <miklos@szeredi.hu>
Wed, 9 Jan 2002 13:46:10 +0000 (13:46 +0000)
committerMiklos Szeredi <miklos@szeredi.hu>
Wed, 9 Jan 2002 13:46:10 +0000 (13:46 +0000)
ChangeLog
NEWS
README

index 032bdd3585b04ccb88eb24e544158039dca5db0b..28a1ca22eb878b3f867f3004dce683de16a9c63d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-01-09  Miklos Szeredi <mszeredi@inf.bme.hu>
+
+       * Version 0.95 released
+       
 2002-01-09  Miklos Szeredi <mszeredi@inf.bme.hu>
 
        * Revaidate all path components not just the last, this means a
diff --git a/NEWS b/NEWS
index 74ad094babd90f2caf9a2cc461bb8b4dcc6b2afd..6dcb71bc26ae5cb3f5e0bf5e48c82499c0f206e6 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+What is new in 0.95
+
+* Optimized read/write operations.  Raw throughput has increased to
+about 60Mbyte/s on a Celeron/360
+
+* Python bindings by Jeff Epler
+
+* Perl bindings by Mark Glines
+
+* Improved multithreaded operation
+
+* Simplified library interface
+
+* Bugfixes
+
+============================================================================
+
 What is new in 0.9:
 
 * Everything
diff --git a/README b/README
index 679488e5ee853c5c294b2cc22a64b4886c4e3eb4..051bc7ab6caf186c66039e492d4fa4d9ab36b5fb 100644 (file)
--- a/README
+++ b/README
@@ -39,13 +39,13 @@ FUSE is made up of three main parts:
 
 
 Here's how to create your very own virtual filesystem in five easy
-steps:
+steps (after installing FUSE):
 
   1) Edit the file example/fusexmp.c to do whatever you want...
 
   2) Build the fusexmp program
 
-  3) run 'util/fusermount /mnt/whatever example/fusexmp -d'
+  3) run 'example/fusexmp /mnt/whatever -d'
 
   4) ls -al /mnt/whatever
 
@@ -54,6 +54,12 @@ steps:
 If it doesn't work out, please ask!  Also see the file 'include/fuse.h' for
 detailed documentation of the library interface.
 
+You can also mount your filesystem like this:
+
+   fusermount /mnt/whatever example/fusexmp -d
+
+The fusermount program now accepts a couple of additional options.
+Run it with the '-h' option to see a description.
 
 Security
 ========