summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2003-11-14 23:46:49 +0000
committerAlasdair Kergon <agk@redhat.com>2003-11-14 23:46:49 +0000
commitf6f2205ddbf982dcf44c9f2b70e1631587e77107 (patch)
tree1f967c020ce2a0ece7673d2ba005d267c50521d4
parent0f9a03ef61f6784c08b8dbd513f9d3926e50f0ef (diff)
downloadlvm2-f6f2205ddbf982dcf44c9f2b70e1631587e77107.tar.gz
Ready for another release.v2_00_08old-v2_00_08
-rw-r--r--VERSION2
-rw-r--r--WHATS_NEW16
2 files changed, 17 insertions, 1 deletions
diff --git a/VERSION b/VERSION
index 25eb3dc7d..b74e24ae0 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.00.07-cvs (2003-09-16)
+2.00.08-cvs (2003-11-14)
diff --git a/WHATS_NEW b/WHATS_NEW
index 87392e4b1..9a85a30cf 100644
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,3 +1,19 @@
+Friday 14th November 2003
+=========================
+Some bug fixes & minor enhancements, including:
+ Backwards compatibility with LVM1 metadata improved.
+ Missing man pages written.
+ Tool error codes made more consistent.
+ vgmknodes written.
+ O_DIRECT can be turned off if it doesn't work in your kernel.
+
+You need to update libdevmapper before using 'vgmknodes' or 'vgscan --mknodes'.
+If your root filesystem is on an LV, you should run one of those two
+commands to fix up the special files in /dev in your real root filesystem
+after finishing with your initrd. Also, remember you can use
+'vgchange --ignorelockingfailure' on your initrd if the tool fails because
+it can't write a lock file to a read-only filesystem.
+
Wednesday 30th April 2003
=========================
A pvmove implementation is now available for the new metadata format.