+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
+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
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
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
========