aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Miklos Szeredi <miklos@szeredi.hu>2006-09-30 13:15:25 +0000
committerGravatar Miklos Szeredi <miklos@szeredi.hu>2006-09-30 13:15:25 +0000
commitff5fa7f8de978d56e8c334e746e08195ed25730d (patch)
treee5e773b4264eaa4b2f3becfb5a55e48cb98cd76c
parentd93a4295c13503e52b2c3a2f6b4473a6d5bf907c (diff)
doc update
-rw-r--r--NEWS2
-rw-r--r--README6
-rw-r--r--README-2.43
-rw-r--r--README.NFS6
4 files changed, 6 insertions, 11 deletions
diff --git a/NEWS b/NEWS
index 7dde53b..70503db 100644
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,8 @@ What is new in 2.6
- Request interruption support
+ - Building module for Linux kernels earlier than 2.6.9 not supported
+
What is new in 2.5
- Merge library part of FreeBSD port
diff --git a/README b/README
index 5d537b7..eeb6d96 100644
--- a/README
+++ b/README
@@ -19,10 +19,10 @@ version:
Dependencies
============
-Linux kernel version 2.4.X where X >= 21 (some vendor kernels earlier
-than this are also known to work).
+Linux kernel version 2.6.X where X >= 9.
-Linux kernel version 2.6.X where X >= 0.
+Alternatively a kernel module from FUSE release 2.5.* can be used with
+this release, which supports kernels >= 2.4.21.
Installation
============
diff --git a/README-2.4 b/README-2.4
deleted file mode 100644
index 5967bfe..0000000
--- a/README-2.4
+++ /dev/null
@@ -1,3 +0,0 @@
-WARNING: be very careful about which gcc version you use to compile
-the fuse kernel module. It must be the same as the version used to
-compile the kernel otherwise nasty things will happen!
diff --git a/README.NFS b/README.NFS
index 11a8877..a6f48c5 100644
--- a/README.NFS
+++ b/README.NFS
@@ -1,8 +1,4 @@
-NFS exporting is supported on kernels versions >= 2.6.0. For 2.4.X
-kernels the exporting infrastructure is not refined enough, so don't
-expect this to work.
-
-Also FUSE module in official kernels (>= 2.6.14) don't support NFS
+FUSE module in official kernels (>= 2.6.14) don't support NFS
exporting. In this case if you need NFS exporting capability, use the
'--enable-kernel-module' configure option to compile the module from
this package. And make sure, that the FUSE is not compiled into the