doc update
authorMiklos Szeredi <miklos@szeredi.hu>
Sat, 30 Sep 2006 13:15:25 +0000 (13:15 +0000)
committerMiklos Szeredi <miklos@szeredi.hu>
Sat, 30 Sep 2006 13:15:25 +0000 (13:15 +0000)
NEWS
README
README-2.4 [deleted file]
README.NFS

diff --git a/NEWS b/NEWS
index 7dde53bcad33a583f4efb3fd14c01d06d2bd41d3..70503dbde7ce0a3f4bdc052125820270fe9ccba7 100644 (file)
--- 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 5d537b76f7e4ecee6b3f393991a5b32b1186a8ec..eeb6d9666f0b151c7dcb983f8caa86f3b56ed85d 100644 (file)
--- 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 (file)
index 5967bfe..0000000
+++ /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!
index 11a88778e91e082cb7ea1c9c0d326885867e1d7a..a6f48c561e0b92d69f731f2a466e56d169a20205 100644 (file)
@@ -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