]> sourceware.org Git - dm.git/commitdiff
update text for release v1_00_09
authorAlasdair Kergon <agk@redhat.com>
Wed, 31 Mar 2004 20:09:56 +0000 (20:09 +0000)
committerAlasdair Kergon <agk@redhat.com>
Wed, 31 Mar 2004 20:09:56 +0000 (20:09 +0000)
INSTALL
README
WHATS_NEW

diff --git a/INSTALL b/INSTALL
index 43f162f16bbdea2cbb92d6818ba3168a0338ff46..237dde2a42c4e15192bf6c04276f47da963af0a8 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -15,9 +15,10 @@ Device Mapper installation
    supply this parameter or you may get compilation failures.
 
    Example:  
-   ./configure --with-kernel-dir=/usr/src/linux-2.4.22
+   ./configure --with-kernel-dir=/usr/src/linux-2.4.26-rc1
 
-   2.6 kernels now already contain device-mapper patches.
+   2.6 kernels now already contain basic device-mapper patches
+   BUT they do not support snapshots and pvmove yet.
 
    The same userspace library and tools work with both 2.4 and 2.6 kernels
    because they share the same device-mapper interface (version 4).
diff --git a/README b/README
index 9896112eb8fb7073cee3728c21350a117b705110..dfc8ab93e84ef454474ad4cf863edcb458d49790 100644 (file)
--- a/README
+++ b/README
@@ -1,10 +1,11 @@
 This directory tree contains the supporting userspace files
 (libdevmapper and dmsetup) you need when working with device-mapper.  
 
-The patches subdirectory also includes device-mapper kernel patches
-for 2.4.20, 2.4.21 and 2.4.22 onwards.  2.6 kernels already contain
-the device-mapper core, but (as at Feb 2004) you need to apply
-development patches if you want snapshot and pvmove functionality.
+The patches subdirectory also includes up-to-date device-mapper kernel 
+patches for 2.4.26-rc1 and old patches for 2.4.20, 2.4.21 and 2.4.22 
+onwards.  2.6 kernels already contain the device-mapper core, but (as at 
+March 2004) you need to apply development patches if you want snapshot 
+and pvmove functionality.
 
 For more information about device-mapper please read the INTRO file.
 Installation instructions are in INSTALL.
index 49e6a7b12f747a2c82b519dbac4d42e19007251c..8c398c0196cc42b0e9456afcf319c9c8c62942d6 100644 (file)
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,9 +1,14 @@
+Version 1.00.09 - 31 Mar 2004
+=============================
   Update copyright notices to Red Hat.
   Move full mknodes functionality from dmsetup into libdevmapper.
   Avoid sscanf %as for uClibc compatibility.
+  Cope if DM_LIST_VERSIONS is not defined.
+  Add DM_LIST_VERSIONS functionality to kernel patches.
+  Generate new kernel patches for 2.4.26-rc1.
 
 Version 1.00.08 - 27 Feb 2004
-============================
+=============================
   Added 'dmsetup targets'.
   Added event_nr support to 'dmsetup wait'.
   Updated dmsetup man page.
This page took 0.025496 seconds and 5 git commands to generate.